1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Docs: Update RenderCommand.tid (#3263)

Adds a link that opens the advanced search with a filter to list all the template tiddlers.
This commit is contained in:
Daniel Rodríguez Rivero 2018-05-09 19:05:58 +02:00 committed by Jeremy Ruston
parent 230c13129a
commit 715cb1d1bc

View File

@ -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>