CentralSnippets

A Github page central snippet repo. Accessible through experimental CentralSnippets add-on library. This repo is available on Github.

Access to this repo is implemented inside the CentralSnippets standard library.

Rules

Anyone is welcome to contribute!

Usage

In Pure:

Import(CentralSnippets)
Pull("Markdown/BuildToC", disableSSL: false);

To use another repo/develop locally:

Import(CentralSnippets)
SnippetsHostSite = @"C:\GithubProjects\CentralSnippets";
Preview("Markdown/BuildToC");

During development and for local use, one can also make use of PUREPATH environment variable: point PUREPATH to local/path/to/CentralSnippets/Snippets, then do pure Demos\HelloWorld.cs.