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
right now you need to press enter before a search is executed. A nicer experience is search while you are typing, and thus listening to the input event.
I can open the PR if there's interest
The text was updated successfully, but these errors were encountered:
Great idea. We currently use a module called electron-in-page-search that does the searching. Maybe it can be configured to do search-as-you-type. There's also a related issue #108 which is currently quite annoying.(fixed)
I think it should behave similar to how search behaves in a web browser. Fuzzy search doesn't really make sense for searching inside a document.
If you're familiar with JavaScript or Electron you are more than welcome to give it a go. I can also try to help you if you have any questions.
right now you need to press enter before a search is executed. A nicer experience is search while you are typing, and thus listening to the
input
event.I can open the PR if there's interest
The text was updated successfully, but these errors were encountered: