Tim DuBois
Tim DuBois
If we don't have a name, or email, but URL, we link this url. I think that if a user has provided their URL, they are happy for people to...
#68 was merged without the inclusion of one cosmetic feature: scrolling the comment in question into view if it's outside the viewing pane. Seems like Elm doesn't have native capacity...
We have notifications from #62, but we should be able to return the response before sending the email. May need to spawn off a future, or invoke something in the...
For the moment we spawn a heap of reply buttons, but only one is really needed. When the mouse is over a comment or is tabbed through on the keyboard.
Currently we set up things like the notification system (#62) in plain text in the config file. It would be better if some of this info was stored in the...
Katex has a lot of external dependencies. We could pull it in locally, but it still muddies the waters. There will be many people who will not require equations ever,...
To avoid flooding we should throttle the amount of comments a user can post within a given time frame. This should be matched on IP I guess.
Multi-language support, with some form of template such that it's easy to add more languages.
Sqlite is fine for small blogs on a single VPS instance. However, users may be more comfortable with a more capable system at scale. To that end, we can add...
One issue that isso faces is that it uses an api through email to manage comments. This requires unsafe CSP headers to be enabled, or the requirement to manually edit...