ClementEXWiki
ClementEXWiki
I'm trying to replace the current editor we have at XWiki (CKEditor 4) with a more modern approach. We are rebuilding the editor and a lot of things that revolve...
> What hacks are you talking about [@ClementEXWiki](https://github.com/ClementEXWiki) ? One way of doing this would be to put a full BlockNote editor DOM inside each custom block. This would be...
Hi, sorry for the long delay, I didn't see I got an answer on the issue. I tried both solutions but unfortunately neither work. The first one gives me the...
Actually stripping markdown would be a good solution too. But I think it would be nice to have an adapter doing the equivalent thing without the overhead of re-parsing the...
That's a good idea, but I think some things like tables would be absolutely unreadable if we do that. Note that it is not a priority at all, just a...
I do agree that it's a bad practice ; but we have some legacy code bases where it's used all over the place, and a rule enforcing a particular writing...
Unfortunately this would require to rewrite thousands of imports across hundreds of files, plus update the `exports` fields from every `package.json` in every package we have (100+).
That seems like a very good idea, having as much informations as we can will ensure the watcher won't be limited.
Hi, I would love this as well, I'm currently extending some parts of the BlockNote UI using Mantine components, and including Mantine's default styles break BlockNote's own.
Hi, would be useful for me too :) This can be implemented pretty easily as custom blocks, but having native support inside BlockNote would be better.