Hi everyone,
I’d like to find a more succinct way to list links to PDF files stored on a different drive, rather than move them adjacent to the TW-file.
-
Would the method suggested in this post → Transclude File Path - One File Path for all Images — work?
-
Alternately is there a way for TW to see a list of files in a folder, then generate a list of external links?
When trying out the link/pathname yesterday, I ran into problems, so I checked out various TW advice, methods, etc. — then my glitchy links worked anyway. It’s confusing for sure…
- TW seems to accept pathnames using either back-slash or forward-slash. Does it matter?
- In what circumstance do I need to explicitly use the scheme (img / file) in the pathname?
All of the following worked!
[ext[TITLE|D:/Music/CHARTS/A-E_SONG-Titles/A Little More.pdf]]
[ext[TITLE|D:\Music\CHARTS\A-E_SONG-Titles\A Little More.pdf]]
[ext[TITLE|file:///D:\Music\CHARTS\A-E_SONG-Titles\A Little More.pdf]]
I re-read the reference info on images in wikitext and image-widget (where I found the tooltip example didn’t work), and external images…
To manually create an external image just create the tiddler with the appropriate image content type, and add a _canonical_uri field with a URI pointing to the actual image location.
I’m just terribly confused. After tests, I see that using… `[img[filename.jpg]]’ — does indeed mean the image is now embedded.
- So how do I ensure it stays external?
- If I delete the link, is the image removed from the wiki-file?
- Is it possible to remove the embedded “core” images (icons) OR add more?
I’ve tried [ext[images/filename.jpg]]
(of course it just makes a link) — I don’t understand how to “do” the canonical_uri, as mentioned in the reference and in the post → [tw5] External links on usb?
I wish the reference gave a clear comparative example of the two wikitext methods, embedded vs external.
with thanks
ps. I’ve been busy these past months adding content to my wikis, making do with my lowish level of TW knowhow. I’m still extremely inexperience re. macros, but ready to learn more.