Tiddlywiki have plugin called CodeMirror Search and Replace which is very nice and use-full plugin when working inside CodeMirror (e.g. Tiddler’s Edit mode)!
Now find-in-page-plugins works well e.g. Ctrl + F to seach and Ctrl + G / Shift + Ctrl + G to find next / previous.
As find-in-page-plugins not works inside tiddler’s edit mode… So How can is tell the find-in-page-plugins that when in Tiddler edit mode / when focus is in code-editor’s window then it’s must not works other-wise it’s must works.
Note: Basically both plugins have same standerd short-cut which are conflicting…
Hi, I’m really interested in your plugin, Everything seems to work on my end but im getting constant Javascript errorsthat say:
Uncaught TypeError: Cannot read properties of null (reading ‘removeChild’)
Do you have any idea why this might be happening?
I hope i’m not bumping this after too long, but it seems like this is the only implementation of its kind for now, and its really vital functionality, i was surprised this wasn’t included in TiddlyDesktop.
The page-search feature that is being discussed here, is provided by the host environment, typically a browser.
When you are using TiddlyDesktop, you are not using a browser, so tools like search, and a Back Button are not available since you don’t have a browser.
In fact, TiddlyWiki itself has never provided page-search, or indeed, a back button.
Put simply, if you want facilities offered by a browser, use a browser.
Websites cannot directly manipulate the browser’s native back or forward buttons but can only influence the history stack, which indirectly affects their behavior.
Modern browsers may implement safeguards to prevent abuse of the History API.
and the Find in page
No, a website cannot directly trigger the browser’s “Find in Page” feature (typically activated with Ctrl+F or Command+F). This is a browser-level function designed for the user’s convenience, and it operates independently of the website’s code or content.
However you can build the equivalent of these within TiddlyWiki that works only in that wiki.