Anytime I need to edit Markdown, I reach for the WMD editor. Their splitscreen demo is the most effective way to edit Markdown that I have seen.
The left screen is the editor and the right screen is the “real-time” preview of the Markdown. It is nice because I don’t have to press a preview button to see rendered Markdown. The Markdown is also rendered as I type so I get instantaneous feedback of my changes.
There is also a Save Text Area Firefox addon, which enables me to save/load the contents of a text area to/from a file on the filesystem. Also the Ctrl+s shortcut saves the file.
So when editing Markdown, I:
- Open Firefox and go to http://wmd-editor.com/examples/splitscreen?blank=1
- Load or Save a markdown file by right-clicking the editor screen
- Going to the Text submenu
- Clicking Load or Save As
- Edit the file and see the generated output
Of course, its not a text editor replacement, since the possible text manipulation in Firefox is limited, but the feedback that is provided by WMD is very effective to rapid Markdown editing. I hope this sort of UI becomes more common.
Now if only there were a similar Textile editor…
Brian, this looks good and I’ve been wondering how it relates to the feasibility of a user referencing system I’ve been planning, e.g. for twitter (or another social app), instead of typing @username, you would have a button which, when clicked, displays a list of recommended, frequently referenced, or favourite users. So, rather than seeing @username, you would have a link, meaning you could name the person how ever you saw fit whilst maintaining the underneath. The link would probably work best when wrapped in a capsule with a user.avatar, like how Facebook wraps up recipients of messages (albeit without an avatar);
http://devthought.com/textboxlist-meets-autocompletion/
October 19, 2008 at 11:22 am
There is an even better Markdown editor named [Showdown](http://attacklab.net/showdown/).
November 25, 2008 at 3:05 pm
Why do you think that Showdown is better than WMD?
I don’t see keyboard shortcuts in Showdown which i think is quite handy when writing text.
April 19, 2009 at 10:04 am
@Johan,
I didn’t even think to try keyboard shortcuts. I guess I underestimated AttackLab’s Javascript prowess.
Now I think I’m back to writing my Markdown in WMD. I do prefer Showdown’s minimalist look, though.
April 22, 2009 at 4:25 am