Fix some download file types. (#9026)

This commit is contained in:
Leilei332
2025-04-12 22:32:10 +08:00
committed by GitHub
parent de2cc8637a
commit 34cf59d31e
3 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ Generate sharing link
!! 5 - Export the shared tiddlers
<$button>
<$action-sendmessage $message="tm-download-file" $param="$:/core/templates/exporters/JsonFile" exportFilter={{$:/config/plugins/share/filter}} filename="tiddlers.json"/>
<$action-sendmessage $message="tm-download-file" $param="$:/core/templates/exporters/JsonFile" exportFilter={{$:/config/plugins/share/filter}} filename="tiddlers.json" type="application/json"/>
Export as JSON
</$button>