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
Make these rules implicit, allowing to define simple engines and quteromarks (example below) without needing to have such trivial rules explicitly declared in the toml file. This is specially useful for quteromarks since the quteromarks menu is made to work specifically with this rule, which the user has to declare by himself.
[[engines]]
alias = "gh"
url = "https://github.com/search?q={}"
[[quteromarks]]
alias="local"
url="http://127.0.0.1"
The text was updated successfully, but these errors were encountered:
To declare simple search engines and quteromarks we need these two trivial rules
Make these rules implicit, allowing to define simple engines and quteromarks (example below) without needing to have such trivial rules explicitly declared in the toml file. This is specially useful for quteromarks since the quteromarks menu is made to work specifically with this rule, which the user has to declare by himself.
The text was updated successfully, but these errors were encountered: