draft-js-latex-plugin

0.1.2 • Public • Published

Draft.js LaTeX Plugin

A Draft.js plugin to render and edit LaTeX. Modified this KaTeX module to make it compatible with the widely used draft-js-plugins architecture.

Setup

npm i draft-js-latex-plugin

Usage

import { getLaTeXPlugin } from 'draft-js-latex-plugin'
import 'draft-js-latex-plugin/lib/styles.css'
import 'katex/dist/katex.min.css'

const LaTeXPlugin = getLaTeXPlugin()

const plugins = [LaTeXPlugin]

Key bindings

  • Press $ for starting Inline TeX
  • Press CMD + M for starting Tex Block
  • To write the $ character, type \$

Package Sidebar

Install

npm i draft-js-latex-plugin

Weekly Downloads

16

Version

0.1.2

License

MIT

Unpacked Size

28.9 kB

Total Files

23

Last publish

Collaborators

  • ruial