Math Text Editor is a customizable React.js component that offers a rich text editing experience with native support for mathematical notation. It combines the power of Ckeditor for text editing as well as rendering math expressions and Math commands as a friendly UI for mathematical typesetting.
- Rich text editing with familiar text formatting options.
- Seamless rendering of mathematical notation using Ckeditor.
- Customizable toolbar with options to include mathematical symbols and special formatting for equations and formulas.
You can install the package using npm or yarn:
npm install math-text-editor
# or
yarn add math-text-editor