Is it possible to add some fields to the downloaded file (tiddler) on the fly?
I am using the tm-download-file
like
<$action-sendmessage $message="tm-download-file"
$param="$:/core/templates/exporters/JsonFile"
exportFilter=<<exportFilter>>
filename=<<exportButtonFilename "basket.json" >> />
I like to add a description field with some value to the exported JSON tiddler (file)!
How can I do that?