atleast I need to be as useful as wordpress article editor
for extra note I think I will built the project using ruby on rails, if anyone have stack suggestions, please tell me I will happy to have that
1–10 of 54 posts
atleast I need to be as useful as wordpress article editor
for extra note I think I will built the project using ruby on rails, if anyone have stack suggestions, please tell me I will happy to have that
these days i just try to stick with markdown, which is more controlled and scope-limited, albeit more targetted for technical people.
I really enjoyed working with Prosemirror/TipTap2. It‘s extremely flexible!
Use Gutenberg or a block editor like this ( https://github.com/codex-team/editor.js ) for a CMS. The HTML based WYSIWYG days are over.
I really enjoyed working with Prosemirror/TipTap2. It‘s extremely flexible!
Have you hooked it up to Yjs for realtime collaboration? I'm about to try that. The docs ( https://tiptap.dev/guide/collaborative-editing ) make it seem fairly straightforward.
If you're working on a greenfield project it'll probably be easier. And the integration with TipTap itself was simple. I love TipTap.