This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

NavigatorWidget

 27th November 2021 at 2:39am

Introduction

The navigator widget manipulates the current store, the story list and history lists in response to various Messages.

Content and Attributes

The navigator widget displays any contained content, and responds to Messages dispatched within it.

AttributeDescription
storyName of the tiddler containing the story list to be manipulated
historyName of the tiddler containing the history list to be manipulated
openLinkFromInsideRiverDetermines the location for opening new tiddlers from links within the story river: at the top or bottom of the story river, or above or below the current tiddler
openLinkFromOutsideRiverDetermines the location for opening new tiddlers from links outside the story river: at the top or bottom of the story river
relinkOnRenameIntroduced in v5.1.14 Determines if tags in other tiddlers are renamed if the tiddler title changes. yes or no. default: no

Widget Messages

The following Messages are handled by the navigator widget:

Variables

The following Variables are assigned by the navigator widget:

  • tv-story-list, giving the name of the tiddler containing the story list
  • tv-history-list, giving the name of the tiddler containing the history list

Examples

See Creating SubStories.