Markdown - a more frictionless way to enter HTML and XHTML for blog posts
Markdown sounds like exactly what I am looking for. Very cool! Must check this out. Writing HTML without a WYSIWYG editor, using the broken code from Mozilla and IE's WYSIWG editors and using an HTML text area with a preview mode is for the birds. Hopefully this will alleviate the pain of doing this
From Daring Fireball: Markdown:
QUOTE
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
Thus, “Markdown” is two things: (1) a plain text formatting syntax; and (2) a software tool, written in Perl, that converts the plain text formatting to HTML. See the Syntax page for details pertaining to Markdown’s formatting syntax. You can try it out, right now, using the online Dingus.
The overriding design goal for Markdown’s formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions. While Markdown’s syntax has been influenced by several existing text-to-HTML filters, the single biggest source of inspiration for Markdown’s syntax is the format of plain text email.
UNQUOTE
Comments
Boris Mann (not verified)
Mon, 2004-03-22 15:19
Permalink
re: Markdown - a more frictionless way to enter HTML and XHTML
I tried to send you a TrackBack [1] to this article [2], but got an "unspecified" error.
Essentially, Jay Allen says that using such non-markup markup is another form of lock-in. I very much agree, and have to add that generating valid XHTML is not that hard -- it just hasn't been done right yet! :p
(No HTML in comments is VERY annoying. Can't MT decide which tags to strip and which to keep?)
[1] Kalsey Consulting's Simpletracks - http://kalsey.com/tools/trackback/ [2] The CMS and Inline HTML - http://www.jayallen.org/journey/2004/03/the_cms_and_inline_html
Roland Tanglao (not verified)
Tue, 2005-02-01 04:50
Permalink
re: Markdown - a more frictionless way to enter HTML and XHTML
The only lock-in I see is the fact that the plugin stores the Markdown text in the database. If the XHTML text was stored in the database instead, there wouldn't be any lock-in right?
Add new comment