what’s a good Mark down, comment/post editor component library?
Unanswered
Beveren posted this in #help-forum
BeverenOP
I found “Tiptap”, it seems good,
But the package kinda seems slow with data usage/rendering
I want to implement “code” editing comments in a CICD type chat for project debugging
But the package kinda seems slow with data usage/rendering
I want to implement “code” editing comments in a CICD type chat for project debugging
6 Replies
@Beveren I found “Tiptap”, it seems good,
But the package kinda seems slow with data usage/rendering
I want to implement “code” editing comments in a CICD type chat for project debugging
I like to use this one: https://www.npmjs.com/package/draft-js
It's pretty simple and you can customize nearly everything. Of course you can also export it as markdown.
This one builds on draft.js and simplified stuff: https://www.npmjs.com/package/react-rte
Demo: https://react-rte.org/demo
It's pretty simple and you can customize nearly everything. Of course you can also export it as markdown.
This one builds on draft.js and simplified stuff: https://www.npmjs.com/package/react-rte
Demo: https://react-rte.org/demo
Large oak-apple gall
Checkout BlockNoteJS or Novel.sh
if you just want basic markdown and want basic control over your own buttons, i have found tiptap pretty cool
Novel.sh is just tiptap with wrapper for ai and some default styling
BeverenOP
Thank you. Well, once I go live with my site. I’m seeing $ of 100 and $150 for some do the libraries .
Idk how well people will sign up and or pay for a subscription on my site.
It’s going to be kinda like a co-edit/plan based on snippets and layouts
Idk how well people will sign up and or pay for a subscription on my site.
It’s going to be kinda like a co-edit/plan based on snippets and layouts
BeverenOP
I made a second fronted git branch so I can try neon and Supabase differently with those packages