update layout

This commit is contained in:
松浦 知也 Matsuura Tomoya 2024-01-29 13:59:31 +09:00
parent 6d19ffa86a
commit 92b3780db5
3 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@ -5,7 +5,7 @@ public
prof prof
tsconfig.tsbuildinfo tsconfig.tsbuildinfo
content/.obsidian/workspace.json content/.obsidian/workspace.json
content/.obsidian/plugins content/.obsidian/plugins/
.quartz-cache .quartz-cache
private/ private/
.replit .replit

View File

@ -1,5 +1,6 @@
[ [
"obsidian-git", "obsidian-git",
"obsidian-zotero-desktop-connector", "obsidian-zotero-desktop-connector",
"2hop-links-plus" "2hop-links-plus",
"obsidian-auto-link-title"
] ]

View File

@ -50,7 +50,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.Darkmode(), Component.Darkmode(),
Component.DesktopOnly(Component.TableOfContents()), Component.DesktopOnly(Component.TableOfContents()),
], ],
right: [Component.Graph(graph_cfg), Component.Backlinks()], right: [Component.Graph(graph_cfg), Component.Backlinks(), Component.RecentNotes({ title: "Recent writing" })],
} }
// components for pages that display lists of pages (e.g. tags or folders) // components for pages that display lists of pages (e.g. tags or folders)