Actually and surprisingly, no in my case. For example, I use a “navigation” link type for often temporary links between different notes I’m working on and realized that when I make these links I also always set some basic information about the destination note with a stamp. Now I do it in one go with a link action, in one case by evaluating the prototype and in another by evaluating source note’s name.
if($Prototype(source)=="p1_semester days"){$cDate(destination)=$cDate(destination)+$cDate(source)};if($Name(source)=="Wiki Project"){$AccentColor(destination)=$AccentColor(source);$Pattern(destination)="radial";}
So each time I make a navigation link, TBX now checks the two notes and makes the changes (or not) automatically. The other link types are starting to have different actions based on what I use them for.