mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
231d0a3dc8
The immediate motivation is the work I’m doing to integrate with Amazon Web Services. We should be able to use JSZip to export multiple tiddlers in a single operation from the browser.
21 lines
363 B
Plaintext
21 lines
363 B
Plaintext
{
|
|
"tiddlers": [
|
|
{
|
|
"file": "async.min.v1.5.0.js",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": "$:/plugins/tiddlywiki/async/async.js",
|
|
"module-type": "library"
|
|
},
|
|
"prefix": "",
|
|
"suffix": ""
|
|
},{
|
|
"file": "LICENSE",
|
|
"fields": {
|
|
"type": "text/plain",
|
|
"title": "$:/plugins/tiddlywiki/async/license"
|
|
}
|
|
}
|
|
]
|
|
}
|