TiddlyWiki5/plugins/tiddlywiki/tour
Saq Imtiaz a7d469ae99
Extends the tour plugin with a condition field (#7861)
* feat: support condition field to determine whether a step should be shown

* feat: add support for overriding the hint text using the field 'hint' from the step tiddler

* fix: roll back tour display procedure for now until an override mechanism has been discussed

* fix: renamed advance-criterion field and associated variables to step-success-filter

* fix: renamed hint field to hint-text and selector to hint-selector

* refactor: to create function to get all tour tiddlers filtered by their condition field

* refactor: rename globals tiddlers to variables and avoid making any of the tour procedures global

* fix: also rename globals.tid file to variables.tid

* docs: cover all tour steps tiddler fields

* fix: improve spacing in Tour HUD
2023-12-06 11:13:48 +00:00
..
images Refactor to allow multiple tours to be loaded at once 2023-09-10 15:23:05 +01:00
tours Extends the tour plugin with a condition field (#7861) 2023-12-06 11:13:48 +00:00
config-AutoStartTour.tid Tour should autostart in the tour edition, but not in the main wiki 2023-09-10 18:27:01 +01:00
config-CurrentTour.tid Refactor to allow multiple tours to be loaded at once 2023-09-10 15:23:05 +01:00
config-DefaultColourMappings.multids More custom colours 2023-10-19 08:59:07 +01:00
config-ShowTour.tid Tour should autostart in the tour edition, but not in the main wiki 2023-09-10 18:27:01 +01:00
docs.tid Extends the tour plugin with a condition field (#7861) 2023-12-06 11:13:48 +00:00
plugin.info Update docs 2023-10-03 18:40:48 +01:00
readme.tid Update docs 2023-10-03 18:40:48 +01:00
settings.tid Extends the tour plugin with a condition field (#7861) 2023-12-06 11:13:48 +00:00
simplified-tiddler-with-tags.tid Introduce step about tags 2023-10-12 18:10:12 +01:00
simplified-tiddler.tid Add full screen section of tour and tour edition 2023-07-20 08:45:44 +01:00
start-tour-button.tid Extends the tour plugin with a condition field (#7861) 2023-12-06 11:13:48 +00:00
startup-actions.tid Extends the tour plugin with a condition field (#7861) 2023-12-06 11:13:48 +00:00
styles.tid Extends the tour plugin with a condition field (#7861) 2023-12-06 11:13:48 +00:00
tour-panel.tid Extends the tour plugin with a condition field (#7861) 2023-12-06 11:13:48 +00:00
variables.tid Extends the tour plugin with a condition field (#7861) 2023-12-06 11:13:48 +00:00

readme.tid

title: $:/plugins/tiddlywiki/tour/readme

The Tour Plugin for TiddlyWiki provides a framework for making interactive guided tours. An "Introduction to ~TiddlyWiki" tour is included in the plugin but it is also possible to load additional tours and switch between them.