If you're just trying to get a list of backlinks to look at, I might 
recommend the Relink plugin. It adds a special References tab to the 
TiddlyInfo panel. Once rememberq is properly configured, which would be 
something like `\relink rememberq question:wikitext answer:wikitext` or 
something like that (depends on the macro argument names), Relink will pick 
them up just fine.

If you're looking for a filter operator like backlinks, then that would be 
trickier...

On Friday, January 15, 2021 at 7:06:07 AM UTC-5 si wrote:

> 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/b251cbd3-7deb-457e-9b74-131cb55a5f05n%40googlegroups.com.

Reply via email to