TiddlyDesktop icon indicating copy to clipboard operation
TiddlyDesktop copied to clipboard

Please support 'find-in-page' (ctrl-f)

Open ittayd opened this issue 7 years ago • 10 comments

It is hard to find text. The Context Search plugin helps, but when the tiddler is opened, it is still hard to find the text

ittayd avatar Dec 26 '17 15:12 ittayd

Maybe this helps: https://github.com/nwjs/nw.js/issues/3283

ittayd avatar Dec 27 '17 14:12 ittayd

Hi @ittayd I would like to offer find-in-page functionality in TiddlyDesktop but it's non-trivial at the moment. The technique you link is based on the webview element while TiddlyDesktop still uses iframes; I've run into problems in the past trying to change over.

Jermolene avatar Jan 07 '18 17:01 Jermolene

You can use the Codemirror Search&Replace from the official repository which scrolls to the search result and highlights it: https://github.com/Jermolene/TiddlyWiki5/tree/master/plugins/tiddlywiki/codemirror-search-replace (can be directly installed from the ControlPanel)

Also see #21

jekuno avatar May 02 '18 09:05 jekuno

I am reasonably confident Ctrl+F should work here since it works OOTB with AppJS which is also just a Chrome wrapper. This kind of simple "search my screen" functionality should be a must with a tool like TW.

cawoodm avatar Jan 17 '19 06:01 cawoodm

2019 still no search in TiddlyWiki desktop, I am and was with TiddlyWiki since the times it was savable from FF but then moved along to TiddlyDesktop to find it uncomfortable mainly because of this... Searching in a window full of text is a must. I already started to slowly move some of my notes to another platform. Still looking forward for this "feature."

...

I just found out https://twcloud.github.io/tw5-dropbox/ ... now this is a good alternative for me, yay! Left TiddlyDesktop.

zaszlo avatar Jan 24 '19 13:01 zaszlo

Apparently nw.js will soon support find-in-page natively, but in the meantime we may be able to use this add-on library:

https://github.com/nwutils/find-in-nw

Jermolene avatar Oct 30 '19 09:10 Jermolene

You might wanna move to Electron - that seems to be the way the wind is blowing.

cawoodm avatar Oct 31 '19 09:10 cawoodm

See https://nwjs.io/blog/nw2-mode/ and https://nwjs.io/blog/v0.42.4/

eiro10 avatar Nov 15 '19 13:11 eiro10

There is a new plugin, that may help: https://groups.google.com/forum/#!topic/tiddlywiki/s3AVhRKVXcs

pmario avatar Nov 15 '19 13:11 pmario

Hi Jermolene,

while I can hack a little and used to program too, I cannot make your suggestion work for me (Win64). Could you maybe compile a new version that includes your suggestion? Or how to hack it into an existing "classic" Wiki.

I use my Wiki as sort of note taking and have hundreds of topics in it and while the search works it delivers too many results. If I could use the search only for the windows/tiddlers (and the index) open it would solve my problems...

BTW Thank you for the effort and good work, highly love my Wiki...

Apparently nw.js will soon support find-in-page natively, but in the meantime we may be able to use this add-on library:

https://github.com/nwutils/find-in-nw

Alexander2971 avatar Jan 22 '21 19:01 Alexander2971