Mardine
Mardine
on extensions array = BaseKit.configure({ characterCount: false, }),
@Alessandro-filho Im using on my layout tsx, like that: export default function RootLayout({ children, }: Readonly) { return ( {children} ); } On my editor, im using out use effect,...
@markkop-halborn any idea? remove all empty paragraphs dont is a good solution for my case
 In the demo, for example, if you try to show a preview with this generated code, how would you do that?
which css? I'm importing these packages here: import 'reactjs-tiptap-editor/style.css' import 'katex/dist/katex.min.css' This is what I found in the documentation. Where can I find the information about the missing CSS? Another...
dont work :/ i update the mini repo with this import
Im trying to add a pull request to your project with the same context, replicating the preview attempt in the playground to show that the preview there would also be...
Hi, I decided to create my own tiptap editor and it seems to be working. Do you have any idea about my bug? If not, I think enabling read-only mode...
Just to let you know: I haven't closed the issue yet because I had to use another lib as a temporary solution, but your lib is much more complete and...