summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-27 21:24:53 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-27 21:24:53 +0000
commit3b446b8d387a2d690274c7508cef615c4982875a (patch)
tree7701b08f983f79c00e0ace6350e7f9818f05b9bb /doc
parent5b7ec63080c8280f3f4d9c58287cf95d7779a775 (diff)
update
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/wikiwyg.mdwn10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/todo/wikiwyg.mdwn b/doc/todo/wikiwyg.mdwn
index fd80aca25..1dea9765f 100644
--- a/doc/todo/wikiwyg.mdwn
+++ b/doc/todo/wikiwyg.mdwn
@@ -4,4 +4,12 @@ gui or in wikitext and converts edits back to wiki format to be saved to
the wiki.
It would be awesome to use this in ikiwiki, but to take full advantage of
-it with ikiwiki, it would need to know about MarkDown.
+it with ikiwiki, it would need to know about MarkDown. Wikiwyg does allow
+defining the text that is stuck on each side of a given html element to
+make it wikified, for example, it can add "# " for a h1, "[[" and "]]" for
+a link, etc. This seems easily doable.
+
+The other thing that would need doing is a `saveChanges` function would
+need to be implemented that saves the text back to ikiwiki.
+http://svn.wikiwyg.net/code/trunk/wikiwyg/share/Kwiki/lib/Wikiwyg/Kwiki.js
+seems like a good starting point for building a submit form on the fly.