[-] insert_newline@lemmy.world 2 points 2 days ago* (last edited 2 days ago)

Like promotional emails? Not at all.

I've added features that allow admins to prevent their instances being used for spam. These are explained in the abuse mitigation section of the docs.

Rate limits can be set for authentication emails to minimise spam. The only other type of emails sent to users are reply notifications (when someone else replies to their comments). This is enabled for each user by default (if admin has enabled this feature on a per-location basis and globally), and can be disabled by users on the main panel.

[-] insert_newline@lemmy.world 3 points 2 days ago

Thanks for taking the time to check it out, I will look into what I can do to improve those issues. It's basically impossible to get usability insights like this when you're the only person working on something, so this is much appreciated, thank you!

[-] insert_newline@lemmy.world 3 points 2 days ago

You can share a link here if you would like. ConfabUI is written in Svelte though, so I'm not sure how nice it would be to integrate with React.

[-] insert_newline@lemmy.world 14 points 2 days ago* (last edited 2 days ago)

I'll use this comment to address some questions I'm getting on the demo:

Why not a wysiwyg rich text editor? Markdown is for nerds like us. Comments are for all.

Simple reason is that a plaintext markdown editor was easier to implement. I decided plaintext was "good enough" for the kind of site Confab is intended for. If there is enough demand for this, I'd be happy to look into implementing a better editor in the future. Edit: The current editor has graphical icons for all the rich text features which automatically inserts markdown snippets, so even a user who doesn't know markdown shouldn't have too much trouble using it.

71
submitted 2 days ago* (last edited 2 days ago) by insert_newline@lemmy.world to c/opensource@lemmy.ml

Confab Comments is a drop-in commenting solution for small scale sites such as blogs.

I made a post about 5 months ago showcasing this project, and by far the most requested feature was anonymous commenting. I'm happy to say I recently completed implementing this, and you can try out a demo on the website.

Features

  • Anonymous commenting + passwordless user authentication via email
  • Full markdown support
  • Comment edits (with edit history)
  • Admin moderation features, including a manual moderation queue, basic auto moderation, mass deletion and banning
  • Comment reply notifications and admin notifications via email

If you'd like to quickly spin up an instance yourself, Docker and bare metal instructions are provided in the quick start guide; you should additionally be able to find fairly comprehensive documentation here.

If you like what you see, feel free to leave me a star on GitHub :)

[-] insert_newline@lemmy.world 3 points 4 months ago

I will put that on my to-do list, thanks for the suggestion.

[-] insert_newline@lemmy.world 3 points 4 months ago* (last edited 4 months ago)

Admin(s) will be notified by email every time a new comment is posted, unless this feature is disabled.

As for an RSS feed, I'm not sure how this would work since Confab supports comments at multiple locations within a site... I don't have much experience with RSS, but I'd be happy to look into it further if you would really like this feature.

[-] insert_newline@lemmy.world 5 points 4 months ago

That's a fair question, I guess the requirement for an email just adds a roadblock for potential spammers. Plus admins have the option of disabling new sign ups temporarily, so anyone that has logged in previously can keep interacting if a website is under attack.

The idea for an email domain blacklist/whitelist is a good idea though, I'll add it to my todo list.

[-] insert_newline@lemmy.world 3 points 4 months ago

Thanks!

The reason for breaking to the next line on mobile was definitely horizontal space constraints. The anonymous usernames can get a bit long, and there also needs to be space next to the username for badges.

And I'm fairly sure I later added "Posted" for the mobile layout to make use of the extra space that moving to the next line allowed for.

[-] insert_newline@lemmy.world 4 points 4 months ago

Fair enough, that's another vote for anonymous commenting. Thanks for taking the time to check out the demo.

[-] insert_newline@lemmy.world 6 points 4 months ago* (last edited 4 months ago)

I do appreciate the feedback though, and I agree that it's not really anonymous if you have to enter your email. I have removed that word from the login panel title.

[-] insert_newline@lemmy.world 9 points 4 months ago

Emails are used for user authentication. I've talked about mandatory authentication in the design philosophy section of the docs. TL:DR, it's to prevent spam, and I've made every effort to make the authentication process as friction-less as possible.

I do currently have anonymous commenting on my Trello board so that hopefully in the future admins can have the option of enabling this if they wish.

For the demo, by all means feel free to use a throwaway or temporary email.

[-] insert_newline@lemmy.world 4 points 4 months ago

Why is that? If you have any specific issues, please let me know.

51
submitted 4 months ago* (last edited 4 months ago) by insert_newline@lemmy.world to c/opensource@lemmy.ml

Confab Comments is a drop-in commenting solution for small scale sites such as blogs.

Features:

  • Passwordless user authentication via Email
  • Full markdown support
  • Comment edits (with edit history)
  • Comment reply notifications
  • Admin moderation features, including a manual moderation queue, basic auto moderation, mass deletion and banning

See the website for a demo, and see the quick start docs if you’re interested in quickly setting up an instance yourself (Docker and bare metal install instructions provided).

Source code is available on GitHub, and is licensed under AGPL-3.0.

I created this project to implement comments on my own blog. This is the first project I’ve publicly released, so any feedback/contributions are welcome. If you like what you see, feel free to leave me a star on GitHub :)

view more: next ›

insert_newline

joined 4 months ago