1.0.4 • Published 2 years ago

editorjs-simple-latex v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

editorjs-latex

Tools for entering latex in editorjs - based on katex

example

how to use

add tools option like this

    <script type="module">
      const editor = new EditorJS({
        autofocus: true,
        tools: {
          latex: {
            class: LaTeX,
          },
        },
      });
    </script>

typescript

declare type like this in d.ts file

declare module 'editorjs-simple-latex' {
    import LaTeX from 'editorjs-simple-latex';
    export = LaTeX;
}
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago