I'm looking for a way to set some kind of an "tag alias" for my current project.
The problem is that I'm using an expandable-toc for navigation where I have to use very large titles, e.g.:
01 personal management
>011 application (tag: 01 personal management)
>012 ...
To make it a bit more user-friendly it would be perfect to tag "01" instead of "01 personal management".
in this case I would miss the titles of open tiddlers.
<$view field="title"/><<toc-caption>>\define searchResultList()
//<small>{{$:/language/Search/Matches/Title}}</small>//
<$list filter="[!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
//<small>Caption Matches</small>//
<$list filter="[!is[system]search:caption{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
//<small>{{$:/language/Search/Matches/All}}</small>//
<$list filter="[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
\end
<<searchResultList>>
<$view field="title">
<$view field="caption"><$view field="title">