diff options
author | http://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web> | 2009-03-04 17:30:11 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-03-04 17:30:11 -0500 |
commit | b7495e752af87a15978ec4ae5427bfea62c6f43a (patch) | |
tree | cc53eb98c9fe536005fd750c6437e8d11b3970d5 | |
parent | e6298effd172e1458e822810bab29b27f84d5f3d (diff) |
Notes that the wikiwyg plugin link is broken, and more.
-rw-r--r-- | doc/todo/mdwn_preview.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/mdwn_preview.mdwn b/doc/todo/mdwn_preview.mdwn index a447299bc..68558a571 100644 --- a/doc/todo/mdwn_preview.mdwn +++ b/doc/todo/mdwn_preview.mdwn @@ -7,4 +7,13 @@ add to ikiwiki. > See [[wikiwyg]]. Note that I do not have a copy of the code for that, or > it'd be in ikiwiki already. --[[Joey]] +>> I just had a brief look at the [[wikiwyg]] page and the link to the plugin was +>> broken. The StackOverflow site uses the [WMD](http://wmd-editor.com/) editor, +>> which seems to be related to the [ShowDown](http://attacklab.net/showdown/) +>> javascript port of Markdown. Interestingly, [WMD source](http://wmd.googlecode.com/) +>> is now available under an MIT license, though it is supposedly undergoing heavy +>> refactoring. It looks like there was previous discussion ( [[todo/Add_showdown_GUI_input__47__edit]] ) +>> about a showdown plugin. Maybe a WMD plugin would be worthwhile. I might +>> look into it if I have time on the weekend. -- [[Will]] + [[!tag wishlist done]] |