cusdis icon indicating copy to clipboard operation
cusdis copied to clipboard

lightweight, privacy-friendly alternative to Disqus.

Results 107 cusdis issues
Sort by recently updated
recently updated
newest added

like github issues' comment reaction. ![image](https://user-images.githubusercontent.com/8784712/116054211-07c7ff80-a6ae-11eb-8c46-b6eb913067f6.png)

Maybe use the gavatar service.

Cusdis comment is support a subset of Markdown syntax. Should write a document page about it, explain which syntax is support, which is not. And add this document link to...

documentation
good first issue
widget

Comment's database query (in `service/comment.service.ts`) is recursive, it would cause a performance issue when the data get bigger. Should find a better way. Related: https://news.ycombinator.com/item?id=26885342 https://cra.mr/2010/05/30/scaling-threaded-comments-on-django-at-disqus/

help wanted
PR welcome

Embed Code ``` html ``` - `cusdis.es.js`: work with bundler - `cusdis.umd.js`: work with ``

The comment content doesn't have a max length limit on the api server, while it is unlimited in SQLite and 191 in PostgreSQL. We should limit it in 800 (or...

enhancement
widget
PR welcome
server