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 — https://github.com/pubpub/pubpub/tree/master/client/components/Editor
- fiduswriter —https://github.com/fiduswriter/fiduswriter/tree/main/fiduswriter/document/static/js/modules
- outline — https://github.com/outline/outline/tree/main/shared/editor (mentioned above but it has since moved to a monorepo)
less heavily developed (based on quick judgement)
- GitHub - TypeCellOS/BlockNote: A "Notion-style" block-based extensible text editor 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)
- GitHub - guardian/prosemirror-editor at 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 - linebyline-group/linebyline: Modern markdown editor application, Build fast and efficient workflows. — react / remirror / tauri
- GitHub - alexwkleung/Iris: ✨ A comfortable Markdown note-taking app (WIP) — react / prosemirror / rust / electron