diff options
author | Jon Dowland <jon@ncl.ac.uk> | 2009-04-24 14:26:45 +0100 |
---|---|---|
committer | Jon Dowland <jon@ncl.ac.uk> | 2009-04-24 14:26:45 +0100 |
commit | 5dd1e097501a4076c19d4a372ca8528e01508b6e (patch) | |
tree | a47063ee497d3f1b92c8c96c73cbd2d15eaf6eaf /doc/todo | |
parent | 8656029c02c2925e0c0ae358ec86c830683652e6 (diff) | |
download | ikiwiki-5dd1e097501a4076c19d4a372ca8528e01508b6e.tar ikiwiki-5dd1e097501a4076c19d4a372ca8528e01508b6e.tar.gz |
new todo item: more flexible inline postform
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/more_flexible_inline_postform.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/more_flexible_inline_postform.mdwn b/doc/todo/more_flexible_inline_postform.mdwn new file mode 100644 index 000000000..112220394 --- /dev/null +++ b/doc/todo/more_flexible_inline_postform.mdwn @@ -0,0 +1,14 @@ +Using the [[plugins/inline]] plugin, you can get an inline-postform for +creating new pages. + +It would be quite nice to have the flexibility to do this outside of the +inline directive. + +I've got a proof-of-concept hacked inline comment submission example at +<http://dev.jmtd.net/comments/> for example. I've just copied the HTML from +the post form and stuck it inside a [[plugins/toggle]]. + +(Before Simon completed the comments plugin, I thought this would the a +logical first step towards doing comment-like things with inlined pages). + +-- [[Jon]] |