This is the README for extension "MathEditor".
A vs code webview extension to write mathmatical formula easily.
- Helpful for developer to create math equation.
- Provide math formula in three different forms like MathML, LaTeX, Asciimath.
- Copy to clipboard option is available for directly copy the code.
- An interactive and responsive symbol table to help writing equation.
VS Code Editor. You can download it here https://code.visualstudio.com/download.
To install the extension:
- Download the repository from https://github.com/shivssm/matheditor
- Do 'npm install' in your command line after reaching into directory to install the dependencies.
- Open the folder in vs code editor.
- Run the extension using (
ctrl+shift+p
for windows);
Sometimes conversion into asciimath code having trouble.
Initial release of Math Editor (a vs code webview extension to write equation)
Enjoy!