You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could keep vanilla javascript for the part that are executed for each query (lighter file size), but use a JS framework (because working with DOM) for an application that could be used by the end user to customize which are the search engine in their list — and how to backup and "synchronise" their customization between different devices and browsers.
Remember that the objectives of this project are:
never setup search engines preferences again
get a better url bar actions (not only search), without coding a browser extension
possibility to self host this software easily as it is just front-end, so anyone can host their instance and be more in control of their privacy (you odn't get track for each request you do) and the customization of their software
Details
Right now the site consists of one index.html page and a vanilla main.js file.
In a new folder customization, we could have the same setup for a new index.html page, and it would be used to make the user customization application.
This way there will be a separation between the engine and the customization, which don't have the same requirements in term of weight.
The text was updated successfully, but these errors were encountered:
4www
changed the title
Try framework choo (v2)
Consumer application (list and customize engines)
May 21, 2018
4www
changed the title
Consumer application (list and customize engines)
list engines + user customization (of engines) in a new application
Jun 21, 2018
We could keep vanilla javascript for the part that are executed for each query (lighter file size), but use a JS framework (because working with DOM) for an application that could be used by the end user to customize which are the search engine in their list — and how to backup and "synchronise" their customization between different devices and browsers.
Remember that the objectives of this project are:
Details
Right now the site consists of one
index.html
page and a vanillamain.js
file.In a new folder
customization
, we could have the same setup for a newindex.html
page, and it would be used to make the user customization application.This way there will be a separation between the engine and the customization, which don't have the same requirements in term of weight.
The text was updated successfully, but these errors were encountered: