diff --git a/core/ui/TiddlerInfo/Advanced.tid b/core/ui/TiddlerInfo/Advanced.tid index d14144558..2742a8398 100644 --- a/core/ui/TiddlerInfo/Advanced.tid +++ b/core/ui/TiddlerInfo/Advanced.tid @@ -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=<>/> +<$transclude tiddler=<> mode="block"/> diff --git a/core/ui/ViewTemplate/plugin.tid b/core/ui/ViewTemplate/plugin.tid index 07bb3b618..564b209b3 100644 --- a/core/ui/ViewTemplate/plugin.tid +++ b/core/ui/ViewTemplate/plugin.tid @@ -1,6 +1,8 @@ title: $:/core/ui/ViewTemplate/plugin tags: $:/tags/ViewTemplate +<$reveal tag="div" class="tc-tiddler-plugin-info" type="nomatch" stateTitle=<> 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 + \ No newline at end of file