diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2008-12-11 06:07:37 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-12-11 06:07:37 -0500 |
commit | 50ae0dcd8c167b20a7b3eab46f60439ad07f0642 (patch) | |
tree | d5fcc8cf50ec035a9e05233cf3d2ed2212b4114d /doc/plugins | |
parent | ec0dff43ce3af3011cb86373b7ad87a3931e4784 (diff) | |
download | ikiwiki-50ae0dcd8c167b20a7b3eab46f60439ad07f0642.tar ikiwiki-50ae0dcd8c167b20a7b3eab46f60439ad07f0642.tar.gz |
some issues joeyh reported on IRC
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/comments.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/plugins/contrib/comments.mdwn b/doc/plugins/contrib/comments.mdwn index 5a7aa7d16..a832c571a 100644 --- a/doc/plugins/contrib/comments.mdwn +++ b/doc/plugins/contrib/comments.mdwn @@ -67,8 +67,11 @@ Known issues: * There is some common code cargo-culted from other plugins (notably inline and editpage) which should probably be shared * Joey doesn't think it should necessarily use internal pages (see [[discussion]]) -* `\[[!comment]]` should perhaps be `\[[!_comment]], or a special filter/htmlize hook rather +* `\[[!comment]]` should perhaps be `\[[!_comment]]`, or a special filter/htmlize hook rather than being a directive at all +* Previews always say "unknown IP address" +* [[todo/inline_plugin:_ability_to_override_the_feed_name]] +* [[todo/inline_plugin:_hide_feed_buttons_if_empty]] > I haven't done a detailed code review, but I will say I'm pleased you > avoided re-implementing inline! --[[Joey]] |