1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-05 05:30:02 +00:00

Tour plugin: do not offer further tours if none are loaded

This commit is contained in:
Jeremy Ruston 2024-06-19 10:08:36 +01:00
parent 4cd66697ad
commit 93c9323d0f

View File

@ -4,6 +4,10 @@ tags: $:/tags/Tour/IntroductionToTiddlyWiki
You have completed the tour.
<%if [all[shadows+tiddlers]tag[$:/tags/Tour]] -[<currentTour>] %>
You can choose to take another tour:
<<tour-chooser filter:"[all[shadows+tiddlers]tag[$:/tags/Tour]] -[<currentTour>]">>
<%endif%>