Lâm Tuấn

Results 7 comments of Lâm Tuấn

I also got the same problem

@matthewlipski If you have multiple tabs using BlockNoteView, the numbered list will become null when you switch tabs. Additionally, when the BlockNoteView is in a non-editable state, the numbered list...

ok thanks, i got it ``` import { Extension } from '@tiptap/core' const ArrowConversion = Extension.create({ name: 'arrowConversion', addInputRules() { return [ { find: /->/g, handler: ({ state, range })...

> ok thanks, i got it > > ``` > import { Extension } from '@tiptap/core' > > const ArrowConversion = Extension.create({ > name: 'arrowConversion', > > addInputRules() { >...

I used the code snippet above in _tiptapOptions and encountered an error when adding a space to a word, or when modifying a character. It gets replaced by an arrow....

@YousefED If I remove this line, won't the regular text lines be unable to trigger the creation of a list? Or is there a way to check so that other...

@dvarjun Add this to your css file ``` .ProseMirror-selectednode > .bn-block-content > *, .bn-block-content.ProseMirror-selectednode > * { outline: none !important; }