Skip to content
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

support token substitution #4

Open
aerickson opened this issue Sep 24, 2016 · 1 comment
Open

support token substitution #4

aerickson opened this issue Sep 24, 2016 · 1 comment

Comments

@aerickson
Copy link
Owner

e.g. go/google/test could go to https://www.google.com/search?q=test.

The url entered into the UI would be something like:

https://www.google.com/search?q=$1

@arkarkark
Copy link

If you used %s rather than $1 then it would be the same format as mozilla bookmark keywords

http://www-archive.mozilla.org/docs/end-user/keywords.html

or perhaps openSearch is a better choice https://developer.mozilla.org/en-US/Add-ons/Creating_OpenSearch_plugins_for_Firefox then you can even support suggestions for the tokens!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants