Arlen22 / TiddlyServer

v2 - A static file server that can also save files and mount TiddlyWiki folders
https://arlen22.github.io/tiddlyserver/
MIT License
257 stars 36 forks source link

Images with _canonical_uri not displaying with data folders #138

Open Marxsal opened 1 year ago

Marxsal commented 1 year ago

I can use the TS index page to navigate to images and view them. I can use standalone wikis and see images. But I can't see images in data folder wikis that use _canonical_uri . I'm thinking there might be some sort of setting to serve images? In the terminal, I can see that the image file is being fetched. But it is not displayed in the calling TW instance.

Arlen22 commented 1 year ago

I don't know how that works in TiddlyWiki, but TiddlyServer hands all requests off to the TiddlyWiki engine for each data folder, so you should see the same behavior on a standalone TiddlyWiki server instance. If so, it's better to ask on the support channels for TiddlyWiki. If it's a file outside the data folder, that would be a TiddlyServer feature. But files inside the datafolder are handled by TiddlyWiki.