Show HN: Bangle.dev – Collection of tools for building rich text editors
1–10 of 28 posts
Re: Show HN: Bangle.dev – Collection of tools for building rich text editors
#2Re: Show HN: Bangle.dev – Collection of tools for building rich text editors
#3Re: Show HN: Bangle.dev – Collection of tools for building rich text editors
#4Had developed something slightly similar (for now primarily used in-house and API is somewhat clunky and unstable): essentially, a wrapper around ProseMirror that makes it easy to use in React, and introduces an additional abstraction that combines schema features and related editor plugins. Thought someone can make it better, and maybe this is that project.
Tangentially, a cool thing would be to unite ProseMirror with Automerge. That’d enable some killer collaborative editors.
Re: Show HN: Bangle.dev – Collection of tools for building rich text editors
#5This seems to be built on top of the venerable ProseMirror. Had developed something slightly similar (for now primarily used in-house and API is somewhat clunky and unstable): essentially, a wrapper around ProseMirror that makes it easy to use in React, and introduces an additional abstraction that combines schema features and related editor plugins. Thought someone can make it better, and maybe this is that project.…
Re: Show HN: Bangle.dev – Collection of tools for building rich text editors
#6This seems to be built on top of the venerable ProseMirror. Had developed something slightly similar (for now primarily used in-house and API is somewhat clunky and unstable): essentially, a wrapper around ProseMirror that makes it easy to use in React, and introduces an additional abstraction that combines schema features and related editor plugins. Thought someone can make it better, and maybe this is that project.…
How does it compare to https://github.com/remirror/remirror ?
Update: I created an abstraction called “feature” that seems to be similar to the extension concept, but different. Through features, editor creator can contribute related schema aspects and plugin views. Schema is always there and is not handled by a separate feature, however.
Re: Show HN: Bangle.dev – Collection of tools for building rich text editors
#7This looks cool! What would be the biggest motivation for using this over something like slateJS?
Re: Show HN: Bangle.dev – Collection of tools for building rich text editors
#8Re: Show HN: Bangle.dev – Collection of tools for building rich text editors
#9Wondering if that would be a good thing if Marijn created some kind of official marketplace for Plug-ins
Re: Show HN: Bangle.dev – Collection of tools for building rich text editors
#10This looks cool! What would be the biggest motivation for using this over something like slateJS?