diff --git a/plugins/tiddlywiki/tour/docs.tid b/plugins/tiddlywiki/tour/docs.tid new file mode 100644 index 0000000000..277dddf55e --- /dev/null +++ b/plugins/tiddlywiki/tour/docs.tid @@ -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 | + + diff --git a/plugins/tiddlywiki/tour/globals.tid b/plugins/tiddlywiki/tour/globals.tid index de89cc72cd..15ba1be673 100644 --- a/plugins/tiddlywiki/tour/globals.tid +++ b/plugins/tiddlywiki/tour/globals.tid @@ -5,24 +5,15 @@ tags: $:/tags/Global diff --git a/plugins/tiddlywiki/tour/plugin.info b/plugins/tiddlywiki/tour/plugin.info index dc0676cf51..203e98abbf 100644 --- a/plugins/tiddlywiki/tour/plugin.info +++ b/plugins/tiddlywiki/tour/plugin.info @@ -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"] } diff --git a/plugins/tiddlywiki/tour/readme.tid b/plugins/tiddlywiki/tour/readme.tid index 6df35d3bab..7ebbf380b6 100644 --- a/plugins/tiddlywiki/tour/readme.tid +++ b/plugins/tiddlywiki/tour/readme.tid @@ -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. - - -