Hacker News new | ask | show | jobs
by dthedavid 1888 days ago
This looks really nice, especially collaborative editing. I've been playing around with draft.js and also looked at other libs.

How does this handle maintaining text selection while interacting with a drop down list (ex. font size drop down, link editor with pop over)? Google docs handle this really well. It would be nice to see this in the docs.

1 comments

We don’t provide any controls, you can use a native select or whatever you need and I don’t see a reason why that shouldn’t work. tiptap just gives you an API to apply styles, check for styles and so on.

Good point though, we should put together an example that showcases that.