chore: sync Obsidian state + fix .gitignore gaps
Modified files (Obsidian saved state): appearance.json — CSS snippets enabled (Obsidian confirmed) community-plugins.json — Excalidraw + Banners enabled (Obsidian confirmed) graph.json — Obsidian reset on close (expected) workspace.json — welcome.canvas added as first tab by Obsidian README.md — cover GIF header preserved by Obsidian welcome.canvas — user added Cosmic Brain GIF at top .gitignore additions: ????-??-??.md — daily notes from Calendar plugin (personal) Excalidraw/ — user Excalidraw drawings (personal, not vault content) Untitled.canvas — unnamed scratch canvases Claude SEO*.gif/png — personal brand assets in vault root
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -37,4 +37,15 @@ node_modules/
|
|||||||
WIKI*.md
|
WIKI*.md
|
||||||
PROMPT.md
|
PROMPT.md
|
||||||
*.tmp.*
|
*.tmp.*
|
||||||
"Obsidian vault*"
|
Obsidian vault*
|
||||||
|
Untitled.canvas
|
||||||
|
|
||||||
|
# Daily notes created by Calendar plugin
|
||||||
|
????-??-??.md
|
||||||
|
|
||||||
|
# Excalidraw drawings (personal, user-specific)
|
||||||
|
Excalidraw/
|
||||||
|
|
||||||
|
# Loose brand/personal GIFs and images in vault root (not _attachments/)
|
||||||
|
Claude SEO*.gif
|
||||||
|
Claude SEO*.png
|
||||||
|
|||||||
2
.obsidian/graph.json
vendored
2
.obsidian/graph.json
vendored
@@ -67,6 +67,6 @@
|
|||||||
"repelStrength": 20,
|
"repelStrength": 20,
|
||||||
"linkStrength": 1,
|
"linkStrength": 1,
|
||||||
"linkDistance": 80,
|
"linkDistance": 80,
|
||||||
"scale": 0.5783849446387722,
|
"scale": 0.40700950846340656,
|
||||||
"close": false
|
"close": false
|
||||||
}
|
}
|
||||||
53
.obsidian/workspace.json
vendored
53
.obsidian/workspace.json
vendored
@@ -11,17 +11,14 @@
|
|||||||
"id": "a31de1b302cdc5cf",
|
"id": "a31de1b302cdc5cf",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "canvas",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "wiki/canvases/welcome.canvas",
|
"file": "README.md",
|
||||||
"viewState": {
|
"mode": "source",
|
||||||
"x": 139.04404736265246,
|
"source": false
|
||||||
"y": -173.70869224745502,
|
|
||||||
"zoom": -0.5671535636366716
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"icon": "lucide-layout-dashboard",
|
"icon": "lucide-file",
|
||||||
"title": "welcome"
|
"title": "README"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -32,14 +29,24 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"file": "wiki/canvases/welcome.canvas",
|
"file": "wiki/canvases/welcome.canvas",
|
||||||
"viewState": {
|
"viewState": {
|
||||||
"x": -185.72849200214785,
|
"x": 180.73618011663854,
|
||||||
"y": -112.21661228352869,
|
"y": -49.51696356078138,
|
||||||
"zoom": -0.060486896970004776
|
"zoom": -1.1804868969700046
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"icon": "lucide-layout-dashboard",
|
"icon": "lucide-layout-dashboard",
|
||||||
"title": "welcome"
|
"title": "welcome"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "0d709b06e7888f5c",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "graph",
|
||||||
|
"state": {},
|
||||||
|
"icon": "lucide-git-fork",
|
||||||
|
"title": "Graph view"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"currentTab": 1
|
"currentTab": 1
|
||||||
@@ -99,7 +106,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 300
|
"width": 300,
|
||||||
|
"collapsed": true
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "7092b65be1e76349",
|
"id": "7092b65be1e76349",
|
||||||
@@ -202,6 +210,7 @@
|
|||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
"hiddenItems": {
|
"hiddenItems": {
|
||||||
|
"obsidian-excalidraw-plugin:New drawing": false,
|
||||||
"switcher:Open quick switcher": false,
|
"switcher:Open quick switcher": false,
|
||||||
"graph:Open graph view": false,
|
"graph:Open graph view": false,
|
||||||
"canvas:Create new canvas": false,
|
"canvas:Create new canvas": false,
|
||||||
@@ -215,10 +224,17 @@
|
|||||||
},
|
},
|
||||||
"active": "0dbc366fea2d4524",
|
"active": "0dbc366fea2d4524",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"wiki/canvases/welcome.canvas",
|
||||||
|
"README.md",
|
||||||
|
"Excalidraw/Drawing 2026-04-07 13.52.12.excalidraw.md",
|
||||||
|
"Untitled.canvas",
|
||||||
|
"2026-04-07.md",
|
||||||
|
"Excalidraw/Drawing 2026-04-07 13.51.04.excalidraw.md",
|
||||||
|
"Excalidraw/Drawing 2026-04-07 13.51.12.excalidraw.md",
|
||||||
|
"Excalidraw",
|
||||||
"bin/setup-vault.sh.tmp.224546.1775558887360",
|
"bin/setup-vault.sh.tmp.224546.1775558887360",
|
||||||
"Claude SEO Posts cover.gif",
|
"Claude SEO Posts cover.gif",
|
||||||
"wiki/comparisons/Wiki vs RAG.md",
|
"wiki/comparisons/Wiki vs RAG.md",
|
||||||
"README.md",
|
|
||||||
"Obsidian vault with Claude Code - full integration and visual organization 1.md",
|
"Obsidian vault with Claude Code - full integration and visual organization 1.md",
|
||||||
"Obsidian vault with Claude Code - full integration and visual organization.md",
|
"Obsidian vault with Claude Code - full integration and visual organization.md",
|
||||||
"cover.gif",
|
"cover.gif",
|
||||||
@@ -229,7 +245,6 @@
|
|||||||
"wiki/overview.md",
|
"wiki/overview.md",
|
||||||
"wiki/log.md",
|
"wiki/log.md",
|
||||||
"wiki/index.md",
|
"wiki/index.md",
|
||||||
"wiki/canvases/welcome.canvas",
|
|
||||||
"wiki/canvases/main.canvas",
|
"wiki/canvases/main.canvas",
|
||||||
"wiki/concepts/LLM Wiki Pattern.md",
|
"wiki/concepts/LLM Wiki Pattern.md",
|
||||||
"wiki/concepts/Hot Cache.md",
|
"wiki/concepts/Hot Cache.md",
|
||||||
@@ -255,15 +270,9 @@
|
|||||||
"skills/canvas/SKILL.md.tmp.224546.1775557766591",
|
"skills/canvas/SKILL.md.tmp.224546.1775557766591",
|
||||||
"skills/canvas/SKILL.md.tmp.224546.1775557704281",
|
"skills/canvas/SKILL.md.tmp.224546.1775557704281",
|
||||||
"skills/canvas/SKILL.md.tmp.224546.1775557697284",
|
"skills/canvas/SKILL.md.tmp.224546.1775557697284",
|
||||||
"skills/canvas/SKILL.md.tmp.224546.1775557686442",
|
|
||||||
"skills/canvas/SKILL.md.tmp.224546.1775557679632",
|
|
||||||
"skills/canvas/references/canvas-spec.md",
|
"skills/canvas/references/canvas-spec.md",
|
||||||
"skills/canvas/SKILL.md",
|
|
||||||
"commands/canvas.md",
|
|
||||||
"projects/visual-vault/design-ideas.canvas",
|
"projects/visual-vault/design-ideas.canvas",
|
||||||
"_attachments/images/skool-hub/wp-mcp-cover.png",
|
"_attachments/images/skool-hub/wp-mcp-cover.png",
|
||||||
"_attachments/images/skool-hub/v3-cover-10.png",
|
"_attachments/images/skool-hub/v3-cover-10.png"
|
||||||
"WIKI.md",
|
|
||||||
"Welcome.md"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,3 @@
|
|||||||
<p align="center">
|
|
||||||
<img src="cover.gif" alt="Cosmic Brain" width="100%" />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
# cosmic-brain
|
# cosmic-brain
|
||||||
|
|
||||||
|
|||||||
@@ -4,22 +4,21 @@
|
|||||||
{"id":"zone-output","type":"group","x":480,"y":-360,"width":560,"height":560,"color":"6","label":"3 · Your Brain (Vault) Grows"},
|
{"id":"zone-output","type":"group","x":480,"y":-360,"width":560,"height":560,"color":"6","label":"3 · Your Brain (Vault) Grows"},
|
||||||
{"id":"zone-process","type":"group","x":-60,"y":-360,"width":480,"height":560,"color":"2","label":"2 · I Process Everything"},
|
{"id":"zone-process","type":"group","x":-60,"y":-360,"width":480,"height":560,"color":"2","label":"2 · I Process Everything"},
|
||||||
{"id":"text-drop-images","type":"text","text":"## 📸 Paste any image here\n\nHere you can paste any images and I will take care of the rest.","x":-660,"y":-340,"width":520,"height":110,"color":"4"},
|
{"id":"text-drop-images","type":"text","text":"## 📸 Paste any image here\n\nHere you can paste any images and I will take care of the rest.","x":-660,"y":-340,"width":520,"height":110,"color":"4"},
|
||||||
{"id":"text-drop-pdf","type":"text","text":"## 📄 Or drop PDF & Markdown files\n\nJust easy drag & drop — I'll extract everything.","x":-660,"y":10,"width":520,"height":100,"color":"4"},
|
|
||||||
{"id":"gif-workflow","type":"file","file":"wiki/meta/workflow-loop.gif","x":-40,"y":-340,"width":440,"height":440},
|
{"id":"gif-workflow","type":"file","file":"wiki/meta/workflow-loop.gif","x":-40,"y":-340,"width":440,"height":440},
|
||||||
{"id":"text-process","type":"text","text":"Reads sources → extracts entities & concepts → cross-references everything → files it all automatically.","x":-40,"y":110,"width":440,"height":80,"color":"2"},
|
{"id":"text-process","type":"text","text":"Reads sources → extracts entities & concepts → cross-references everything → files it all automatically.","x":-40,"y":110,"width":440,"height":80,"color":"2"},
|
||||||
{"id":"main-title","type":"text","text":"# 🧠 Cosmic Brain\n### Drop anything. I'll build your knowledge base.","x":-340,"y":-620,"width":840,"height":110},
|
{"id":"main-title","type":"text","text":"# 🧠 Cosmic Brain\n### Drop anything. I'll build your knowledge base.","x":-340,"y":-620,"width":840,"height":110},
|
||||||
{"id":"sub-title","type":"text","text":"Images · PDFs · Markdown · Transcripts · URLs — drag, drop, or paste. I handle the rest.","x":-340,"y":-500,"width":840,"height":54,"color":"5"},
|
{"id":"sub-title","type":"text","text":"Images · PDFs · Markdown · Transcripts · URLs — drag, drop, or paste. I handle the rest.","x":-340,"y":-500,"width":840,"height":54,"color":"5"},
|
||||||
{"id":"72b304484d8afa75","type":"file","file":"Cosmic Brain Clean.gif","x":-340,"y":-998,"width":840,"height":433},
|
{"id":"text-drop-pdf","type":"text","text":"## 📄 Or drop PDF & Markdown files\n\nJust easy drag & drop — I'll extract everything.","x":-660,"y":60,"width":520,"height":100,"color":"4"},
|
||||||
|
{"id":"72b304484d8afa75","type":"file","file":"Cosmic Brain Clean.gif","x":-668,"y":-216,"width":536,"height":276},
|
||||||
{"id":"text-brain","type":"text","text":"## 🧠 I'll create a full map/brain for you\n\nEvery source compounds the knowledge base.","x":500,"y":-340,"width":520,"height":100,"color":"6"},
|
{"id":"text-brain","type":"text","text":"## 🧠 I'll create a full map/brain for you\n\nEvery source compounds the knowledge base.","x":500,"y":-340,"width":520,"height":100,"color":"6"},
|
||||||
{"id":"callout-1","type":"text","text":"💡 **8–15 wiki pages**\nper source ingested","x":-680,"y":440,"width":260,"height":80,"color":"4"},
|
{"id":"callout-1","type":"text","text":"💡 **8–15 wiki pages**\nper source ingested","x":-680,"y":440,"width":260,"height":80,"color":"4"},
|
||||||
{"id":"callout-2","type":"text","text":"⚡ **Hot cache**\ninstant session context","x":-400,"y":440,"width":260,"height":80,"color":"2"},
|
{"id":"callout-2","type":"text","text":"⚡ **Hot cache**\ninstant session context","x":-400,"y":440,"width":260,"height":80,"color":"2"},
|
||||||
{"id":"example-img-2","type":"file","file":"_attachments/images/skool-hub/hub-cover.png","x":-680,"y":280,"width":260,"height":134},
|
{"id":"example-img-2","type":"file","file":"_attachments/images/skool-hub/hub-cover.png","x":-680,"y":280,"width":260,"height":134},
|
||||||
{"id":"example-img-3","type":"file","file":"_attachments/images/skool-hub/claude-blog-cover.png","x":-400,"y":267,"width":160,"height":160},
|
{"id":"example-img-3","type":"file","file":"_attachments/images/skool-hub/claude-blog-cover.png","x":-400,"y":267,"width":160,"height":160},
|
||||||
{"id":"gif-graph","type":"file","file":"wiki/meta/wiki-graph-grow.gif","x":500,"y":-230,"width":420,"height":420},
|
|
||||||
{"id":"text-result","type":"text","text":"Cross-referenced. Searchable. Gets richer every session.","x":500,"y":200,"width":520,"height":50,"color":"6"},
|
{"id":"text-result","type":"text","text":"Cross-referenced. Searchable. Gets richer every session.","x":500,"y":200,"width":520,"height":50,"color":"6"},
|
||||||
{"id":"callout-3","type":"text","text":"🔍 **Query anything**\nyou've ever added","x":-120,"y":440,"width":260,"height":80,"color":"5"},
|
{"id":"callout-3","type":"text","text":"🔍 **Query anything**\nyou've ever added","x":-120,"y":440,"width":260,"height":80,"color":"5"},
|
||||||
{"id":"callout-4","type":"text","text":"🕸️ **Visual map**\nFibonacci graph layout","x":160,"y":440,"width":260,"height":80,"color":"6"},
|
{"id":"callout-4","type":"text","text":"🕸️ **Visual map**\nFibonacci graph layout","x":160,"y":440,"width":260,"height":80,"color":"6"},
|
||||||
{"id":"example-img-1","type":"file","file":"_attachments/images/skool-hub/claude-seo-cover.png","x":-660,"y":-206,"width":419,"height":216}
|
{"id":"gif-graph","type":"file","file":"wiki/meta/wiki-graph-grow.gif","x":568,"y":-225,"width":385,"height":385}
|
||||||
],
|
],
|
||||||
"edges":[
|
"edges":[
|
||||||
{"id":"arrow-1","fromNode":"zone-input","fromSide":"right","toNode":"zone-process","toSide":"left","color":"4","label":"ingest"},
|
{"id":"arrow-1","fromNode":"zone-input","fromSide":"right","toNode":"zone-process","toSide":"left","color":"4","label":"ingest"},
|
||||||
|
|||||||
Reference in New Issue
Block a user