Gist Support
I wish I could put gists from github.com in my blogposts. I need the ability to use script tags to do so though.
What exactly would you want integrated? Just a list of your recent Gists on the sidebar as a Widget or someone linking them into posts?
2 comments
-
moore.alex
commented
Gists are little snippets of code that are hosted by github.com, and you can embed them in your webpage with one line of javascript. I would like to use gists to show my code examples, but currently I can't put any javascript into my blog posts as far as I know.
When you embed the gist, it will automatically pretty up your code. It highlights the syntax, add line numbers, etc.
Because it is already a well established service, it would be nice to be able to use this to embed code examples into our blogposts without having to mess with styling, special CSS, etc.
You can find out more, and play with it yourself here: http://gist.github.com/ -
Tell me more about it, first I have heard of it. What is it for, what do you want to do with it?