Hi, yes this is absolutely expected behaviour and a problem that pops up in this group from time to time.
Tiddlywiki only recognizes hard links - everytime you use [[Link]] directly in the wikitext mostly - as references. Everything else - links coming from macros, variables, transclusions, etc. - is a so called soft link and not recognized. As for a solution: What would be your actual use case? There is no universial tiddlywiki recognizes soft links now solution, but maybe there can still be done something if it is clearer what you are trying to achieve. Although one thing I can answer now is that from most approaches I have seen the item that would reference tiddler 1 would still be the tiddler you defined the macro in - so in your case tiddler 2 - not the macro itself. Kind Regards, Felicia. On Sunday, 13 September 2020 22:15:30 UTC+2, Huntsfromshadow wrote: > Question about Reference List and Macros. > > I have the following Setup. > > 1 - Tiddler 1 that has some random Text. > 2 - Tiddler 2 that has [[Tiddler 1]] in it. > > Tiddler 1 shows that Tiddler 2 refrences it (and thus isn't on the Orphan > list). > > If I replace the text in Tiddler 2 with > \define testme() > [[Tiddler 1]] > \end > > <<testme>> > > Tiddler 1 doesn't show any refrences to it (and thus is in the Orphan > List). > > > Is this expected? Anyway to have the macro still report as a refrence? > > Thanks > -Luke > > -- 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 tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5fba5ed1-17f1-41aa-9945-5c641b5a8b49o%40googlegroups.com.