mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-08-03 01:18:55 +00:00
Update docs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
title: $:/plugins/tiddlywiki/tour/docs
|
||||
|
||||
Tour definition tiddlers have the following fields:
|
||||
|
||||
|!Name |!Description |
|
||||
|tags |Must include $:/tags/Tour |
|
||||
|tour-tag |Name of tag used to define tour step sequence |
|
||||
|logo |Title of tiddler containing logo of tour |
|
||||
|description |Brief description of the tour |
|
||||
|text |Longer description of the tour |
|
||||
|
||||
|
||||
@@ -5,24 +5,15 @@ tags: $:/tags/Global
|
||||
|
||||
<!--
|
||||
|
||||
The following state tiddlers control the tour. They should not be directly modified,
|
||||
but rather use the appropriate procedure to ensure that all the associated actions are performed.
|
||||
The following state tiddlers control the tour. They should not be directly modified, but rather use the appropriate procedure to ensure that all the associated actions are performed.
|
||||
|
||||
$:/config/CurrentTour: title of current tour definition tiddler
|
||||
$:/state/tour/step: title of current step of the tour
|
||||
* $:/config/CurrentTour: title of current tour definition tiddler
|
||||
* $:/state/tour/step: title of current step of the tour
|
||||
|
||||
These config tiddlers may be changed directly as required:
|
||||
|
||||
$:/config/ShowTour: "show" (default) or "hide"
|
||||
$:/config/AutoStartTour: "no" (default) or "yes"
|
||||
|
||||
Tour definition tiddlers have the following fields:
|
||||
|
||||
tags: must include $:/tags/Tour
|
||||
tour-tag: name of tag used to define tour step sequence
|
||||
logo: title of tiddler containing logo of tour
|
||||
description: brief description of the tour
|
||||
text: longer description of the tour
|
||||
* $:/config/ShowTour: "show" (default) or "hide"
|
||||
* $:/config/AutoStartTour: "no" (default) or "yes"
|
||||
|
||||
-->
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/tour",
|
||||
"name": "Tour",
|
||||
"description": "A tour of TiddlyWiki",
|
||||
"list": "readme settings",
|
||||
"list": "readme docs settings",
|
||||
"dependents": ["$:/plugins/tiddlywiki/confetti","$:/plugins/tiddlywiki/dynannotate"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
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.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user