Hi there,
I already spent too much time for a very simple problem: I want to transclude one file path for all my linked images so that when I change the location of the folder with my images, I only have to change the file path once. This is what I have:
I have one tiddler with the title assetsfilepath
containing the text ./_assets
which represent the file path to my assets (images, pdfs, etc.).
In a new tiddler, I want to display an image using something like this
[img[{{assetsfilepath}}/MyImage.jpg]]
because I obviously would like to create this
[img[./_assets/MyImage.jpg]]
but it does not work.
I tried to learn from @EricShulman in this post but I cannot figure it out.
How can I solve this problem? Alternative solutions to my approach are very welcome