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

13 lines
279 B
Plaintext

title: $:/core/ui/PageTemplate/topleftbar
tags: $:/tags/PageTemplate
<span class="tc-topbar tc-topbar-left">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TopLeftBar]!has[draft.of]]" variable="listItem">
<$transclude tiddler=<<listItem>> mode="inline"/>
</$list>
</span>