-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Incremental search and highlights #3469
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
Comments
Browsers don't allow extensions to call their inner functionality of highlighting all matched text, while it's too complex and difficult to simulate such a highlighting style by Vimium itself. |
There is an extension which works in a similar way. |
The extension is hosted on https://github.com/neaumusic/selection-highlighter, and it creates new DOM elements to add styles to matched text. This behavior may break some pages - this may be why it has a Well, this issue is somehow a duplicate of #591, and there seems no perfect API to do so. |
Can it be done as an optional feature with the same blacklist as vimium already has? |
Add usecase why this is helpful: I need to view log file from logging apps, the log is usually large. Chrome default search can highlight all search appearances, and also has outline in the right scroll bar, it makes is easy to navigate the log. I don't quite use vimium search function because of lacking this feature. |
Are there any plans to adopt commands for incremental search and highlighting such as
?
The text was updated successfully, but these errors were encountered: