Improve image compression (#2369)

* added options

* added checkbox handling to import into note

* added image compression option respecting
This commit is contained in:
Myzel394
2021-11-21 15:27:13 +00:00
committed by GitHub
parent de20183a22
commit 886fdf7cd6
6 changed files with 54 additions and 11 deletions

View File

@@ -54,7 +54,8 @@ const ALLOWED_OPTIONS = new Set([
'dailyBackupEnabled',
'weeklyBackupEnabled',
'monthlyBackupEnabled',
'maxContentWidth'
'maxContentWidth',
'compressImages'
]);
function getOptions() {