TopStoryView is a TiddlyWiki plugin that adds another story view to tiddlywiki -- the top view.
It behaves like TiddlyWiki's classic story view but with a different scrolling strategy:
- When opening or navigating to a tiddler, the site is scrolled until the title of the tiddler reaches the very top of the browser window.
- Even the last tiddler is scrolled till it reaches the top. This works because the plugin adds an invisible spacer at the bottom so the tiddler can be scrolled to the top.
In this case the plugin will put the tiddler above into focus (unless the story river is empty).
The demo site of TiddlyMap uses this story view.
You can use this plugin by importing it (e.g. from the TiddlyMap demo site) and switching your wiki's story view to top story view.
You can configure the plugin by opening TiddlyWiki's configuration and selecting TopStoryView in the plugin section.
See this discussion TiddlyWiki/TiddlyWiki5#1290