Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.41 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.41 KB

TopStoryView

TopStoryView is a TiddlyWiki plugin that adds another story view to tiddlywiki -- the top view.

What it does

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.

What happens if a tiddler at the bottom of the story-river is removed?

In this case the plugin will put the tiddler above into focus (unless the story river is empty).

How it looks like

The demo site of TiddlyMap uses this story view.

How to install and configure it?

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.

selection_426

You can configure the plugin by opening TiddlyWiki's configuration and selecting TopStoryView in the plugin section.

selection_584

Motivation

See this discussion TiddlyWiki/TiddlyWiki5#1290