Change "Story View Mode" before NavigatorWidget

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

Very simillar to How to navigate to a tiddler in default layout from a custom layout (when out of default layout widget tree) · Jermolene/TiddlyWiki5 · Discussion #8123 · GitHub

Hi @linonetwo,

I am not so familiar with the described problem.
Can you please help me out to write some code to change the View Mode to classic before the NavigatorWidget and to change it back also?

It would be a workaround if there is it possible to change the $:/view variable if a tiddler is opened and also if the tiddler is closed?

Do you know how to solve this?

Thank you in advance
Stefan

Thanks for the report @stefan_from_germany. I’ve pushed a fix for v5.3.5 here:

The fix will appear on https://tiddlywiki.com/prerelease in a few minutes.

2 Likes