prosemirror-svelte VS bangle-editor

Compare prosemirror-svelte vs bangle-editor and see what are their differences.

prosemirror-svelte

Svelte bindings for the ProseMirror editor (by christianheine)

bangle-editor

Collection of higher level rich text editing tools. It powers the local only note taking app https://bangle.io (by bangle-io)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
prosemirror-svelte bangle-editor
1 4
107 616
- 0.5%
0.0 5.1
almost 2 years ago 3 months ago
JavaScript TypeScript
MIT License 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-svelte

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

bangle-editor

Posts with mentions or reviews of bangle-editor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-25.
  • Marktext – Elegant Markdown Editor for Linux, macOS, Windows
    9 projects | news.ycombinator.com | 25 Dec 2021
    Since you're the author of Bangle.io and it seems the latter is based on bangle.dev[0] which in turn is based on ProseMirror(?), why did you decide to make Bangle's interface look like that of VS Code / Monaco[1]?

    On a different note, IMO using Electron for an app is not a bad choice per se. It's just that editors written in web technologies usually suck because they are so slow compared to, say, Vim/Emacs/Sublime. Is ProseMirror really that much better (faster) than Monaco/VS Code? If not, what's the benefit of using Bangle over Marktext? (Sure, running Marktext/Electron will use up additional RAM compared to running Bangle in an existing browser. But to be honest CPU load is much more important to me.)

    [0]: https://github.com/bangle-io/bangle.dev

    [1]: https://github.com/Microsoft/monaco-editor , https://vscode.dev/

  • Hacker News top posts: Mar 24, 2021
    3 projects | /r/hackerdigest | 24 Mar 2021
    Show HN: Bangle.dev – Collection of tools for building rich text editors\ (22 comments)
  • Show HN: Bangle.dev – Collection of tools for building rich text editors
    4 projects | news.ycombinator.com | 23 Mar 2021
    > Tangentially, a cool thing would be to unite ProseMirror with Automerge. That’d enable some killer collaborative editors.

    Prosemirror already has collaboration baked into it and I have a very rough initial version of it working (see https://github.com/bangle-io/bangle.dev/tree/master/collab). My question for you is what benefit will using Automerge provide over the inbuilt collaboration API?