diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-04-04 12:51:40 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-04-04 12:51:40 -0400 |
commit | 6cdba67dacc00a271ac1ba29e1fcd36f37db5e0e (patch) | |
tree | 10c58acc8cd4ac78b288fd2825dce82e278ac53d /doc | |
parent | 207666e9031772bc48085075fc29e3b0c5c5310c (diff) | |
download | ikiwiki-6cdba67dacc00a271ac1ba29e1fcd36f37db5e0e.tar ikiwiki-6cdba67dacc00a271ac1ba29e1fcd36f37db5e0e.tar.gz |
todo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/subscribe_to_comments_of_page_when_editing.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/subscribe_to_comments_of_page_when_editing.mdwn b/doc/todo/subscribe_to_comments_of_page_when_editing.mdwn new file mode 100644 index 000000000..63fccad0a --- /dev/null +++ b/doc/todo/subscribe_to_comments_of_page_when_editing.mdwn @@ -0,0 +1,10 @@ +When posting a comment to a page, there's a check box to subscribe to get +other comments. There should be a similar check box when editing a page, to +subscribe to all comments to the page (and perhaps to edit notifications of +the page itself). + +Currently, the user has to know how to go into their preferences and +subscribe there. This is not ideal when using ikiwiki for a bug tracker, +etc. + +--[[Joey]] |