1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00

Change "startup-actions" field to "enter-actions" to avoid confusion

This commit is contained in:
Jeremy Ruston 2023-09-10 11:34:34 +01:00
parent c9d8806682
commit d2fbbc408a
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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