joelshepherd / tabliss

A beautiful, customisable New Tab page for Firefox, Chrome, and Edge.
https://tabliss.io
GNU General Public License v3.0
2.15k stars 280 forks source link

[Feature request] Custom Search Engines #197

Open dnut opened 4 years ago

dnut commented 4 years ago

I would like to add search boxes for search engines that are not included in your predefined list. It would be great if the user could provide a custom search URL.

CraftyDH commented 4 years ago

Tabliss stores search engines in an array with a search url. { key: 'duckduckgo', name: 'DuckDuckGo', search_url: 'https://duckduckgo.com/?q={searchTerms}', }, @joelshepherd becuase the lookup is done in getSearchUrl (utils.ts), Tabliss should be able to test for 'custom' and send back a custom search url.

Earthling-Z3R0 commented 4 months ago

+1

It's a long standing request and I wonder why this has not been implemented.