mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-25 22:11:33 -08:00
12 lines
298 B
Text
12 lines
298 B
Text
title: $:/core/ui/PageTemplate/toprightbar
|
|
tags: $:/tags/PageTemplate
|
|
|
|
<span class="tc-topbar tc-topbar-right">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TopRightBar]!has[draft.of]]" variable="listItem" storyview="pop">
|
|
|
|
<$transclude tiddler=<<listItem>> mode="inline"/>
|
|
|
|
</$list>
|
|
|
|
</span>
|