diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-18 12:53:47 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-18 12:53:47 -0500 |
commit | b2439a3e5193022c7ed52a726dd5906643ca45c7 (patch) | |
tree | bc33f00fcc598bd26fdd9f5e8f51e380167df5bd | |
parent | 835801a6ff13b23cf96b2d080805c095f7110315 (diff) |
pagespec thoughts
-rw-r--r-- | doc/todo/comments.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/comments.mdwn b/doc/todo/comments.mdwn index f5b580da2..c571b8c56 100644 --- a/doc/todo/comments.mdwn +++ b/doc/todo/comments.mdwn @@ -22,3 +22,8 @@ Known issues with the [[plugins/comments]] plugin: I think it should show a link back to the page commented on. (BTW, the rss feed in this situation seems ok; there the link element points back to the parent page. +* It would be useful to have a pagespec that always matches all comments on + pages matching a glob. Something like `comment(blog/*)`. + Perhaps postcomment could also be folded into this? Then the pagespec + would match both existing comments, as well as new comments that are + being posted. |