Hello,
I would like to create a dropzone that would allow me to directly generate my image with a specific name without having to click on the edit and import button.
I’ve tried several things such as:
<$dropzone autoOpenOnImport="yes" importTitle="mytiddler" >
Drop your files here!
</$dropzone>
or I have tried to directly generate an image with JSON generated with:
<$button>
<$action-sendmessage $message="tm-import-tiddlers" autoOpenOnImport="yes" importTitle="image.png" $param="{{mytiddler}}"/>
Import
</$button>
but this does not work
If someone has an idea?
regards