mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
f223310d34
Part of #764
13 lines
279 B
Plaintext
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>
|