mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-16 22:31:23 -08:00
11 lines
352 B
Text
11 lines
352 B
Text
title: $:/core/ui/PageTemplate/drafts
|
|
tags: $:/tags/PageTemplate
|
|
|
|
\whitespace trim
|
|
<$reveal state="$:/status/IsReadOnly" type="nomatch" text="yes" tag="div" class="tc-drafts-list">
|
|
<$list filter="[has[draft.of]!sort[modified]] -[list[$:/StoryList]]">
|
|
<$link>
|
|
{{$:/core/images/edit-button}} <$text text=<<currentTiddler>>/>
|
|
</$link>
|
|
</$list>
|
|
</$reveal>
|