diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-24 20:38:39 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-24 20:38:39 +0000 |
commit | e08d04fda9a77cd0d0abcb682e86aec491580b14 (patch) | |
tree | 069e71c2b09ddc78bffd7b81062a4a897111fc1a /doc | |
parent | 7089ce3631f987300c8bef87fa7850adaa29590e (diff) | |
download | ikiwiki-e08d04fda9a77cd0d0abcb682e86aec491580b14.tar ikiwiki-e08d04fda9a77cd0d0abcb682e86aec491580b14.tar.gz |
more thoughts
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/wikiwyg/discussion.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/wikiwyg/discussion.mdwn b/doc/todo/wikiwyg/discussion.mdwn index 1014bef6c..d522d3c5e 100644 --- a/doc/todo/wikiwyg/discussion.mdwn +++ b/doc/todo/wikiwyg/discussion.mdwn @@ -85,6 +85,20 @@ wikiwyg.tar.gz from the wikiwgy upstream, instead of including them in the plugin? (If so, they'd go in their own Debian package..) +misc: + +* What are your thoughts on handling plugins? Just make preview do a + server-side callback? +* How do I configure it to only support whole-page editing with wikiwyg and + not insert the javascript into html pages? +* When editing a whole page with wikiwyg, I think it would be good to keep + the save, preview, cancel buttons at the bottom like they are in a + regular page edit. Kind of a least suprise thing, so that enabling + wikiwyg for whole-page editing basically just changes how the edit box + behaves and keeps the rest of the behavior the same. And I think the preview + button should show a preview rendered server-side, like with a regular edit, + since such a preview is able to support all plugins. + Everything else looks fine and ready for merging. If, that is, you think I should include the plugin with all of its java code in ikiwiki. Thoughts? |