From 02ffaa50dc0b6bffb8eaed2fbd36804dbed80199 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Thu, 26 Feb 2026 17:19:36 +0100 Subject: [PATCH] chore: cleanup --- quartz.config.default.yaml | 37 ++++++++++++++++++++++++++++++------- quartz.config.yaml | 2 +- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/quartz.config.default.yaml b/quartz.config.default.yaml index 7a38b41fa..9070e0d3e 100644 --- a/quartz.config.default.yaml +++ b/quartz.config.default.yaml @@ -52,7 +52,7 @@ plugins: - aliases excludedProperties: [] hidePropertiesView: false - delimiters: "---" + delimiters: --- language: yaml order: 5 - source: github:quartz-community/created-modified-date @@ -190,12 +190,6 @@ plugins: position: left priority: 35 group: toolbar - - source: github:quartz-community/spacer - enabled: true - layout: - position: left - priority: 15 - display: mobile-only - source: github:quartz-community/breadcrumbs enabled: true layout: @@ -218,6 +212,35 @@ plugins: Discord Community: https://discord.gg/cRFFHYye7t - source: github:quartz-community/recent-notes enabled: false + - source: github:quartz-community/spacer + enabled: true + options: {} + order: 15 + layout: + position: left + priority: 15 + display: mobile-only + - source: github:quartz-community/bases-page + enabled: true + options: {} + order: 50 + - source: github:quartz-community/note-properties + enabled: true + options: + includeAll: false + includedProperties: + - description + - tags + - aliases + excludedProperties: [] + hidePropertiesView: false + delimiters: --- + language: yaml + order: 5 + layout: + position: beforeBody + priority: 15 + display: all layout: groups: toolbar: diff --git a/quartz.config.yaml b/quartz.config.yaml index 06c8ec502..9070e0d3e 100644 --- a/quartz.config.yaml +++ b/quartz.config.yaml @@ -219,7 +219,7 @@ plugins: layout: position: left priority: 15 - display: all + display: mobile-only - source: github:quartz-community/bases-page enabled: true options: {}