Keeping the PDFs out of the TiddlyWiki source is all done at the Node command. I've found that I have to specify all the different options when starting TiddlyWiki for it to work.
So my command to launch TiddlyWiki on node looks a little like:
tiddlywiki wikifoldername --server port-number "$:/core/save/lazy-images" "text/plain" "text/html" username password ipaddress
Filled in with example values:
tiddlywiki worknotebook --server 3000 "$:/core/save/lazy-images" "text/plain" "text/html" keith 45ZXqmyf 127.0.0.1
Specifying fewer than all those items did not work for me.
Peter,
When you save a local copy of the TiddlyWiki, then I think it pulls the images and PDFs into the source so you have a complete copy of the wiki even off-line.
Thanks for letting me know that transcluding wasn't going to be a valid work around. Sounds like we'll just have to use other tools for now.
Keith