TiddlyRemember uses macros like this:

<<rememberq "20210115012652199"
    "Who went with [[Frodo]] to [[Mordor]]?"
    "[[Sam]]">>

Which renders like this:
[image: mordor.png]
As far as I know, filters like  [[Mordor]backlinks[]] will not return the 
above example, because the links are contained within the macro syntax.

For cases where the macro is rendered on the tiddler that contains it, you 
can use the following hack:

<$vars lb="[[" rb="]]">
<$vars search_term={{{ [<lb>addsuffix[Mordor]addsuffix<rb>] }}}>
<<list-links filter:"[search<search_term>]">>
</$vars>
</$vars>

But what about when it's transcluded elsewhere? Are there any hacks out 
there to get the same effect?

-- 
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/f1e2540e-6251-4b49-bcfc-c76599e65f78n%40googlegroups.com.

Reply via email to