You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if you paste a Q42 style id into the search box, it'll use that to lookup an entry to match. This is particularly useful for people/things with very common names where the search might get swamped with other items.
I often find myself following a wikipedia link that a site provides to uniquely identify the current item, using the extension to quickly grab the Q-id then pasting it into the extension search box in another window.
It would be nice to skip a step and paste the url directly into the search box. Or drag and drop it into the sidebar.
In theory it's possible to grab links from user selected text too, even multiple ones and check them all, but I'm not sure how that would interact with people just trying to select the text of the link to search. Maybe display any link based match found as an additional search result at the top of the list?
The text was updated successfully, but these errors were encountered:
I wouldn't like makeing it more complicated, then this.
But, as a fallback (when there are no results) and when it is a url, we could simply run all resolvers we usually have. That should have the intended efffect.
Currently if you paste a Q42 style id into the search box, it'll use that to lookup an entry to match. This is particularly useful for people/things with very common names where the search might get swamped with other items.
I often find myself following a wikipedia link that a site provides to uniquely identify the current item, using the extension to quickly grab the Q-id then pasting it into the extension search box in another window.
It would be nice to skip a step and paste the url directly into the search box. Or drag and drop it into the sidebar.
In theory it's possible to grab links from user selected text too, even multiple ones and check them all, but I'm not sure how that would interact with people just trying to select the text of the link to search. Maybe display any link based match found as an additional search result at the top of the list?
The text was updated successfully, but these errors were encountered: