For a tiddlywiki in which i want to present quid a few links to YT Videos i like to use instead invidious - https://invidious.io - links to the Videos.
Now I’m looking for an option to change easy all links to a particular invidious server address when ever it is needed or wanted …
__
So in all the tiddlers a markdown link to a video looks always like this:
[![TEXT](http:///an-invidious-server.tld/vi/VIDEO-ID/mqdefault.jpg)](https://an-invidious-server.tld/watch?v=VIDEO-ID)
e.g.
[![ Introduction To TiddlyWiki](upload://y4Hg6g2hvQI9lVlIF4TXjLntuTn.jpeg)](https://vid.puffyan.us/watch?v=kd935uJOxXc)
Now i would like to have the option to change the part “an-invidious-server.tld” of all links in all the tiddlers of a wiki with just one setting.
so the links
http:///an-invidious-server.tld/vi/VIDEO-ID/mqdefault.jpg
https://an-invidious-server.tld/watch?v=VIDEO-ID
have to be build with a variable for “an-invidious-server.tld”
Is there an option to build LINKs in a TiddlyWiki like that ?
Thanks for your help