From ffc33324af0b5faf2b9abb4b9a593037ef034ec7 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sun, 23 Nov 2025 17:18:17 -0500 Subject: [PATCH] Changed a few parameters for the graph component of the layout --- quartz.layout.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index 970a5be..c694f9d 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -41,7 +41,15 @@ export const defaultContentPageLayout: PageLayout = { Component.Explorer(), ], right: [ - Component.Graph(), + Component.Graph({ + localGraph: { + showTags: false, + zoom: false + }, + globalGraph: { + showTags: false + } + }), Component.DesktopOnly(Component.TableOfContents()), Component.Backlinks(), ],