Hi,
I want to use the navigator widget but it is not working well due to the fact that I use the zoomin mode as story view mode.
This is the code (from the tour plugin)
<$navigator story="$:/temp/Tour/DemoStoryList" history="$:/temp/Tour/DemoHistoryList" openLinkFromInsideRiver="below">
<$list
filter="[list[$:/temp/Tour/DemoStoryList]]"
history="$:/temp/Tour/DemoHistoryList"
template="$:/plugins/tiddlywiki/tour/simplified-tiddler"
storyview="classic"
/>
</$navigator>
And it looks like this -Incorrect-
Instead of this if I change to classic story view mode:
Also the buttons disappear.
QUESTION:
How to change the story view mode correctly?
Thanks in advance
Stefan