Federico Bonel Tozzi
Federico Bonel Tozzi
Hey @GnussonNet! We are currently planning to release inline text editing in version 0.20. This update will also introduce a `registerOverlayPortal` function, which allows you to remove the drag overlay...
Hey @somegooser! You can check the progress here #1341
Hey @Ingenu1ty! Thank you very much for your feature request, and welcome to the community 🤲 That’s an interesting model, right now, Puck is mostly visually driven and block-based, but...
This is awesome! Super glad to see this feature finally being added 🙏, thank you. I tested it on my machine and here are my thoughts: - Clicking on the...
This is looking great! I really like that we provide utilities while still exposing TipTap's APIs. I also really like the UI and overall experience. Here are a few small...
Good catch @DamianKocjan! Thanks for reporting it
Beautiful work ✨ - Firefox issue is fixed now - Bundle size went down when not using RTE. I think this is good!
This would be great, marking it as ready
Hey @cihad! Thanks for the suggestion. We already have the `as` prop implemented and merged, so we probably won't change the API for now. If we implement prop spreading, it...
Some bugs I found so far: When using the following config: ```tsx export const conf = { components: { TestNested: { fields: { array: { type: "array", arrayFields: { title:...