I have a wiki with dozens of images with image paths pointing to local folders, for example /home/ricardo/Docs/One/Wikis/Img/image1.jpg . I want the wiki to be available online so I can view it anywhere, I already put it in Amazon AWS, but I have to update each image link, for example, instead of [img width=590 height=256 [file:///home/ricardo/Docs/One/Wikis/Img/image1.png]] I have to use img src=“Img/image1.jpg” . Is there a way to make bulk changes, update all the links at the same time?
There are native tiddlywiki ways to do such things; learning them will help develop your skills. The New backtick substitution method may make it very easy.
I believe that was what the OP was asking for. Do you have specific suggestions?
Because I usually run in node, I tend to use quick Node scripts for anything that’s supposed to run across all my tiddlers. (For instance, this morning, I wrote a quick script that removed created and modified from all the tiddlers in a particular wiki.) I would also like to know of an easy native way to bulk update a number of tiddlers to for instance, change link formats to all my images.