mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
b7f674c51a
This is the beginning of addressing #523.
15 lines
516 B
Plaintext
15 lines
516 B
Plaintext
title: $:/core/ui/MissingTemplate
|
|
|
|
<div class="tw-tiddler-missing">
|
|
<$button popup=<<qualify "$:/state/missingpopup">> class="btn-invisible tw-missing-tiddler-label">
|
|
<$view field="title" format="text" />
|
|
</$button>
|
|
<$reveal state=<<qualify "$:/state/missingpopup">> type="popup" position="below" animate="yes">
|
|
<div class="tw-drop-down">
|
|
<$transclude tiddler="$:/core/ui/ListItemTemplate"/>
|
|
<hr>
|
|
<$list filter="[all[current]backlinks[]sort[title]]" template="$:/core/ui/ListItemTemplate"/>
|
|
</div>
|
|
</$reveal>
|
|
</div>
|