Hi all,
I hear that wikify should be omitted – something I find difficult in cases like this. Maybe some wiser TWizard can see a solution here?
The new version of my macro that jumps up and down the story (next/previous tiddler) looks like this at the moment:
\define TiddlerExpress(step:"0")
<$let nth={{{ [list[$:/StoryList]allbefore:include<currentTiddler>count[]add[$step$]] }}} target={{{ [list[$:/StoryList]nth<nth>] }}}>
<$wikify name="focus" text="section.lox-tiddler:nth-child(<<nth>>n+1) button">
<$wikify name="refocus" text="section.lox-tiddler:nth-child(<<nth>>n+1) a">
<$action-sendmessage $message="tm-focus-selector" $param=<<focus>> preventScroll="true"/>
<$action-sendmessage $message="tm-focus-selector" $param=<<refocus>> preventScroll="true"/>
<$action-navigate $to=<<target>>/>
</$wikify>
</$wikify>
</$let>
\end
Is there a way to omit the wikify parts?
Thank you and all the best,
Thomas