Ivaylo Pavlov
Ivaylo Pavlov
Same experience here, I've found [docusaurus-search-local](https://github.com/cmfcmf/docusaurus-search-local) which doesn't have this problem, but doesn't look as nice.
I guess this PR is meant to supersede the #5839 ? So 5839 is closable?
> Correct, is there a way to append a PR without making a new one? I'm still new with open-source contributions still lol You should have just pushed to the...
Still not able to reproduce this issue in the current Playground
This clean up seems correct, since it's only used in ListItemNode and can be defined there and taken outside of 'Core', however ultimately leaving to @acywatson and @zurfyx to decide...
@etrepum ok, I'm ready to get this one through. Rebase to latest main and I'll approve and merge it. Hope your 'ONCL' offer still stands.
Which one should be the go to PR, this one or the #6078
@etrepum ok, game time
Well, that's kind of 'working as designed', since the AutoLinkPlugin is a node transform that's run on every editor update, in this case any string that matches www.... will be...
The working as designed part was referring to transformers. The ability to unlink an autolink makes sense to be added in an efficient way.