fix viewtemplate quirks (#5224)

browser-messaging-saver
Joshua Fontany 2020-12-07 07:58:28 -08:00 zatwierdzone przez GitHub
rodzic ce5d20b8fc
commit 85ff47366c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -3,6 +3,6 @@ tags: $:/tags/TiddlerInfo
caption: {{$:/language/TiddlerInfo/Advanced/Caption}}
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo/Advanced]!has[draft.of]]" variable="listItem">
<$transclude tiddler=<<listItem>>/>
<$transclude tiddler=<<listItem>> mode="block"/>
</$list>

Wyświetl plik

@ -1,6 +1,8 @@
title: $:/core/ui/ViewTemplate/plugin
tags: $:/tags/ViewTemplate
<$reveal tag="div" class="tc-tiddler-plugin-info" type="nomatch" stateTitle=<<folded-state>> text="hide" retain="yes" animate="yes">
<$list filter="[all[current]has[plugin-type]] -[all[current]field:plugin-type[import]]">
<$set name="plugin-type" value={{!!plugin-type}}>
<$set name="default-popup-state" value="yes">
@ -10,3 +12,4 @@ tags: $:/tags/ViewTemplate
</$set>
</$set>
</$list>
</$reveal>