An example would be navigating on tiddlywiki.com to the tiddler " ## Release 5.2.0
and find the first occurrence of variance
or even the known tiddler title [[variance Operator]]
within the tiddler “Release 5.2.0”, ideally we could search for the next.
- Of note here is the last step is to search the rendered tiddler not the ‘unrendered’ text field within
Possibilities
- Perhaps Dynannotate plugin?
- Can javascript initiate an in page search ?
- It seems so, just not sure how to implement it.
For example;
<<action-navigate-to-string $tiddler=<<tiddlername>> $string="string">>
specific example
<<action-navigate-to-string $tiddler=<<release>> $string="variance Operator">>