I seek a markdown editor (on unix/linux) with the following features:
- standalone – must edit local files (so probably not in javascript),
- wysiwyg – can write into the formatted output,
- editor – open and save markdown files (not something that just outputs code),
- live preview in editor mode.
These features would be appreciated, too:
- clickable links,
- in wysiwyg mode, markdown code converted on the fly (if I type
foo _bar_then thebaris converted in italic)
I know retext which is good but is not wysiwyg. Also the links are not clickable. Also gedit-markdown meets some of these features but is quite invasive. Basicly I want what kompozer does but for markdown.
Does this editor exist?
Should I even ask this question here? This is some kind of source code edition.

