macdown-gistit
macdown-gistit copied to clipboard
Create gist for each code block
I will modify the plugin so it creates a gist for each code block in markdown. I also want to anotate the language of the gist so I can do something like this:
def someScalaFunction(x: Int) = x + 1
it should create a gist with .scala extension so the code gets render with the Scala colors.
I also might one to insert the gist url below the code block. :)
I am going to look into this even when my objective-c skills are quite rusty :)
I think (not 100% sure) plug-ins can be written in Swift also, even if MacDown itself is in Objective-C. Maybe you can try it out if you’re interested.
Indeed I will. Thanks