add claude-obsidian
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: note
|
||||
title: "{{title}}"
|
||||
created: "{{date}}"
|
||||
tags: []
|
||||
mocs:
|
||||
- "[[{{primary-moc}}]]"
|
||||
related: []
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
(One atomic idea, claim, or observation. Should fit on one screen; if it grows past that, split into two notes and link them.)
|
||||
|
||||
## Sources
|
||||
|
||||
- [[{{source-1}}]]
|
||||
- (external citation, if any)
|
||||
|
||||
## See also
|
||||
|
||||
- [[{{related-note}}]]
|
||||
@@ -0,0 +1,32 @@
|
||||
---
|
||||
type: moc
|
||||
title: "{{title}}"
|
||||
created: "{{date}}"
|
||||
tags:
|
||||
- moc
|
||||
related: []
|
||||
---
|
||||
|
||||
# {{title}} — Map of Content
|
||||
|
||||
> A Map of Content (MOC) links into a cluster of related atomic notes. It is a navigation hub, not a container. Notes are not stored under this MOC; they live flat under `wiki/notes/` and are reached by following these links.
|
||||
|
||||
## Why this MOC exists
|
||||
|
||||
(One paragraph: what cluster of thinking does this MOC serve? What question does following its links answer?)
|
||||
|
||||
## Core notes
|
||||
|
||||
- [[note-1]]
|
||||
- [[note-2]]
|
||||
- [[note-3]]
|
||||
|
||||
## Adjacent MOCs
|
||||
|
||||
- [[adjacent-moc-1]]
|
||||
- [[adjacent-moc-2]]
|
||||
|
||||
## Open questions / frontier
|
||||
|
||||
- What questions does this cluster not yet answer?
|
||||
- What atomic notes would close those gaps?
|
||||
Reference in New Issue
Block a user