mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 00:16:40 +00:00
We get a significant speed improvement of >10% by rearranging filter operators to bring to the front the operators likely to reduce the size working list.
7 lines
259 B
Plaintext
7 lines
259 B
Plaintext
title: $:/core/ui/PageTemplate/topleftbar
|
|
tags: $:/tags/PageTemplate
|
|
|
|
<span class="tw-topbar tw-topbar-left">
|
|
<$list filter="[all[tiddlers+shadows]tag[$:/tags/TopLeftBar]!has[draft.of]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
|
|
</span>
|