diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-27 21:40:01 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-27 21:40:01 +0000 |
commit | 1bf0086064c96ce5c7848b0a2c835cfce37ce881 (patch) | |
tree | e0f5667cd19196cc9f60923cd89450a5b1595155 /doc | |
parent | 3b446b8d387a2d690274c7508cef615c4982875a (diff) | |
download | ikiwiki-1bf0086064c96ce5c7848b0a2c835cfce37ce881.tar ikiwiki-1bf0086064c96ce5c7848b0a2c835cfce37ce881.tar.gz |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/wikiwyg.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/wikiwyg.mdwn b/doc/todo/wikiwyg.mdwn index 1dea9765f..ec7e37b04 100644 --- a/doc/todo/wikiwyg.mdwn +++ b/doc/todo/wikiwyg.mdwn @@ -13,3 +13,10 @@ 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. |