semanticist21
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...
Can you detail the situation?
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...
If this is going to support local urls, Its input type would be "text" rather than "url". In my knowledge, this means that the component will not be able to...
My version is v20.0.5 but the error still occurs.
https://nx.dev/nx-api/js/documents/typescript-project-references According to the Doc, they say 'composite' value should be true. I changed the value to true.
As the maintainer does not update this pkg for a long time, I think you should manage it by yourself.
You have `16%` performance gain and I think it is noticeable. The smaller perofrmance than you might expect is probably due to Disk I/O and parallelism overhead.