Hi Mat,
I myself have Node configured to not lazily load tiddlers (which seems to be the default), but I think you can tell the Node version to lazily load images in this case. However, because of the limitations, I personally avoid adding large files like images or PDFs to my wiki - I'm still looking for a solution to this problem!
Currently, I do one of the following:
- Add a tiddler with _canonical_uri
- Add a link to the document
- Add a snippet of text "located at $FILEPATH on $COMPUTER name"
These all have the some problem in common - the document could disappear! That's less of a problem for the third one, but my backups could still go bad and I could lose access to the document. Not to mention, that last solution loses me access if I'm not on the computer I stored the document on.
I was thinking of looking into some "distributed filesystem" technologies like IPFS or Dat for this, but the need hasn't been pressing enough. If anyone's got experience with these kinds of technologies (especially used in conjunction with TiddlyWiki!), I'd love to hear your thoughts on the matter!
-Rob