title: $:/core/ui/MoreSideBar/Explore tags: $:/tags/MoreSideBar caption: Explore \define treenode-inner(prefix) <$reveal type="nomatch" text="" default="""$(chunk)$""">
  • <$list filter="""[[$prefix$$(chunk)$]is[shadow]] [[$prefix$$(chunk)$]is[tiddler]] +[limit[1]]""" emptyMessage="""<$text text="$prefix$$(chunk)$"/>"""> <$link> <$view field="title"/> <$list filter="""[all[shadows+tiddlers]prefix[$prefix$$(chunk)$]] -[[$prefix$$(chunk)$]] +[limit[1]]"""> (<$count filter="""[all[shadows+tiddlers]prefix[$prefix$$(chunk)$]] -[[$prefix$$(chunk)$]]"""/>) <$reveal type="nomatch" state="""$:/state/tree/$prefix$$(chunk)$""" text="show"> <$button set="""$:/state/tree/$prefix$$(chunk)$""" setTo="show" class="tc-btn-invisible">{{$:/core/images/chevron-right}} <$reveal type="match" state="""$:/state/tree/$prefix$$(chunk)$""" text="show"> <$button set="""$:/state/tree/$prefix$$(chunk)$""" setTo="hide" class="tc-btn-invisible">{{$:/core/images/chevron-down}} <$macrocall $name="treenode" prefix="""$prefix$$(chunk)$"""/>
  • \end \define treenode(prefix)
      <$list filter="[all[shadows+tiddlers]removeprefix[$prefix$]splitbefore[/]sort[title]]" variable="chunk"> <>
    \end <>