diff options
author | Jon Dowland <jon@alcopop.org> | 2010-03-29 20:00:56 +0100 |
---|---|---|
committer | Jon Dowland <jon@alcopop.org> | 2010-03-29 20:00:56 +0100 |
commit | 0b63800df32fd6e5287a253ca01a099f79b77e6e (patch) | |
tree | 5fe3323ed4986d09f8b722a433accaac583234b8 | |
parent | 675e34527f56021ce39e56e4288e8f0e32b36cfa (diff) |
this sounds like the correct approach
-rw-r--r-- | doc/todo/more_flexible_inline_postform.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/more_flexible_inline_postform.mdwn b/doc/todo/more_flexible_inline_postform.mdwn index bc8bc0809..414476bd7 100644 --- a/doc/todo/more_flexible_inline_postform.mdwn +++ b/doc/todo/more_flexible_inline_postform.mdwn @@ -16,3 +16,8 @@ logical first step towards doing comment-like things with inlined pages). > Perhaps what we need is a `postform` plugin/directive that inline depends > on (automatically enables); its preprocess method could automatically be > invoked from preprocess_inline when needed. --[[smcv]] + +>> I've been looking at this stuff again. I think you are right, this would +>> be the right approach. The comments plugin could use it similarly, allowing +>> sites which desire it to have an inline comment submission form on all +>> pages with comments enabled. I'm going to take a look. -- [[Jon]] |