-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Add other search engines #155
Comments
I see that there's already #151 which was closed with the comment that it won't be enhanced for other search engines. Closing this ticket. |
|
@sindresorhus - yes, I think that would be a good idea for the developer to provide the name and url/format of the search engine. I assume this will also take into account the i18n? |
…enu item for other search engines. Allows mutliple but requires splicing into menuTemplate (sindresorhus#155)
Hoping to take a crack at this. Just wanted to check if adding an object type option, like below, would be ok? It seems to work but not sure if it's the preferred way (still relatively new to javascript).
Also, still deciding on the name. Willing to change to |
As security-minded person, it would be good to allow searching by other search engines eg DuckDuckGo.
If using DDG, the url is of the form:
https://duckduckgo.com/?q=${searchTerm}
Other users I have seen also use Bing in some cases.
The text was updated successfully, but these errors were encountered: