draft-js-latex-plugin

Draft.js LaTeX Plugin

Usage no npm install needed!

<script type="module">
  import draftJsLatexPlugin from 'https://cdn.skypack.dev/draft-js-latex-plugin';
</script>

README

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 \$