100.01
100.02
100.03
...
Create list numbers
List widget and its application
Tables in Tiddlywiki
...Ideally, I would like the search to use+show:
1. subtitle (I'm using uni-link plugin);
2. if there's no subtitle, use caption;
3. if there's neither subtitle nor caption, use title.
This gives the best of both worlds. The full title displays in the search results and the caption displays in the TOC.
Mal
<$list filter="[!is[system]search:caption{$(searchTiddler)$}sort[caption]limit[250]]">
{{!!caption}}
</$list>
@Kalmir. Try replicating above step to include whatever field you would want listed.
sincerely,
Riz
I got the point, so I can change the core tiddler to see better results based on two or three fields. This solved my issue.
Thank you. I bookmark this.
sort: "!tag[test]sort[title]"sort: "!search:title[test]"