On Wednesday, March 18, 2020 at 6:42:26 AM UTC-7, Mohamed Amin wrote: > > I've tried to copy/past your example to tiddlywiki.com (in a new tiddler) > then drag/drop a "json" file into the droppable area , but it didn't work > with me. what did I miss here? >
My example is specifically *not* for handling the dropping of a file (JSON or otherwise). Rather, it is for dropping a selected link (or text) and writing that value into the text field of a tiddler. If you want to drop a file, then use <$dropzone> drop file here </$dropzone> as previously noted, this will trigger a tm-import-file message, which will then parse the JSON file for tiddlers and present the TWCore standard $:/import interface. -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/8f944b40-86a7-4e7f-a6f2-85a7d2f16c56%40googlegroups.com.

