condemil / gist

Sublime Text plugin for creating new Gists from selected text
MIT License
725 stars 136 forks source link

Insert gist as embeddable script #113

Closed shapov closed 10 years ago

shapov commented 11 years ago

Added command: 'Gist: Embed as script

This allows to embed gists as scripts in HTML files such as this

<script src="https://gist.github.com/user/7229439.js"></script>

Fixes #110

condemil commented 10 years ago

Thank you!