mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-04 21:29:09 +00:00
0fae9ee992
An improvement to 6fb992690d33940d3509d7d4d74538e7f458e063 By making sure that all the popup state tiddlers have the prefix $:/state/popup/ we can be more selective and just exclude popup state tiddlers when we save. The end result is that once again other kinds of state are persisted as expected (eg tabs, and sidebar visibility).
15 lines
518 B
Plaintext
15 lines
518 B
Plaintext
title: $:/core/ui/MissingTemplate
|
|
|
|
<div class="tw-tiddler-missing">
|
|
<$button popup=<<qualify "$:/state/popup/missing">> class="btn-invisible tw-missing-tiddler-label">
|
|
<$view field="title" format="text" />
|
|
</$button>
|
|
<$reveal state=<<qualify "$:/state/popup/missing">> 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>
|