From b8b71edffea024c14af11071a6182b629d3edc6f Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 11 Apr 2026 14:22:48 +0200 Subject: [PATCH] chore: updated templates --- quartz.config.default.yaml | 3 ++- quartz/cli/templates/default.yaml | 5 +++++ quartz/cli/templates/obsidian.yaml | 5 +++++ quartz/cli/templates/ttrpg.yaml | 5 +++++ 4 files changed, 17 insertions(+), 1 deletion(-) 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: