diff --git a/quartz.config.default.yaml b/quartz.config.default.yaml index 2bcacd2..105a3ed 100644 --- a/quartz.config.default.yaml +++ b/quartz.config.default.yaml @@ -229,9 +229,10 @@ plugins: - source: github:quartz-community/encrypted-pages enabled: true options: - visibility: icon iterations: 600000 passwordField: password + unlistWhenEncrypted: false + outputPath: static/encryptedContentIndex.json order: 900 layout: position: body diff --git a/quartz/cli/templates/default.yaml b/quartz/cli/templates/default.yaml index 3c2e492..06ce501 100644 --- a/quartz/cli/templates/default.yaml +++ b/quartz/cli/templates/default.yaml @@ -103,6 +103,11 @@ plugins: enabled: false - source: github:quartz-community/encrypted-pages enabled: true + options: + iterations: 600000 + passwordField: password + unlistWhenEncrypted: false + outputPath: static/encryptedContentIndex.json - source: github:quartz-community/stacked-pages enabled: false layout: diff --git a/quartz/cli/templates/obsidian.yaml b/quartz/cli/templates/obsidian.yaml index afe04d6..aba0af0 100644 --- a/quartz/cli/templates/obsidian.yaml +++ b/quartz/cli/templates/obsidian.yaml @@ -113,6 +113,11 @@ plugins: enabled: false - source: github:quartz-community/encrypted-pages enabled: true + options: + iterations: 600000 + passwordField: password + unlistWhenEncrypted: false + outputPath: static/encryptedContentIndex.json - source: github:quartz-community/stacked-pages enabled: false layout: diff --git a/quartz/cli/templates/ttrpg.yaml b/quartz/cli/templates/ttrpg.yaml index ee6cdba..8f70298 100644 --- a/quartz/cli/templates/ttrpg.yaml +++ b/quartz/cli/templates/ttrpg.yaml @@ -113,6 +113,11 @@ plugins: enabled: false - source: github:quartz-community/encrypted-pages enabled: true + options: + iterations: 600000 + passwordField: password + unlistWhenEncrypted: false + outputPath: static/encryptedContentIndex.json - source: github:quartz-community/stacked-pages enabled: false layout: