mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 16:24:51 +00:00
9fbe72a877
By rearranging the `[all[]]` operator we are able to ensure that shadow tiddlers get processed before ordinary tiddlers. This makes it easier to create custom stylesheets that override the core.
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
title: $:/core/ui/PageTemplate/topleftbar
|
|
tags: $:/tags/PageTemplate
|
|
|
|
<span class="tw-topbar tw-topbar-left">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TopLeftBar]!has[draft.of]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
|
|
|
|
</span>
|