mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
715cb1d1bc
Adds a link that opens the advanced search with a filter to list all the template tiddlers.
16 lines
520 B
Plaintext
16 lines
520 B
Plaintext
caption: render
|
|
created: 20170919131752774
|
|
modified: 20170919131805871
|
|
tags: Commands
|
|
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>
|