Reocin / obsidian-markdown-formatting-assistant-plugin

This Plugin provides a simple WYSIWYG Editor for Markdown and in addition a command line interface. The command line interface facilitate a faster workflow.
245 stars 27 forks source link

Using Mathlive as a latex equation editor #43

Open fbob opened 2 years ago

fbob commented 2 years ago

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 quick-mathlive

Reocin commented 2 years ago

This looks interesting. I will take a look on it but make to promises.

ItayXD commented 2 years ago

That would be amazing

danzilberdan commented 1 year ago

@ItayXD @fbob @Reocin I just published an extension that does exactly that! Check it out here. This is the repo Dan.

fbob commented 1 year ago

Thank you, @danzilberdan that's a great extension to obsidian Can't wait to try it :) THANKS !