From ab54ff69e388b57d6648ba32dab82f39ab8ed157 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Fri, 1 Sep 2023 10:40:28 +0200 Subject: [PATCH] changed: download all notes in zip --- index.html | 2 + libs/FileSaver.js | 247 ++++++++++++++++++++++++++++++++++++++++++++++ libs/jszip.min.js | 13 +++ main.js | 29 +++--- 4 files changed, 280 insertions(+), 11 deletions(-) create mode 100644 libs/FileSaver.js create mode 100644 libs/jszip.min.js diff --git a/index.html b/index.html index 6db8d10..d9d2d3a 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,8 @@ + +