On Monday, January 6, 2020 at 3:40:25 AM UTC-8, Rolf Sonderegger wrote: > > I am new here and eager to learn. >
Welcome! > *Goal*: For my private wiki (knowledge base) I want to manage my still > open questions spread all over serveral different tiddlers. > To mark something as an open question, I defined a macro like this > \define open-question(text:"none") > @@font-size:smaller;//(Frage [[RoSo|Open questions of RoSo]]: $text$)//@@ > \end > While writing about a topic or writing a meeting-protocol (or something > else) in a tiddler, with this macro can make small annotations. > The goal would be, to have a tiddler, which lists all my open questions > (aka tiddlers using this macro). > As you've discovered, the backlinks[] filter doesn't work the way you want. But, as you stated, your goal is to find tiddlers that are *using* the <<open-question ...>> macro. To do this, you could use the search[] filter, like this: <<list-links filter:"[search[open-question]]">> enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!" (tm) InsideTiddlyWiki - http://www.TiddlyTools.com/InsideTW -- 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/c9c3d2a7-8b9c-4390-b65c-6f2e25c0e72d%40googlegroups.com.

