reply with features and bug fixes you’d like to see in Philthy, the lemmy fork that runs on this instance. no guarantees I’ll get to any of them soon, but particularly low-hanging fruit and well-liked features can be prioritized.
reply with features and bug fixes you’d like to see in Philthy, the lemmy fork that runs on this instance. no guarantees I’ll get to any of them soon, but particularly low-hanging fruit and well-liked features can be prioritized.
so the frontend uses markdown-it which is fairly popular; I think the problems with it are the settings they configured for
markdown-it
’s parser, and the almost 800 lineMarkdownTextArea
making interacting with the damn thing so clumsy. we can probably get a pretty good improvement out of changing to a sanermarkdown-it
configuration and swapping theMarkdownTextArea
component for something well-supported from NPM