remark42 icon indicating copy to clipboard operation
remark42 copied to clipboard

comment engine

Results 155 remark42 issues
Sort by recently updated
recently updated
newest added

Is there a built-in way to paginate when fetching comments from the /find endpoint? For instance if a particular thread has 1000 replies and I only want to get them...

enhancement

First of all, thank you for this comments engine. I have added it to my blog, and it looks great. However, I have not found a way to change the...

[This issue](https://github.com/umputun/remark42/issues/1456) Please correct me if i'm wrong: view variable (telegram/token/email) is only exist after some action in the dropdown menu. So its not necessary to check here that view...

frontend

`.comment-form__subscribe-by-email__token-input` has `rgb(221,221,221)` in dark theme resulting in unreadable text: ![image](https://github.com/umputun/remark42/assets/54378412/63686dcc-4934-4e4a-9251-ca52a8a80d56)

frontend

The most straightforward fix for avatars import ( https://github.com/umputun/remark42/issues/990 ) mostly to start discussion of possible approaches. I don't like current fix but I don't see another way without code...

backend

[The Backup docs state:](https://remark42.com/docs/backup/backup/) > Remark42 by default makes daily backup files under `${BACKUP_PATH}` I was under the impression that by downloading the contents of the `${BACKUP_PATH}`, I have a...

documentation

Identicon-generated avatars are not as pixel-perfect as they should be. This appear most distinct and annoying when viewed on a default 1080p monitor with a DPR:1 (device pixel ratio), where...

frontend

Calling `window.REMARK42.changeTheme` while `` is not fully initialized (i.e., not showing in the page footer, but `REMARK42::ready` event is fired) does not really affect the style. What I want to...

frontend

Hello, When doing the apple signin process (from user point of view), it seems that apple is redirecting to the URL remark42.mysite.com/web/iframe.html?selfClose but with a POST request, which does not...

frontend

Remark42 currently returns the "cache-control: max-age=3600, no-cache" HTTP header for the ghost.svg file. Using the "no-cache" directive is pointless and only creates useless traffic. It would be correct to use...