draft-js-katex-plugin VS EditorJS-LaTeX

Compare draft-js-katex-plugin vs EditorJS-LaTeX and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
draft-js-katex-plugin EditorJS-LaTeX
1 1
32 33
- -
0.0 4.5
over 1 year ago about 2 months ago
JavaScript JavaScript
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

draft-js-katex-plugin

Posts with mentions or reviews of draft-js-katex-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-13.
  • How are custom textarea elements designed?
    4 projects | /r/webdev | 13 Apr 2021
    The point here is that the library will help you to build the editor part for your widget: keybindings, selection, decorators, styling, etc. So all you have to do is to build a VERY basic editor, taking the draftjs most basic examples as reference, and then start implementing your own buttons that will end up calling your functions which will make use of the Draft Modifier API to insert/change text/blocks. You can use the same plugin from the example: https://github.com/letranloc/draft-js-katex-plugin (easiest way) or use the plugin as reference to build your own LaTeX implementation on draftjs.

EditorJS-LaTeX

Posts with mentions or reviews of EditorJS-LaTeX. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-13.
  • How are custom textarea elements designed?
    4 projects | /r/webdev | 13 Apr 2021
    I found this library: https://editorjs.io. Looks pretty solid with +15K stars on github and this plugin for LaTeX support: https://github.com/mdgaziur/EditorJS-LaTeX (this one has only 5 stars but you can see how the plugin works and it looks very easy to integrate with LaTeX, it uses a LaTeX library)

What are some alternatives?

When comparing draft-js-katex-plugin and EditorJS-LaTeX you can also consider the following projects:

megadraft - Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility

Editor.js - A block-style editor with clean JSON output

Draft.js - A React framework for building text editors.

draft-js-markdown-shortcuts-plugin - A DraftJS plugin for supporting Markdown syntax shortcuts