1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 01:03:16 +00:00
TiddlyWiki5/core/ui/PageTemplate/toprightbar.tid
2014-08-28 19:41:29 +01:00

13 lines
282 B
Plaintext

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">
<$transclude tiddler=<<listItem>> mode="inline"/>
</$list>
</span>