Best Way to Handle Rich Text Input in a NextJS app?
I'm a developer working on an app connecting university/college graduates with job opportunities at startups, and as such the startups need to be able to input rich text for their "company page" and each individual job post - ensuring they're formatted properly and not just huge blocks of text.
What I'm essentially after is a rudimentary version of Medium's blogging inputs. I'm currently testing it with React Slate, but has anyone used anything else that they'd recommend, or another approach entirely? Thanks 🙏
7 Replies
@Gerbuuun That looks extremely promising, thank you! I'll report back to this thread with how I find it, in case other people are looking for a similar thing
looks good can i implement it with t3?
Yeah I've been trialing it, I've had the same experience as you - going to give editor.js a shot I think!
mby this? https://quilljs.com/
Quill
Your powerful rich text editor
Quill is a free, open source rich text editor built for the modern web.
I recommend titap https://tiptap.dev/
The plugins system is very convenient. Just install what you need. And very easy to configure. What you need to do is just styling it.
Thanks- I think this could be the way, pretty much perfect for my requirements
Cool 😎