mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-01-24 11:40:53 +01:00
13 lines
587 B
Plaintext
13 lines
587 B
Plaintext
created: 20211228233244219
|
|
key: ((StoryNext))
|
|
modified: 20211230151133988
|
|
tags: $:/tags/KeyboardShortcut $:/km/keynav
|
|
title: $:/plugins/km/keynav/storyNext
|
|
type: text/vnd.tiddlywiki
|
|
|
|
<$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="next" />
|
|
</$set>
|
|
</$set> |