mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-15 22:34:51 +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
375 B
Plaintext
21 lines
375 B
Plaintext
{
|
|
"tiddlers": [
|
|
{
|
|
"file": "jszip.min.v2.5.0.js",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": "$:/plugins/tiddlywiki/jszip/jszip.js",
|
|
"module-type": "library"
|
|
},
|
|
"prefix": "",
|
|
"suffix": ""
|
|
},{
|
|
"file": "LICENSE.markdown",
|
|
"fields": {
|
|
"type": "text/markdown",
|
|
"title": "$:/plugins/tiddlywiki/jszip/license"
|
|
}
|
|
}
|
|
]
|
|
}
|