Thank you! By “modified”, I simply meant modifying the default colour of the tag, which then generates its own tag tiddler to store the colour. That in turn makes all those tag-tiddlers found by Freelinks. Does that make sense? Sorry if I didn’t express myself correctly.
I tried adding this set <$set name="tv-freelinks" value={{{ [<currentTiddler>!is[tag]then[yes]else[no]] }}}/>
within $:/plugins/tiddlywiki/freelinks/macros/view
but it didn’t seem to work. I also tried <$set name="tv-freelinks" value={{{ [<currentTiddler>!is[tag]] }}}/>
but same thing.
For reference, this is how the shadow tiddler looks like:
> <$set name="tv-freelinks" value={{$:/config/Freelinks/Enable}}>
>
> <$set name="tv-freelinks-ignore-case" value={{$:/config/Freelinks/IgnoreCase}}/>
>
> <$set name="tv-freelinks" value={{{ [<currentTiddler>!is[tag]then[yes]else[no]] }}}/>
>
> </$set>
Thank you!