snippet: URI Scheme

Snippets App can handle 'snippet:' URI scheme. Currently it's possible only to add new snippet to the Snippets library. This will allows users to save snippet in one click.

What Is a Use-Case?

The simplest and very useful way to use it is to allow your website's visitors to save code snippets in one click. For example, let's imagine that I want to share with you this piece of code:

def say_hello():
    print "Hello Snippets!"
say_hello()

Now you can click here to see how it works. Please note: you should have the Snippets application already installed. The same way you can share code snippets with your visitors.

Case Studies

snippet: URI scheme allows users to store code snippets much faster and easier. We've put together all known usages that already implemented by website owners. Read more here.

Whats Next?

Please use this form to create special links.

If you considering to add snippet: link together with code snippets on your website and have any questions or need help with it please contact us.