prosemirror-buildless VS textbase

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

prosemirror-buildless

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

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. (by simplygreatwork)
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
prosemirror-buildless textbase
1 1
0 10
- -
0.0 0.0
over 3 years ago almost 3 years 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

textbase

Posts with mentions or reviews of textbase. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-29.

What are some alternatives?

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

prosemirror-svelte - Svelte bindings for the ProseMirror editor

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

text - 📑 Collaborative document editing using Markdown

milkdown - 🍼 Plugin driven WYSIWYG markdown editor framework.

ckeditor5 - Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.

czi-prosemirror - Rich Text Editor built with React and ProseMirror

pell - 📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies

Scriptor.js - A JavaScript Library for building custom text editors with ease 📝