Greetings all,
I have a relatively large tiddler/file/database (2MB alone) that I look things up in once in a while that I’ve stored in my TiddlyWiki. Including this essentially doubles the size of the wiki, and I’m wondering if I can externalize it so that it doesn’t get included in load/save operations for performance reasons. I’m currently using the SharePoint/WebDav/ASPX single-file setup for this wiki.
After playing around and referring to the old https://tiddlywiki.com/#Alice%20in%20Wonderland example posted in the home page. I followed this method using a _canonical_uri
field and storing it in a relative path (SharePoint https storage). All looks good, it works well in that I can “operate on it” etc. and my hope was that when I saved my wiki, the size wouldn’t have greatly increased. Strangely that doesn’t seem to be the case. It’s going up from the ~2MB to ~4MB with this in it, even though the message says “This tiddler shows content stored outside of the main…”.
I also tried the official “External Attachments” plugin to see if that changed anything (though it’s labelled as primarily for TiddlyDesktop) and that doesn’t see to have changed anything.
Is what I’m intending possible? Not a big deal if not, but it seems like it works for images but not text even though they’re setup in the same way?