prosemirror-buildless VS czi-prosemirror

Compare prosemirror-buildless vs czi-prosemirror and see what are their differences.

prosemirror-buildless

A ProseMirror starter kit without a build process - just load and start hacking. (by simplygreatwork)

czi-prosemirror

Rich Text Editor built with React and ProseMirror (by chanzuckerberg)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
prosemirror-buildless czi-prosemirror
1 1
0 343
- 0.6%
0.0 0.0
over 3 years ago 10 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.

prosemirror-buildless

Posts with mentions or reviews of prosemirror-buildless. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-29.
  • Show HN: Writing a simple, event-driven, extensible, rich text editor framework
    2 projects | news.ycombinator.com | 29 Mar 2021
    It's pretty easy to create @mentions by creating and inserting a custom "atom" using the function "insert_atom" to insert the atom's HTML. And then you can do further initialization by listening to "atom-will-enter".

    I need to go back and turn on is the ability for sections inside atoms and cards to be contentEditable=true to be able to type text directly inside the element. During development, I had disabled all mutation observation for cards and atoms so as to not corrupt undo history. But I will work to turn editability back on soon within atoms and cards - with more precision.

    I had dabbled with creating a basic editor setup in ProseMirror but overall even ProseMirror itself felt a bit too opinionated for my taste. Another usability problem was that the ProseMirror example was implemented as a module instead of as a top level project. So I had started a buildless ProseMirror example but ultimately I decided to move on anyway: https://github.com/simplygreatwork/prosemirror-buildless

czi-prosemirror

Posts with mentions or reviews of czi-prosemirror. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing prosemirror-buildless and czi-prosemirror you can also consider the following projects:

prosemirror-svelte - Svelte bindings for the ProseMirror editor

react-trumbowyg - React wrapper for lightweight WYSIWYG editor Trumbowyg

text - 📑 Collaborative document editing using Markdown

textbase - Textbase is a clean, simple, composable, event-driven, rich text editor framework for the web which can be extended with custom block and inline elements in a non-opinionated manner.

react-quill - A Quill component for React.

milkdown - 🍼 Plugin driven WYSIWYG markdown editor framework.

react-ace - React Ace Component

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