Sublime Forum

Another markdown snippets plugin, help creation of table, code block and links

#1

I have made a new plugin days ago, to help with markdown editing.

This plugin basically provide several snippets to help table, code block and links creation. It also let you add table column and row in the fly, and create code highlight block with configurable language alias. Detailed usage here:

Major reason for me to create a new plugin instead of using the existing Github Markdown Snippet plugin, it’s because I kinda hate to forget markdown syntax and revert back to write HTML tag while markdown is the reason to simplify HTML writing. Plus, I need the feature of add table column and rows on the fly.

I only tested it on my Mac, with sublime text 3. It should be working in Windows and Linux, too

1 Like