Replies: 1 comment
-
More explanation: The macro |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In Gatha plugin I have a macro as below:
Note to
<$action-listops $tiddler={{!!target-plugin}} $field="extra-tiddlers" $subfilter={{{ [<tempTid>get[text]] }}} />
and specifically to$subfilter={{{ [<tempTid>get[text]] }}}
this works fine as you can see in https://github.com/kookma/TW-Gatha/releases/tag/0.8.1 which uses TW 5.2.1.The same code does not work in TW 5.3.5. I hade to change the code as below
Note again to
$subfilter="+[subfilter<bulktids>]"
I wish to know what has happened to
$action-listops
and$subfilter
from TW 5.2.1 to TW 5.3.5, so I can revise my other codes.Thank you
Beta Was this translation helpful? Give feedback.
All reactions