mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
16 lines
538 B
Plaintext
16 lines
538 B
Plaintext
title: $:/core/ui/MissingTemplate
|
|
|
|
\whitespace trim
|
|
<div class="tc-tiddler-missing">
|
|
<$button popup=<<qualify "$:/state/popup/missing">> class="tc-btn-invisible tc-missing-tiddler-label">
|
|
<$view field="title" format="text" />
|
|
</$button>
|
|
<$reveal state=<<qualify "$:/state/popup/missing">> type="popup" position="below" animate="yes">
|
|
<div class="tc-drop-down">
|
|
<$transclude tiddler="$:/core/ui/ListItemTemplate"/>
|
|
<hr>
|
|
<$list filter="[all[current]backlinks[]sort[title]]" template="$:/core/ui/ListItemTemplate"/>
|
|
</div>
|
|
</$reveal>
|
|
</div>
|