irccloud-desktop icon indicating copy to clipboard operation
irccloud-desktop copied to clipboard

Find in page

Open jwheare opened this issue 8 years ago • 7 comments

This can be done with webviews.

See:

  • https://discuss.atom.io/t/using-webcontents-findinpage-to-implement-typical-find-function/25309
  • https://github.com/edulan/electron-search-example
  • https://github.com/electron/electron/pull/7719

jwheare avatar Mar 13 '16 15:03 jwheare

Can probably use this https://github.com/rhysd/electron-in-page-search

jwheare avatar Oct 21 '17 10:10 jwheare

Any progress on this? It's very inconvenient to look through logs manually.

I'm also not sure how it should work. Should you be able to search the entire history? Probably. But this might be time consuming and/or require advanced search to be really useful. A good first step here seems to be to search for a small fixed period of time, say, one month.

nkaretnikov avatar Jan 22 '18 12:01 nkaretnikov

No progress for the moment. This issue is not related to full history search. Rather it's about being able to find text in page, as you can in a browser. Unfortunately this functionality needs to be manually re-implemented in electron apps and requires some significant changes to achieve.

jwheare avatar Jan 22 '18 12:01 jwheare

One workaround, though not ideal is to open Developer Tools from the View menu. You can search there and it will search the content in your chat.

philroche avatar Feb 04 '19 17:02 philroche

Just chiming in with a +1 for this, this is the one big thing that's really, really missing from IRCCloud right now.

ktamas avatar Feb 06 '19 12:02 ktamas

+1

msdisme avatar Mar 23 '20 20:03 msdisme

+1

himcesjf avatar Jan 07 '21 17:01 himcesjf