mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
Change "startup-actions" field to "enter-actions" to avoid confusion
This commit is contained in:
parent
c9d8806682
commit
d2fbbc408a
@ -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()
|
||||
|
@ -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
|
||||
|
||||
|
@ -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?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user