Bob Ippolito
Bob Ippolito
I think we might be able to abandon this, since #6357 basically covers the same use case and there's a cache for `$nodesOfType` such that the traversal of all nodes...
Duplicate of #2715
Can still reproduce this
You could certainly do this on your own by registering the command at a higher priority, detecting if the selection is on a list, and then removing the list. Since...
Looks like you're right that the command does not allow you to create nested lists, but the implementation does allow it and that's how multiple levels work. For example if...
Seems fixed to me as well 👍
Duplicate of #2715
Nightly releases are available, which is not quite bleeding edge as they are only published once per weekday but it's sufficient for most use cases.
This is more of a CSS issue than anything else, I think you should be able to configure your editor to do this as-is.
It sounds like your `useCharacterCount` hook is doing things it shouldn't do, you don't need to use editor.update at all to count the characters.