From d2fbbc408a6f10cdd00e518396f6b5d4cc54a316 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 10 Sep 2023 11:34:34 +0100 Subject: [PATCH] Change "startup-actions" field to "enter-actions" to avoid confusion --- plugins/tiddlywiki/tour/globals.tid | 2 +- plugins/tiddlywiki/tour/steps/closing-tiddlers.tid | 2 +- plugins/tiddlywiki/tour/steps/links.tid | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/tiddlywiki/tour/globals.tid b/plugins/tiddlywiki/tour/globals.tid index 1f03ae8f4..b5797e433 100644 --- a/plugins/tiddlywiki/tour/globals.tid +++ b/plugins/tiddlywiki/tour/globals.tid @@ -2,7 +2,7 @@ title: $:/plugins/tiddlywiki/tour/globals tags: $:/tags/Global \procedure tour-initialise-current-tour-step() -<$transclude $tiddler={{$:/state/tour/step}} $field="startup-actions"/> +<$transclude $tiddler={{$:/state/tour/step}} $field="enter-actions"/> \end \procedure tour-restart() diff --git a/plugins/tiddlywiki/tour/steps/closing-tiddlers.tid b/plugins/tiddlywiki/tour/steps/closing-tiddlers.tid index 39d1f04a0..237cb50f5 100644 --- a/plugins/tiddlywiki/tour/steps/closing-tiddlers.tid +++ b/plugins/tiddlywiki/tour/steps/closing-tiddlers.tid @@ -1,7 +1,7 @@ title: $:/plugins/tiddlywiki/tour/steps/closing-tiddlers tags: $:/tags/TourStep display-mode: fullscreen -startup-actions: <$action-setfield $tiddler="$:/temp/Tour/DemoStoryList" list="$:/plugins/tiddlywiki/tour/steps/tiddlers/Jupiter $:/plugins/tiddlywiki/tour/steps/tiddlers/Saturn"/> +enter-actions: <$action-setfield $tiddler="$:/temp/Tour/DemoStoryList" list="$:/plugins/tiddlywiki/tour/steps/tiddlers/Jupiter $:/plugins/tiddlywiki/tour/steps/tiddlers/Saturn"/> \define tour-simplified-tiddler-close-button() yes diff --git a/plugins/tiddlywiki/tour/steps/links.tid b/plugins/tiddlywiki/tour/steps/links.tid index f3d501d61..be72437cc 100644 --- a/plugins/tiddlywiki/tour/steps/links.tid +++ b/plugins/tiddlywiki/tour/steps/links.tid @@ -1,7 +1,7 @@ title: $:/plugins/tiddlywiki/tour/steps/links tags: $:/tags/TourStep display-mode: fullscreen -startup-actions: <$action-setfield $tiddler="$:/temp/Tour/DemoStoryList" list="$:/plugins/tiddlywiki/tour/steps/tiddlers/Jupiter"/> +enter-actions: <$action-setfield $tiddler="$:/temp/Tour/DemoStoryList" list="$:/plugins/tiddlywiki/tour/steps/tiddlers/Jupiter"/> ! How do links work in ~TiddlyWiki?