mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 08:14:50 +00:00
c7b4febae3
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.
9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
title: $:/core/ui/PageTemplate/alerts
|
|
tags: $:/tags/PageTemplate
|
|
|
|
<div class="tw-alerts">
|
|
|
|
<$list filter="[all[tiddlers+shadows]tag[$:/tags/Alert]!has[draft.of]]" template="$:/core/ui/AlertTemplate" storyview="pop"/>
|
|
|
|
</div>
|