I would like to drop any file on my (standalone) TW and create a tiddler with that file name in some field (could be title, doesn’t have to be).
I don’t know how to do this. I do not want to embed those files at all.
I’ve been tinkering around but don’t understand how that custom dropzone works. Are there any examples that you know of that can point me into the right direction?
I couldn’t find a good example on tiddlywiki.com (or am I missing something here?).
There are solutions for creating tiddlersa that reference an external file such as an image in the _canonical_uri field such as the External Attachments Plugin but this is qualified, but try it anyway.
@trend I have some examples of experiments (see DropHere, ImportHere and DropCanonicalURI at https://sextant.space/ ) with dropzone that I have found useful in my projects. Like @TW_Tones said, their use has caveats (since file:// and http:// having limitations linking to each other) but you might either be able to use them directly or use them to understand dropzone better.
Unfortunately I am not able to drop a file and get a tiddler with that particular file name. So I have given up on this idea.
I did make use of @mwiktowyDropCanonicalURI and adapted it to my needs. So now I can drop any link to create a tiddler with that name in it and appropriately tagged.
I mainly deal with -low volume- pdf files and images. All “wiki attachments” are stored in a dedicated folder in the same directory where the standalone tiddlywiki file resides. Opening up that folder in a browser makes it possible to drop any file link in the wiki.