]> sipb.mit.edu Git - ikiwiki.git/blob - doc/ikiwiki/blog/discussion.mdwn
move demo back to plugin and add example
[ikiwiki.git] / doc / ikiwiki / blog / discussion.mdwn
1 ## How do you provide the per post discussion links in your own blog?
2
3 > That's configured by the "actions" parameter to the inline directive. See
4 > docs in [[plugins/inline]]. --[[Joey]]
5
6 And do you have any ideas/hints about implementing a "comments" feature.
7 What I'm after is something for users who don't quite understand the Wiki
8 style for discussions.  I would like to have a form for them to post a
9 comment and have the comment appended to the discussion Wiki-style.  Maybe
10 take it as far as implementing "replies" to other comments.
11
12 -- Marcelo
13
14 > See [[todo/discussion_page_as_blog]] for some of my own thoughts on this
15 > --[[Joey]]
16
17 ---
18
19 ## More dynamic `rootpage` parameter of inline plugin?
20
21 (Moved to [[todo/dynamic_rootpage]])