A very simple online editor which uses math.js #2636
felipec
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Thanks for sharing Felipe! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Felipe and Jos I'm exploring the posibility of including markdown+latex to this notepad Here you can find the fork https://github.com/dvd101x/math-notepad The nomenclature is not ideal but it's loosely based on: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like the syntax of math.js, but there aren't many user-friendly options to write expressions. That's why I decided to write a very simple editor.
The main feature I worked on is syntax highlighting so that the text is bearable to my eyes. I also ported my vim theme to highlight.js in order to have decent colors.
You can try it out here, and check a basic example here.
You can drag and drop files, and also specify some URL to be loaded automatically to share with someone else. For example I just uploaded an example to dpaste.com here, but doesn't look very nice, nor is it very useful. Just add
?input=$URL
and you can open it inmath-noteped
: example.There's also work to make it run as a desktop application with Electron.
The code is in my GitHub repo, so if there's anything you don't like feel free to hack it.
Hopefully some of you will find it useful 👍
Beta Was this translation helpful? Give feedback.
All reactions