update layout
This commit is contained in:
parent
6d19ffa86a
commit
92b3780db5
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,7 +5,7 @@ public
|
||||
prof
|
||||
tsconfig.tsbuildinfo
|
||||
content/.obsidian/workspace.json
|
||||
content/.obsidian/plugins
|
||||
content/.obsidian/plugins/
|
||||
.quartz-cache
|
||||
private/
|
||||
.replit
|
||||
|
3
content/.obsidian/community-plugins.json
vendored
3
content/.obsidian/community-plugins.json
vendored
@ -1,5 +1,6 @@
|
||||
[
|
||||
"obsidian-git",
|
||||
"obsidian-zotero-desktop-connector",
|
||||
"2hop-links-plus"
|
||||
"2hop-links-plus",
|
||||
"obsidian-auto-link-title"
|
||||
]
|
@ -50,7 +50,7 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
Component.Darkmode(),
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user