nuttyartist / plume-public

Write beautifully. Effortlessly. A note-taking app written in Qt C++ and QML.
https://www.get-plume.com
43 stars 0 forks source link

Feature Request: LaTex Math support #4

Open tomhense opened 3 weeks ago

tomhense commented 3 weeks ago

First of all I would like to say that Plume looks great and seems to have a lot of potential but some crucial features are still missing (for me).

It would be really great to have support for equations using latex. A lot of markdown editors use Mathjax or Katex but these are of course web based libraries and probably not very useful for Plume.

P.S. It would be nice to be able to disable the smooth scrolling in the text view, I admit it looks very fancy but I find it a bit distracting when scrolling with a mouse wheel.

If this is not the right place for feature requests for Plume I apologize.

nuttyartist commented 3 weeks ago

Hey, @tomhense!

That's the right place for feature requests. Latex support is on the roadmap. I've got some cool ideas on how to implement it, so I don't think I'll need to use any web based libraries.

P.S. It would be nice to be able to disable the smooth scrolling in the text view, I admit it looks very fancy but I find it a bit distracting when scrolling with a mouse wheel.

I'm going to investigate this issue. I think I have an idea of why it's happening. Thanks for letting me know!