mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 10:59:57 +00:00
7c235566c4
This is the start of some refactoring of the main layout CSS intended to give us more flexibility and control.
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
title: $:/core/ui/PageTemplate/alerts
|
|
tags: $:/tags/PageTemplate
|
|
|
|
<div class="tw-alerts">
|
|
|
|
<$list filter="[is[shadow]!has[draft.of]tag[$:/tags/Alert]] [!is[shadow]!has[draft.of]tag[$:/tags/Alert]] +[sort[modified]]" template="$:/core/ui/AlertTemplate" storyview="pop"/>
|
|
|
|
</div>
|