remark42
remark42 copied to clipboard
comment engine
Just an idea I'd like to explore and will apricate feedbacks from both backend and frontend devs. Currently, we have a decent separation between UI and the backend with REST-like...
[Setup on your website](https://github.com/umputun/remark42/blob/8dc7e44f2e8888082f83e17b217b58787f13335c/README.md#comments) "Comments" section shows frontend configuration with non-default values and defaults ones written in the comments: I propose to have all default values listed there and mark...
I've moved Remark42 to a subdomain and everything worked OK, except the comment avatars are still using the old path causing them to 404. Comments used to be loaded at:...
Most of the users are reading comments and our expanded and ready-to-use comment box is some distraction for them. I mean those areas make no sense for such a reader...
When I change max_shown_comments: to 5 it has no effect. I can change the theme to light/dark but not max_shown_comments. Maybe I misunderstand the function of max_shown_comments:. Is it supposed...
Twitter supports embeding functionally by making smth like this ``` Dear tech bloggers,Please stop using Foo, Bar, Baz, Fizz, Buzz, etc. when writing tutorials. Use names of real things with...
Not sure if bug or UI misuse, but sometimes links are replaced with `$REMARK_DOMAIN/web/url` URL. For example checkout this page: [https://radio-t.com/p/2020/11/03/prep-727/#comments](https://radio-t.com/p/2020/11/03/prep-727/#comments) Examples of generated HTML: + `https://winxp.now.sh/` + `https://samy.pl/slipstream/` If...
Can you please provide a quick rundown/brief explanation of the spam protection features on the backend? I see [this thread](https://github.com/umputun/remark42/issues/754) and [this one](https://github.com/umputun/remark42/issues/754) and some code in [`/backend/app/cmd/cleanup.go`](https://github.com/umputun/remark42/blob/master/backend/app/cmd/cleanup.go) that relates...
On new comment post and edit, we may run spam-check and reject spammy-looking messages. Not sure what the simplest way to do it, maybe some third-part library or service (akismet?),...
Is there option to perform full text search through the comments? If not, can it be useful? If yes, should it be based on something like [bleve](https://github.com/blevesearch/bleve) ? E.g. radio-t.com...