Mainly I'm looking for a tool which supports batch conversion to PDF/HTML from some markup language (reST/Markdown/Textile), but... there are few conditions:
- Markup language has to be reST/Markdown or like them
- there should be simple editor with preview (for example Gedit3 + Markdown plugin or something like that)
- there has to be batch converter between many formats - just like Pandoc, but with full markup language support
Pandoc is great, but unfortunately it doesn't support reST directives ex. ..container
Right now I can't decide which markup lang is the best for me. I was using Markdown, because I had quite simple Gedit's plugin to preview output during writing. Right now I'm testing Sphinx, because I have to find a tool to create good documentation and Sphinx uses reST. reST also supports custom directives and today I found out that "container" directive would help me a lot. I've never tried Textile.
I'm trying to write almost all documents in some markup language - I'd like to avoid DOC, DOCX, pure Latex, but still I can't find the one. Some of them supports tables, other with extensions, another ones has no simple editor with preview etc.