John Dunning
John Dunning
It should run fine in FF now. It's being used by all of 14 people in the store: https://addons.mozilla.org/en-US/firefox/addon/quickey-the-quick-tab-switcher/ You can build that branch by running `npm run build`, which...
Hmm, it looks like I had already rebased on the FF changes, so I'm not sure why it's throwing errors in FF. Need to dig into it. Seems to be...
Okay, handling FF weirdness and fixing some other things, this branch should work in FF now: https://github.com/fwextensions/QuicKey/tree/feature/2023/spaced-token-search lmk if you need steps on how to build and load it in...
You can download a zip of the built version of that branch [from here](https://drive.google.com/file/d/1zcfji2rkiatdB-tnh4ZrPVKaGMUW4QvT/view?usp=share_link). Unzip it somewhere. Then open the URL `about:debugging#/runtime/this-firefox` in Firefox. Click the *Load Temporary Add-on* button...
Thanks for checking out that build! > Doesn't highlight "issues" in above though for some reason (it should highlight that word in the URL since thats the only place it...
> But "issues" is not fully present in the title, only the URL. The title has "issue" (singular). There's an `s` in *fwextensions*, though, which is why it matches. If...
It matches all the chars in each token in order, but they don't have to be an exact substring. More compact matches get higher scores, as do matches against capitals...
I've uploaded a new version of the extension here: https://drive.google.com/file/d/1mST7Osr2vKN9RDbpttEx02eJY5iv2qBc/view?usp=share_link It now lets the query match across the title or the URL. As long as each token is matched somewhere,...
Yes, more compact matches score higher than sparse ones, as do matches that start earlier in the string or are at the beginnings of words. I've got ~1100 tabs open...
The history is limited to 2000 items, just so it doesn't become overwhelming. There's no limit to the number of tabs. It will search across all open ones. > If...