In my wiki I notice that kookma’s Node Explorer does not show links that are included in any details or slider macro. Am I doing anything wrong or is this how Node Explorer works?
How are the links presented. have a look on tiddlywiki.com about hard and soft links. soft links come into being as a result of tiddlywiki script and are not there until viewing the tiddler. This could be why.
If the details and slider are macros this is most likely the case.
Thank you. They are macros. If I have a tiddler somewhere named “This Is My Tiddler”, its content would show here when I click on the “Show/Hide me” button in the current tiddler where the macro is called from.
<<slider label:"Show/Hide me" src:"This Is My Tiddler">>
From: Shiraz 2.9.7 — create stylish contents in Tiddlywiki
EDIT: The same applies to Callouts.
Does node explorer find what you are looking for in the tiddler “This Is My Tiddler”?, because that’s where it exists. There is a way to search not the text field, but the result, the html that results after the macros run but this is resource demanding.
Perhaps there are other ways to organise, explore your wiki and setup relationships?
One approach is adding hidden comments, hiding keywords that are found when using search eg;
<!-- keywords onomatopoeia other keywords -->
<<slider label:"Show/Hide me" src:"This Is My Tiddler">>
I decided that when I use a callout, the slider or the details macro, I’ll add a Section at the bottom of the tiddler in which I’ll name the tiddler explicitly. For example I’ll add:
!!! References
[[This Is My Tiddler]]
Node Explorer picks this up so that the cross-linking information in its table is correct.