September 22, 2012
MarkdownEditing - SublimeText plugin to make your markdown looks like iA Writer
If you’re using SublimeText and also a fan of iA Writer , you may want to check this plugin called MarkdownEditing. It provides a iA Writer-like interface to your SublimeText.
How does it look like?
A picture is worth a thousand words:
Install
Use cmd+shift+P
then Package Control: Install Package
, type MarkdownEditing
to install it, then any markdown file will get associated.
Other Features
Besides iA Writer-like UI it also has many other features like:
- Asterisks, underscores and parenthesis are auto paired and will wrap selected text
- ⌘⌥V will paste the contents of the clipboard as an inline link on selected text
- ⌘⌥K inserts a standard inline link, ⌘⇧K inserts an inline image
- ⌘⌥B and ⌘⌥I are bound to bold and italics (Markdown).
- …
So, how do you think?