Hi Henry
To include the stacked story view plugin in a wiki just edit the
tiddlywiki.info file to include the name of the plugin. For example:
{
"description": "My great wiki",
"plugins": [
"tiddlywiki/stacked-view"
],
"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite",
"tiddlywiki/nighttime",
"tiddlywiki/starlight",
"tiddlywiki/seamless",
"tiddlywiki/centralised",
"tiddlywiki/readonly"
],
"languages": [
]
}
The stacked-view plugin should then appear in the control panel plugin listing. You can invoke it by selecting "stacked" from the storyview dropdown in the "Tools" sidebar tab.
Best wishes
Jeremy