bdbch

Results 202 comments of bdbch

It seems like it's not happening with all nodes. From what I've seen lists and blockquotes are effected, but code blocks and headlines stay the same.

It also seems like this bug is introduced by Prosemirror as it also happens on their examples site. I created an issue there: https://github.com/ProseMirror/prosemirror/issues/1309 Would be nice if you could...

As it seems this behaviour is intended by marijnh I'd say we should look into it again. Do you think it should be configurable or should we change the "default"...

Not yet. I'd need to checkout what happens inside the ExtensionManager - pretty sure something weird is happening with the GapCursor extension here.

Hey! I could imagine this being a focus or state issue as you don't really need to edit anything but just change your focus inside the editor to somewhere else...

It seems like code highlighting isn't working in the demo anymore. Could you check out what went wrong there? https://deploy-preview-3002--tiptap-embed.netlify.app/src/nodes/codeblocklowlight/react/ https://deploy-preview-3002--tiptap-embed.netlify.app/src/nodes/codeblocklowlight/vue/

I think you now have to register the languages in the demos. Take a look here: https://github.com/ueberdosis/tiptap/pull/2965 Maybe that's why code highlighting currently isn't working.