I too, would like to find a good solution to Tiddloid access to local media files in Android. Tiddloid almost does everything i need.
I tried Tiddloid in Legacy mode (1). It does show local image files (relative and absolute path) but not pdf files. Also, images are displayed up to the screen size and cannot be pinch-zoom further, unlike in mobile Chrome browser, which severely limit what I can view in the images on small mobile screen. I canât get Tiddloid to launch another app to view images (and pdf files).
(1) My understanding of Tiddloid default non-Legacy mode is it uses Android Storage Access Framework (https://github.com/donmor/Tiddloid) which imports the entire file directory into its own cache. That seems to require a long setup time to import my directory (with large number of images) initially and itâs not clear to me how it sync its cache (if it does) with the file directory subsequently.
I will have to next investigate using Android WebDav or http server to serve local media files. Not sure what limitations I will run into
FWIW, for Android, TW5 on mobile Chrome browser can access local image files (images can be zoomed too!). TW5 files themselves need to be in Chrome Download directory but Chrome now permits access to image files elsewhere in local storage (not for pdf though! pdf needs to be within the Chrome Download directory) . So the catch is having to store TW5 files (and pdf files) in Chrome Download directory and the multiple saved file versioning issue. Mobile Chrome browser donât support browser plugin while mobile Firefox browser donât open local TW5 (html) files altogether
PS: Edited for clarity