Search engine configuration in glide.ts
#158
Closed
imnotpoz
started this conversation in
Feature requests / ideas
Replies: 2 comments
|
Possibly related questions: |
0 replies
|
This will be in the next release! https://github.com/glide-browser/glide/pull/201/changes#diff-a4287111dee9317728906ebc8476b02029cd01afa54b6c44bf90db66baa14108 glide.search_engines.add({
name: "Discogs",
keyword: "disc",
search_url:
"https://www.discogs.com/search/?q={searchTerms}",
favicon_url: "https://www.discogs.com/favicon.ico",
}); |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'd like to be able to configure search engines in my config file with an API similar to
glide.addons.installfor inspiration I'd look at the home-manager module:
https://home-manager-options.extranix.com/?query=programs.firefox.profiles.%3Cname%3E.search.engines&release=master
https://github.com/nix-community/home-manager/blob/master/modules/programs/firefox/profiles/search.nix
as far as I'm aware this is what's needed: https://searchfox.org/firefox-main/rev/268969d4a8096d6572447e0b03893ea7146797a2/toolkit/components/search/SearchEngine.sys.mjs#1053-1083 (linked from hm docs)
I'm not sure I'll be able to contribute, throwing in those links for anyone interested in implementing this
All reactions