[tw5] Re: External links on usb

2021-10-20 Thread Charlie Veniot
Do be careful how you setup your canonical uri. Try to use "relative paths" to your external files, and avoid "absolute paths." (https://www.w3schools.com/html/html_filepaths.asp) If you setup absolute paths, they might work well with, say, your Linux laptop, but not work at all on your Window

[tw5] Re: External links on usb

2021-10-19 Thread strikke...@gmail.com
Some years ago, I did as Charlie, explains. I am using several different laptops, they all run the same version of Linux Mint. Each of the laptops has 3 usb portsand find my tiddlywiki usb - and the images and more, using the usb label. finding it at /media/user/label On Tuesday, October 1

[tw5] Re: External links on usb

2021-10-19 Thread 'Mark S.' via TiddlyWiki
There are different ways to handle this. If we're talking images, for instance, the path to your USB might be different on different machines. So being able to change the path in just one place is handy. And being able specify different types of image sources is also handy. For instance, you mi

[tw5] Re: External links on usb

2021-10-19 Thread Charlie Veniot
Something I've never tried, and just tried for fun. I set my _canonical_uri for an image tiddler with a relative path, relative to the location of the TiddlyWiki file. So wherever my TiddlyWiki file is, the _canonical_uri = ./CjVeniot/PatrioticMe.jpg seems to work A-1 for that jpeg file. Same