Relink finally showed up to the v5.3.x party, and it brought its friend: Relink-variables

Filters are accommodated in Relink but over here Using tiddlywiki documentation when contained in a plugin - #4 by TW_Tones I have an issue where a large set of filters begin with or without the [all[] eg [tag[TableOfContents] which implies [all[tiddlers], there may even be filters that read [all[tiddlers]], but I need to change a large set of these cases in multiple tiddlers to [all[shadows+tiddlers]

  • I expect there will be filters that are Selection Constructors where [all[shadows+tiddlers] need not be applied, but if done may not interfere.
  • I may one day need to limit which tiddlers this filter update/rename would apply, but in my current situation it would be fine changing all filters in all tiddlers.

Is there a way I can use relink to solve this problem?

  • Relink may already contain the search and manipulation tools to achieve this?