-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
It can be nice to be able to quickly navigate without having to click buttons.
We should have a new "mode" for the omnibar to search for links on the page.
e.g. maybe it could be a new glyph like '> some chars' or maybe './some thing'
When the mode is entered we'll fetch all links on the page and fuzzy match based on URL/link text.
I had messed with this in the past via my web-palette extension. We could reuse the code for finding links / buttons from there.
Maybe to start we should only show links to paths that are in the same "folder" as the current URL.
Fuzzy match regex could be taken from what we have in the history extension
TBH it might even make sense to add this change in there instead of the omnibox
EricEisaman
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
To triage