diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-02 01:14:39 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-02 01:14:39 +0000 |
commit | 65b4f2e3a92f25b6a7e9b31fe0ecce06b058a2c3 (patch) | |
tree | efc87bc1ee066ec99cfa5caba3e96488a8f2491a | |
parent | 12db25595bbed45a51134d2d60cfb3ac4b23c977 (diff) |
Wikiwyg
-rw-r--r-- | doc/todo/Add_showdown_GUI_input__47__edit.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/todo/Add_showdown_GUI_input__47__edit.mdwn b/doc/todo/Add_showdown_GUI_input__47__edit.mdwn index c4419b03a..6244d078c 100644 --- a/doc/todo/Add_showdown_GUI_input__47__edit.mdwn +++ b/doc/todo/Add_showdown_GUI_input__47__edit.mdwn @@ -3,4 +3,10 @@ It is BSD-licensed javascript that shows the rendered Markdown (or HTML) while e A demo is at <http://www.attacklab.net/showdown-gui.html> -(I read about this on the markdown mailing list.)
\ No newline at end of file +(I read about this on the markdown mailing list.) + +> [[Wikiwyg]] also can provide a nice GUI for editing, although it would +> need to be expanded to support markdown. The benefit compared to showdown +> is that it provides a GUI for editing with widets for italics, etc, +> compared to showdown which still leaves input in markdown and seems more +> geared to a fast preview of the html. --[[Joey]] |