Hello guys,
I'm trying to create a shortcut to move between open tiddlers in the story
view and by far this is my code:
\define next-tiddler()
<$list filter="[enlist{$:/StoryList!!list}after<currentTiddler>]">
{{!!title}}
</$list>
\end
<$navigator story="$:/StoryList" history="$:/HistoryList">
<<next-tiddler>>
<$action-navigate $to=<<next-tiddler>> />
</$navigator>
The problem is that even though <<next-tiddler>> is working correctly by
itself, it doesn't work when put inside the action-navigate widget.
When I try to press the keyboard shortcut to trigger the code a new tiddler
named "<$list filter="[enlist{$:/StoryList!!list}after<currentTiddler>]">
{{!!title}} </$list>" is generated.
I suppose you can't use macros inside the action-navigate widget, is this
correct?
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/fa28ad93-c39b-441f-b0c0-d07a98da54f0o%40googlegroups.com.