mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-07 00:04:16 -08:00
Docs: Fix Issue in Triggering $:/AdvancedSearch (#9244)
This commit is contained in:
parent
d39bb5274e
commit
7ca8fb29af
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
caption: render
|
||||
created: 20170919131752774
|
||||
modified: 20170919131805871
|
||||
modified: 20250811164528905
|
||||
tags: Commands
|
||||
title: RenderCommand
|
||||
type: text/vnd.tiddlywiki
|
||||
|
|
@ -10,6 +10,7 @@ type: text/vnd.tiddlywiki
|
|||
<$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="$:/temp/advancedsearch/input" text="[all[shadows]prefix[$:/core/templates/]]"/>
|
||||
<$action-setfield $tiddler="$:/state/tab--1498284803" text="$:/core/ui/AdvancedSearch/Filter"/>
|
||||
<$action-navigate $to="$:/AdvancedSearch"/>
|
||||
</$button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue