mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
3bfa9c6f10
Fixes #3409
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
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>
|