This Plugin provides a simple WYSIWYG Editor for Markdown and in addition a command line interface. The command line interface facilitate a faster workflow.
Is your feature request related to a problem? Please describe.
Math latex input is cumbersome a WYSIWYG math input method helps a lot
Describe the solution you'd like
I'm wondering if Mathlive could be used to build the best latex equation editor inside Obsidian.
Matlive is indeed an excellent web component for math input: https://github.com/arnog/mathlive
A solution could be to send the latex text to the server, which will open a mathlive window in where one can edit math equations.
When the matlive window is closed or a particular keychord is send the modified content is printed to standard output or replace the selected one.
Is your feature request related to a problem? Please describe. Math latex input is cumbersome a WYSIWYG math input method helps a lot
Describe the solution you'd like I'm wondering if Mathlive could be used to build the best latex equation editor inside Obsidian. Matlive is indeed an excellent web component for math input: https://github.com/arnog/mathlive A solution could be to send the latex text to the server, which will open a mathlive window in where one can edit math equations. When the matlive window is closed or a particular keychord is send the modified content is printed to standard output or replace the selected one.
Describe alternatives you've considered https://github.com/casouri/quick-mathlive may be a good starting point here.
Additional context Gif from https://github.com/casouri/quick-mathlive