text VS prosemirror-buildless

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

prosemirror-buildless

A ProseMirror starter kit without a build process - just load and start hacking. (by simplygreatwork)
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
text prosemirror-buildless
5 1
496 0
3.0% -
9.9 0.0
3 days ago over 3 years ago
JavaScript JavaScript
GNU Affero General Public License v3.0 -
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.

text

Posts with mentions or reviews of text. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-13.
  • Scala Isn't Fun Anymore
    9 projects | news.ycombinator.com | 13 Sep 2022
    Yes, but some 'central' agencies push for specific Markdown formats/use. E.g. Nextcloud [1] wants to use Markdown as a format, to save the output of their wysiwyg text editor. Everytime you open a Markdown file in nextcloud-text, it is 'formatted' correctly, according to the Commonmark specs, and _written_ back, without asking the user.

    [1]: https://github.com/nextcloud/text/issues/593

  • Why are basic features so buggy and rated poorly still? here's the contacts app, 3 years later with same bugs
    5 projects | /r/NextCloud | 1 Jul 2022
    But since you do have concrete PHP experience, you might find it easier to try to work on some of the open issues in one of the Nextcloud repositories. So for example, if you go to the 'Issues' section for the Text app, there are various tags on the issues, and you might be able to start out by helping out with those tagged "Need triage". (i used to triage bug reports for Emacs itself, which is what led me to write this guide to reporting bugs in GNU Emacs.)

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

What are some alternatives?

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

rich-markdown-editor - The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:

prosemirror-svelte - Svelte bindings for the ProseMirror editor

flutter-quill - Rich text editor for Flutter

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

Krunker-Editor-Plus - Multiplayer for the Krunker Map Editor

unicode-formatter - Convert portions of text to fancy text using unicode fonts for use on Twitter and other sites that don't support rich text

nextcloud-swarm-plugin - Plugin for bridging Nextcloud and Swarm.

ocdownloader - ocDownloader - AGPL-licensed multi-protocol download manager for Nextcloud using ARIA2, youtube-dl and Curl (supports Youtube, BitTorrent, HTTP, FTP)

wireflow - Wireflow - user flow chart real-time collaborative tool

milkdown - 🍼 Plugin driven WYSIWYG markdown editor framework.

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.