dullage / flatnotes

A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.
MIT License
1.5k stars 87 forks source link

support for math expressions? #205

Closed rahulsanjay18 closed 4 months ago

rahulsanjay18 commented 4 months ago

This might be asking too much, but would it be possible to have some sort of KaTeX math renderer?

dullage commented 4 months ago

It's been asked before. The reason I'm hesitant is similar to the reason I rejected a PR for UML support recently. The toast-ui editor I'm using looks like it's no longer maintained, and so I'm likely to need to look for (or build) alternatives at some point in the future. The more the editor supports, the harder it will be to find a replacement.

There's already a separate issue to track LaTeX/KaTeX support (#61) so please go give that a thumbs up to show your interest.