]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/Add_showdown_GUI_input__47__edit.mdwn
Progress, links, an idea, improve table formatting.
[ikiwiki.git] / doc / todo / Add_showdown_GUI_input__47__edit.mdwn
1 Add an option to use the Showdown GUI for editing or adding content.
2 It is BSD-licensed javascript that shows the rendered Markdown (or HTML) while editing.
3
4 A demo is at <http://www.attacklab.net/showdown-gui.html>
5
6 (I read about this on the markdown mailing list.)
7
8 > [[Wikiwyg]] also can provide a nice GUI for editing, although it would
9 > need to be expanded to support markdown. The benefit compared to showdown
10 > is that it provides a GUI for editing with widets for italics, etc,
11 > compared to showdown which still leaves input in markdown and seems more
12 > geared to a fast preview of the html. --[[Joey]]
13
14 > Since we have semi-working wikiwgy and it's better, I'm considering this
15 > todo item as [[done]] or rather, will-not-be-done..
16
17 >> Given the unfortunate state of affairs for the wikiwyg project, could it
18 >> be worthwhile to consider this option again? It seems to have a companion
19 >> product (wmd) with formatting widgets and a live preview pane, that is
20 >> promised to be MIT licensed as of the next release.... --Chapman Flack
21
22 >>> What sort of integration would be needed to put in WMD?
23 >>> It looks like it would need to be aware of some plugin/wikiword behavior
24 >>> ... perhaps taking a Wikiword and making it appear like a link in preview, but
25 >>> with a different style (perhaps diff color/font).  For plugin commands,
26 >>> applying a 'real' preview would probably be difficult, so it'd probably
27 >>> be necessary to insert some sort of placeholder, perhaps by outputting
28 >>> the text in monospace form w/ a lighter font to denote that it won't
29 >>> directly be shown in the page... -- [[harningt]]
30
31 >>>>> We have a wmd plugin now. --[[Joey]]