When using TiddlyRemember <https://sobjornstad.github.io/TiddlyRemember/> I constantly have to write text inside macrocalls in order to create cards to be synced with an external program. So my tiddlers will only contain macrocalls, and inside their text field goes all my notes and backlinks, like this:
<$macrocall $name="remembercz" text="card 1, here I write all my notes" /> <$macrocall $name="remembercz" text="card 2, notes with [[backlink]]" /> <$macrocall $name="remembercz" text="card 3, more notes" /> The default filter for backlinks all[current]backlinks[]] doesn't detect backlinks inside "text", that's why I need a filter that searches for strings inside [[ ]] brackets. All I need is basically just a filter to use instead of all[current]backlinks[]] that detects backlinks inside the "text" field. - kebi -- 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/35d3b3d5-27cf-4c30-a95c-69b1a6b45d6fn%40googlegroups.com.

