
Tuesday June 19, 2007
Markup quest followup
Markup quest followup
Markup quest followup
Earlier I was discussing
various
markup languages and two readers suggested Wiki
and
asciidoc. I'll
remind you the benefits of Wiki:
- simple markup, easy to learn
- built-in revision control
- produces html natively
- editable within browser
- database driven
- plenty fast
This is a good suggestion for many uses, but it has its own drawbacks:
- Markup is not very well defined - different flavours of Wiki have somewhat
different markup language.
- Assume that I use browser for editing - and it is usually a very poor
choice - any reasonable text editor is better than browser editor. I usually
get around this by creating a directory with ascii files with wiki markup and
then cut and paste these in the browser.
- database driven - this means that I can't just pick up an ascii file lying
around and run it through a bunch of scripts to translate into various output
formats.
- Output format is just html. I can't produce high-quality printouts from it.
I have not played much
with
asciidoc. My
main trouble with it are the markup which is not very well defined. I do not
know whether it can translate to formats other than HTML and DocBook. The idea
looks somewhat similar to texinfo, though, with much less formalized syntax. I
am not sure whether the syntax is powerful enough.
( Jun 19 2007, 06:32:33 PM PDT )
Permalink
Posted by SvenDowideit on June 20, 2007 at 12:15 AM PDT #
Have you heard about Mozex ( http://mozex.mozdev.org ). It's Mozilla/firebox plug-in (Solaris/Linux/Windows/MacOS supported) which let's you edit text field in external editor. You can use macros, syntax highlighting, spell check, whatever ... For example I'm writing this comment using Vim. Oh, and I am the one maintaining Mozex, sorry for the shameless advertisement :)
--
Posted by Vlad on June 20, 2007 at 12:31 PM PDT #