mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 04:36:50 +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:
7
plugins/tiddlywiki/jszip/plugin.info
Normal file
7
plugins/tiddlywiki/jszip/plugin.info
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/jszip",
|
||||
"description": "Wrapper for JSZip by Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme license"
|
||||
}
|
||||
Reference in New Issue
Block a user