mirror of https://gitlab.com/octtspacc/OcttKB
12 lines
561 B
Plaintext
12 lines
561 B
Plaintext
|
created: 20211229031901058
|
||
|
key: ((StoryLast))
|
||
|
modified: 20211230151019840
|
||
|
tags: $:/tags/KeyboardShortcut $:/km/keynav
|
||
|
title: $:/plugins/km/keynav/storyLast
|
||
|
|
||
|
<$set name="story" filter="[list[$:/StoryList]join[,]]" select=0>
|
||
|
<$set name="current" filter="[{$:/HistoryList!!current-tiddler}]" select=0>
|
||
|
<!-- This macro call add a navigator widget that will be configured to navigate to the tiddler in the desired position in the story river -->
|
||
|
<$macrocall $name="storynav" storylist=<<story>> current=<<current>> position="last" />
|
||
|
</$set>
|
||
|
</$set>
|