mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 19:54:38 +00:00
Add plugin wrappers for async and jszip
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.
This commit is contained in:
20
plugins/tiddlywiki/jszip/files/tiddlywiki.files
Normal file
20
plugins/tiddlywiki/jszip/files/tiddlywiki.files
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user