Petr Glaser
Petr Glaser
I am planning on adding this feature as a custom prop. My plan is to use Blocksuite, which is WYSIWYG with MD export as well. :)
How does Lexical compare to Tiptap? @kadencartwright
The thing is that right now we have multiple options and I think that it either needs proper research (to include it in the Puck core) or we should implement...
Should we debounce or just use a pattern that is recommended in React Docs like `useDeferredValue`? https://react.dev/reference/react/useDeferredValue#showing-stale-content-while-fresh-content-is-loading
Sure thing, I'll try to do minimal reproduction example, sorry for not adding it immediately. In the end I got it working, but without the plugin. Here's the app inside...
If you use app directory with Next.js it magically changes version of React to 19, which doesn't have this API anymore. :/
I agree with the simple solution with custom properties. They are well-known and supported and they can cover a lot of use-cases. Custom render functions would be for complete white-labelling,...