semanticist21

Results 14 comments of semanticist21

> Thank you both for your quick responses. I took a look at the bug and tried to add the solution mentioned by @semanticist21. > > After reading all the...

> @semanticist21 This solution would work for me. I tried to keep all the marks in my pull request, but it's hard to decide what mark a updated text should...

in _Else_ statement ``` tr.insertText(text, selection.from, selection.to); tr.addMark( selection.from, selection.from + text.length, schema.marks.link.create({ href: link }) ); ``` I'm a new to tiptap too, please understand. _replaceRangeWith_ seems works differntly...