]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/wikiwyg.mdwn
update
[ikiwiki.git] / doc / todo / wikiwyg.mdwn
index 1dea9765f97c3ce314ba2f624ba5de8f386c8b84..d5331b2fb414e46e4a5ac1d62473fef333c2e263 100644 (file)
@@ -13,3 +13,11 @@ 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.
+
+One other problem: Wikiwyg works by parsing html from a div, turning it
+back into the wiki markup, and editing/saving that. That seems to assume
+that there's a way of parsing a page's html and getting back to the underlying
+wiki markup, which is not always the case in ikiwiki. Unless there's some 
+other way to feed it the actual source for a page, this seems like a
+problem. According to the developers, it is possible to do that, and start
+off in WikiText mode.