Docs: Update RenderCommand.tid (#3263)

Adds a link that opens the advanced search with a filter to list all the template tiddlers.
print-window-tiddler
Daniel Rodríguez Rivero 2018-05-09 19:05:58 +02:00 zatwierdzone przez Jeremy Ruston
rodzic 230c13129a
commit 715cb1d1bc
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -6,3 +6,10 @@ title: RenderCommand
type: text/vnd.tiddlywiki
{{$:/language/Help/render}}
<$button class="tc-btn-invisible" style="text-decoration:underline">
Show available rendering templates
<$action-setfield $tiddler="$:/temp/advancedsearch" text="[all[shadows]prefix[$:/core/templates/]]"/>
<$action-setfield $tiddler="$:/state/tab--1498284803" text="$:/core/ui/AdvancedSearch/Filter"/>
<$action-navigate $to="$:/AdvancedSearch"/>
</$button>