mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 10:59:57 +00:00
28b0b58a11
Templates are the low-level bits and pieces that allow TW5 to generate HTML and CSS renderings of tiddlers. The UI folder contains the user-visible UI of TW5
11 lines
480 B
Plaintext
11 lines
480 B
Plaintext
title: $:/core/ui/MissingTemplate
|
|
|
|
<$button popup="$:/state/missingpopup" qualifyTiddlerTitles="yes" class="btn-invisible tw-missing-tiddler-label"><$view field="title" format="text" /></$button>
|
|
<$reveal state="$:/state/missingpopup" type="popup" position="below" qualifyTiddlerTitles="yes" ><div class="tw-drop-down">
|
|
<$view field="title" format="link" />
|
|
----
|
|
<$list filter="[is[current]backlinks[]sort[title]]">
|
|
<$view field="title" format="link" />
|
|
</$list>
|
|
</div></$reveal>
|