I am trying to link a series of tours in a single repository and no amount of naming conventions seem to work.
From the docs:
nextTour - The title of the tour that this tour is meant to precede.
I've set that in each .tour file, but it is never honored. Each tour, after being run, ends with Finish Tour with no option to go to the next tour.
So then:
Linking Tours
If you want to create a series of tours, that a user can navigate through in sequence, then simply prefix your tour title's with the number they represent in the tour order (e.g. 1: Foo, 2 - Bar). When your tours are titled like this, the tour player will automatically provide the following benefis to your readers:
If the current tour has a subsequent tour, then it's final step will display a Next Tour link instead of the Finish Tour link. This allows users to easily jump to the next tour.
If the current tour has a previous tour, then it's first step will display a Previous Tour link. This allows users to navigate back to the tour they might have just navigated from.
If you don't want to number your tours like this, but you'd still link to link one tour to another, you can open it's *.tour file and set the nextTour property to the title of the tour you'd like it to link to.
I've tried this approach too, without success. It is unclear whether I should use the title field in the previous tour's nextTour field, or the name of the file, but I've tried every iteration without any noticeable effect.
What am I missing? Or does this not work?
I am trying to link a series of tours in a single repository and no amount of naming conventions seem to work.
From the docs:
I've set that in each .tour file, but it is never honored. Each tour, after being run, ends with
Finish Tourwith no option to go to the next tour.So then:
I've tried this approach too, without success. It is unclear whether I should use the
titlefield in the previous tour'snextTourfield, or the name of the file, but I've tried every iteration without any noticeable effect.What am I missing? Or does this not work?