Possible to make the link autocompleter prioritize Tags before Posts?
After some digging I figured it out. We need to: grab the editor settings wrap the fetch link suggestions function in our own function in this wrapper, we call the original, then do some sorting by type, in this case I changed it from ascending to descending so that tags comes before post update the … Read more