-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
Replace special characters in search rules #495
Comments
Sorry but I don't understand what you wanted. Do you want to "type Then you may add this to the
If you want a single line to convert all accented characters, you need to wait for a next version, and I'll add |
Edit. Sorry To work around the bug, you may write |
I'm trying to type something in the Vomnibar and have it replaced according to a regexp, yeah, but I'm trying to use it for custom search parameters. And
I guess I should be placing it in
|
Yes on the |
|
I know this is not related to this issue, but suppose I wanted to build the following URL:
It has the initial letter of the search parameter ( I'm currently working around it like this:
where |
This means to:
|
Interesting. What does |
Only those places which accept normal URLs. See https://github.com/gdh1995/vimium-c/wiki/Vimium-inner-URLs |
Hello, you may take a try with Vimium C v1.96.3 on Firefox Add-Ons, which has fixed some bugs of text substitution and supported |
How do I make the code above replace the parameter that comes after the |
The In a latest version of Vimium C, |
Um, it can be fixed by declaring such a search engine: The root cause is:
The new search engine I write above can force Vimium C to execute those substitution rules labelled And the change can even be shorter:
This embeds the substitution rule of ==== Or you may use another way to force Vomnibar to execute substitution rules when you want to open a suggestion item, by:
And then Vomnibar will apply " |
I would like to replace special characters (e.g. "á", "à") in url for standard ones (e.g. "a"). It doesn't work like this:
So, how should I do it?
The text was updated successfully, but these errors were encountered: