Markdown Editor
11–20 of 31 posts
Re: Markdown Editor
#12Re: Markdown Editor
#13If you find this interesting, you might like Pandoc (see http://johnmacfarlane.net/pandoc/try ). That's a "try it online" page, not quite meant for online authoring but could be made to be. Also available as a standalone utility app and a (haskell) library. I've found this works well, and I love the selection of input/output formats.
Re: Markdown Editor
#14Shouldn't an become a ? It currently doesn't. But cool little tool, starts up faster than dreamweaver :)
.
As I understand it, Markdown syntax was inspired by email syntax, so we have > for block quotations, * for unordered list items, etc. By this reasoning, a single newline may just be the email client wrapping the text, whereas a double newline means the writer is starting a new paragraph.
Re: Markdown Editor
#15Re: Markdown Editor
#16Is that link to AttackLab correct? It seems to take me to a shady spamblog. http://i.imgur.com/13tap.png
Re: Markdown Editor
#17Pretty cool. I'd like a simple editor that worked like this as a desktop application. I also noticed that code blocks don't seem to work properly: http://daringfireball.net/projects/markdown/syntax#precode
On Windows I use MarkdownPad [1] which does exactly this. It also allows you to get read of needless UI elements which I very much appreciate. I guess there is similar tools for Linux and Mac OS X. [1] http://markdownpad.com/
I was inspired by Mou. Clean and intuitive versus a WYSIWYG editor. Best of all, it's free and open source!
Re: Markdown Editor
#18This is from Sept 2010, so it seems a bit outdated.
For my site, I've been using the code [1] which powers the StackOverflow editor and it works great. It would be pretty easy to set that code up in a page like this one above and you'd get buttons for making things bold, which seems handy.
Re: Markdown Editor
#19Curious is this open source licensed (obviously the code is on the page)? I'd actually like to use it for something.
Re: Markdown Editor
#20Earlier quoted context omitted.
On Windows I use MarkdownPad [1] which does exactly this. It also allows you to get read of needless UI elements which I very much appreciate. I guess there is similar tools for Linux and Mac OS X. [1] http://markdownpad.com/
For Mac there's actually Mou which is super pretty and just like this. It's in beta and free for now but it's Lion-only and one of the 2 reasons I upgraded. It's that good. It's at mouapp.com. Thanks for the Linux tip, I could use that one.
http://sourceforge.net/p/retext/home/ReText/ (Python and QT)