What are the open-source editors that are based on ProseMirror? I know TipTap, is there anything else? I’m looking for advanced prose mirror plugins (with image resizing and table advanced features for example).
Thanks, Atlaskit looks really professional and has a lot of features. Its design system also looks great, do you maybe know whether it’s all open source and I can use it in my personal commercial product or it’s paid?
Somebody commented a link to their bitbucket (editor is open sourced) & I have it saved. Here is the link: Bitbucket
It’s under Apache 2.0 License
There’s also Wax: written in JS, based on Prosemirror and React.
@degel123 I’ve made a tiptap extension for resizing media(image,videos) and you can extend it to resize any node you want. Here’s the link GitHub - sereneinserenade/tiptap-media-resize: Tiptap 2 Media 🌁 🎥 Resize, Realignment extension.
Hope this helps
Here is a list of what I know.
https://github.com/chanzuckerberg/czi-prosemirror
https://github.com/remirror/remirror
https://github.com/outline/rich-markdown-editor
https://github.com/Saul-Mirone/milkdown
https://github.com/ueberdosis/tiptap
https://github.com/bytedance/syllepsis
https://atlaskit.atlassian.com/packages/editor/editor-core
Stacks Editor
Looks cool! Would be awesome to add caption too! What would be the steps to do it?
heavily developed
- pubpub editor — pubpub/client/components/Editor at master · pubpub/pubpub · GitHub
- fiduswriter —fiduswriter/fiduswriter/document/static/js/modules at main · fiduswriter/fiduswriter · GitHub
- outline — outline/shared/editor at main · outline/outline · GitHub (mentioned above but it has since moved to a monorepo)
less heavily developed (based on quick judgement)
- GitHub - TypeCellOS/BlockNote: A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
- GitHub - steven-tey/novel: Notion-style WYSIWYG editor with AI-powered autocompletion. (tiptap based; ~8k stars, which is relatively high)
- GitHub - paperbits/paperbits-prosemirror: Paperbits HTML editor based on ProseMirror. — impressive demo
- Emergence Engineering · GitHub — quite a few prosemirror plugins
- licit (czi fork)
- https://github.com/guardian/prosemirror-editor/tree/rm/initialise-repo
- GitHub - appleple/smartblock: intuitive block based wysiwyg editor built with React and ProseMirror
- GitHub - nextcloud/text: 📑 Collaborative document editing using Markdown (tiptap)
desktop editors
- GitHub - mdSilo/mdSilo-app: Lightweight Knowledge Base and Feed Reader. — react / prosemirror / rust / tauri
- GitHub - drl990114/MarkFlowy: The cross platform markdown editor is lighter, smarter and purer. — react / remirror / tauri
- https://github.com/alexwkleung/Iris — react / prosemirror / rust / electron