Personally, I would like that when dragging a file into a regular wiki or nodejs version, it would be automatically added to the files folder, and a tiddler with a path field would be created in the wiki where there would be a link to this file of the form files/pic.png
. Well, depending on the file extension, you can add a template set by the user in the text field. For example, for pictures <img alt="text" src={{!!files}} width="100" >
, and for videos something else. No files should be on the wiki itself, only links to them. When we add files to the wiki itself, it loses its portability. By adding the file to the nodejs version, I can no longer create a single page html version of my wiki. No problem with links.
I would also like to be able to set subdirectories for certain tiddlers. For example, if I drag a file into the Animals tiddler, then let a tiddler be created with a path, Files and Animals tags are added to it, and the file itself is placed in the files/Animals/cat.jpg
directory