Forgive me if I've missed information that's already been posted about
this. I created a tiddler with the word "current" in its title, and then
realized that tiddler was going to be very difficult to find among all the
others that contain the word "current" in their text. This made me realize
how difficult it was (for me, anyway) to actually come up with a way to
filter tiddlers by words in their titles. I'm hoping that if I submit my
stumbling approach, others will offer even better ideas. For now, this is
what I've done to tweak what's already in $:/core/ui/SideBarLists:
Copy (clone) $:/core/ui/SideBarLists to a new tiddler for experimentation.
At the top of the new tiddler, add
\define MyTitleSearch()
<$list filter="[field:title/$(searchitem)$/(i)]"><$link to={{!!title}}><$view
field="title"/></$link><br></$list>
\end
Just before the line that says:
<$reveal state="$:/temp/search" type="nomatch" text="">
add the following:
<hr>
In titles:<br>
<$set name="searchitem" value={{$:/temp/search}}>
<<MyTitleSearch>>
</$set>
<hr>
Save the tiddler and try searching for "current" or "list" (in that
tiddler's search box).
cmari
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.