-
Notifications
You must be signed in to change notification settings - Fork 110
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
Search within document #73
Comments
As mentioned in #91, it would be nice to be able to trigger a text search by using the |
I'm happy to make a start on this feature. |
@markbrown4: That would be awesome! |
Someone had already made a pretty awesome module (thanks @rhysd!) and adding it was straight-forward. For now it uses the module's default styles and looks a little "rough" but it's usable and really helps a lot already. Hit vmd 1.31.0 is on npm and packaged builds will be ready in a few minutes. |
Do you know how difficult it would be to implement this? I love the new search feature, but I instinctively press Escape to stop searching, only to have the entire window close. It looks like |
Would be nice to be able to search within a document.
I was thinking about the following functionality, similar to how it works in browsers:
Control/Cmd+F
or select "Search" from a menu, type search query.Esc
to hide search input and clear results.Things to check out:
webContents.findInPage(text[, options])
(docs)webContents.stopFindInPage(action)
(docs)The text was updated successfully, but these errors were encountered: