1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-26 22:28:18 +00:00

Fix state tiddlers for action-create-tiddlers examples (#4897)

This commit is contained in:
Mario Pietsch 2020-10-23 17:23:17 +02:00 committed by GitHub
parent 5ebd98779a
commit 7686be7b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
created: 20200131142401129 created: 20200131142401129
modified: 20200131152023958 modified: 20201020112608874
tags: ActionCreateTiddlerWidget tags: ActionCreateTiddlerWidget
title: ActionCreateTiddlerWidget Example 1 title: ActionCreateTiddlerWidget Example 1
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
@ -21,6 +21,6 @@ Create Tiddler
``` ```
<$button actions=<<testCreate>> > <$button actions=<<testCreate>> >
<$action-setfield $tiddler="$:/state/tab/sidebar-1206596165" text="$:/core/ui/SideBar/Recent"/> <$action-setfield $tiddler="$:/state/tab/sidebar--595412856" text="$:/core/ui/SideBar/Recent"/>
Create Tiddler Create Tiddler
</$button> - Clicking this button, will also open the Right sidebar: Recent tab </$button> - Clicking this button, will also open the Right sidebar: Recent tab

View File

@ -1,5 +1,5 @@
created: 20200131144828713 created: 20200131144828713
modified: 20200131152102232 modified: 20201020112601032
tags: ActionCreateTiddlerWidget tags: ActionCreateTiddlerWidget
title: ActionCreateTiddlerWidget Example 2 title: ActionCreateTiddlerWidget Example 2
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
@ -23,6 +23,6 @@ Create Tiddler
``` ```
<$button actions=<<testCreate>> > <$button actions=<<testCreate>> >
<$action-setfield $tiddler="$:/state/tab/sidebar-1206596165" text="$:/core/ui/SideBar/Recent"/> <$action-setfield $tiddler="$:/state/tab/sidebar--595412856" text="$:/core/ui/SideBar/Recent"/>
Create Tiddler Create Tiddler
</$button> - Clicking this button, will also open the Right sidebar: Recent tab </$button> - Clicking this button, will also open the Right sidebar: Recent tab

View File

@ -1,5 +1,5 @@
created: 20200131145355658 created: 20200131145355658
modified: 20200131152045990 modified: 20201020112553050
tags: ActionCreateTiddlerWidget tags: ActionCreateTiddlerWidget
title: ActionCreateTiddlerWidget Example 3 title: ActionCreateTiddlerWidget Example 3
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
@ -23,6 +23,6 @@ Create Tiddler
``` ```
<$button actions=<<testCreate>> > <$button actions=<<testCreate>> >
<$action-setfield $tiddler="$:/state/tab/sidebar-1206596165" text="$:/core/ui/SideBar/Recent"/> <$action-setfield $tiddler="$:/state/tab/sidebar--595412856" text="$:/core/ui/SideBar/Recent"/>
Create Tiddler Create Tiddler
</$button> - Clicking this button, will also open the Right sidebar: Recent tab </$button> - Clicking this button, will also open the Right sidebar: Recent tab

View File

@ -1,5 +1,5 @@
created: 20200131150229551 created: 20200131150229551
modified: 20200131152051626 modified: 20201020112544146
tags: ActionCreateTiddlerWidget tags: ActionCreateTiddlerWidget
title: ActionCreateTiddlerWidget Example 4 title: ActionCreateTiddlerWidget Example 4
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
@ -23,6 +23,6 @@ Create Tiddler
``` ```
<$button actions=<<testCreate>> > <$button actions=<<testCreate>> >
<$action-setfield $tiddler="$:/state/tab/sidebar-1206596165" text="$:/core/ui/SideBar/Recent"/> <$action-setfield $tiddler="$:/state/tab/sidebar--595412856" text="$:/core/ui/SideBar/Recent"/>
Create Tiddler Create Tiddler
</$button> - Clicking this button, will also open the Right sidebar: Recent tab </$button> - Clicking this button, will also open the Right sidebar: Recent tab