65
submitted 1 day ago* (last edited 18 hours 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 :)

you are viewing a single comment's thread
view the rest of the comments
[-] insert_newline@lemmy.world 12 points 1 day ago* (last edited 21 hours 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.

[-] souperk@reddthat.com 2 points 19 hours ago

I have a js implemented a simple wysiwyg editor for markdown in react, I can add you on the repo and share a link if yoy want to copy it

[-] insert_newline@lemmy.world 3 points 19 hours 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.

[-] souperk@reddthat.com 2 points 17 hours ago

The repository is not public (yet), so I created a gist with the relevant code for the transformations I have implemented. This is pure JS (typescript to be exact), I am not familiar with svelte, but maybe it's easier to plug them in. https://gist.github.com/souperk/6208d9401e4d5e47ab4b9d503b6e97c2

load more comments (2 replies)
this post was submitted on 27 Dec 2024
65 points (97.1% liked)

Open Source

31759 readers
196 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS