redimp / otterwiki

A minimalistic wiki powered by python, markdown and git.
https://otterwiki.com
MIT License
626 stars 27 forks source link

Comment Section on a Page #123

Open pranavchaturved opened 4 months ago

pranavchaturved commented 4 months ago

Hello team,

Really liking Otter Wiki.

Was wondering if there is any plan to enable Otter Wiki with comment section. My use case is personal website and when it would be great if we can have a comment section that can complement the blog written.

Again, very clean and nice-looking wiki.

redimp commented 4 months ago

Hey @pranavchaturved, I can see that a feature supporting comments can be useful.

Question is: How and where to display the comments? For sure they should pollute the page that is to be displayed, so better on a seperate page, like attachments.

To prevent spam, users who want to comment might have to sign up and log in. Updating the permissions configuration so that more fine grained permissions are possible is a long requested feature (#54) that should be implemented before.

Will take a while till comments will be implemented.