Hi TiddlyWiki-Community
I am new here and eager to learn.
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).
What I tried already: As I link always to the same page in the macro, I tried to add alle the backlinks to that specific page (Open questions of RoSo), with this list:
<<list-links filter:"[all[current]backlinks[]]">>
But obviously, this does not work with macros (as I found out later in the documentation). I also played around with widgets and variables, but I don't get the concept, with the documenation and examples I found. At the moment I wonder if a path could be, to list pages, which use certain macros - if TW5 keeps track of that information?
So:
1) Is there something already implemented (plugin or so) to achieve the goal stated at the beginning?
2) If not, what would be the concepts of TW5 to use, to achieve the goal?
Thanks a lot
Rolf