diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-26 21:33:25 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-26 21:33:25 +0000 |
commit | 6c89a635bb0715fd06b0061692fe39b3e79fcad7 (patch) | |
tree | 13b2c665fdb30a534aa33ed83abba0d308f4e7b1 /doc/todo/wikiwyg | |
parent | 68db2dceb87a83e2bfa201dc52cc48c9b389c403 (diff) |
* Add an editcontent hook.
Diffstat (limited to 'doc/todo/wikiwyg')
-rw-r--r-- | doc/todo/wikiwyg/discussion.mdwn | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/todo/wikiwyg/discussion.mdwn b/doc/todo/wikiwyg/discussion.mdwn index 33554e12c..44d282a5a 100644 --- a/doc/todo/wikiwyg/discussion.mdwn +++ b/doc/todo/wikiwyg/discussion.mdwn @@ -67,10 +67,9 @@ changes.diff: prefer a translated underlay, and use the english version of untranslated pages, for example. * When is the WIKIWYG variable in misc.tmpl used? -* I wish there were a good way to move the code to handle saving a part of - a page into the plugin. But there doesn't seem to be one that's any - cleaner than keeping the code where it is. So I'll probably just apply - that hunk. +* Could you move the code that handles saving a page of the page into the + plugin? I just added an editcontent hook, which should allow you to do + that. * Your patch exports run_hooks, but I don't see the plugin using that. * I don't know about exporting pagetitle. So far, only the inline plugin needs to use that function, I generally only export things after it's |