Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 994 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 994 Bytes

Math Editor

MIT License demo

A rich text editor for scientific content, with Markdown helpers, Mathlive, Geogebra and Excalidraw Extensions. The project aims to make writing publication-quality documents easy and accessible.

Features

  • Rich Text: Text formatting, Copy + Paste Preformatted text, Code syntax highlighting, Insert Images, Tables and Sticky notes.
  • Math: Integrates with Mathlive for writing LaTeX with a Virtual Keyboard.
  • Graph: Integrates with Geogebra for graphing functions and shapes.
  • Sketch: Integrates with Excalidraw for hand-drawn like sketches.

Getting Started

git clone https://github.com/IBastawisi/matheditor.git
cd matheditor
npm install
npm run dev