-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add search suggestions (with configurable engine) and configurable shortcuts #706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
|
Good work @kylerm42, that's what I was trying to go for! Nice to see that we had the same idea :)) |
|
Thanks @rhijjawi! I was actually going to work off yours but I'm new to Go, so at this point writing is easier than reading and understanding. Definitely open to bringing in anything from that PR over here though, or vice versa! |
|
Amazing feature |
|
Great feature |
|
has this been implemented? |
@beatrizq The pull request is still open and not merged so I don't think so |
Summary
• Enhanced search widget with configurable shortcuts for quick site navigation and fuzzy matching
• Added search suggestions integration with popular search engines (Google, DuckDuckGo, Bing, Startpage)
• Navigate directly to URLs, bypassing search engine
Features Added
Shortcuts System:
gm, thenEnterto go directly to Gmail)Search Suggestions:
Direct URL Navigation:
google.com,www.google.com), HTTP(S) prefixes (https://google.com), localhost (localhost:3000) and IP addresses (192.168.1.1), all with optional portsKeyboard Navigation:
This is similar to #702, but with some extra features. Also relates to issue #700