release: v1.2.0 — community-ready, full docs, PDF guide
Critical fixes: - marketplace.json: fix version 1.0.0→1.2.0, fix email to ***REMOVED*** - main.canvas: remove 5 broken file references (gitignored files) - community-plugins.json: deduplicate from 6→4 canonical entries Vault onboarding: - wiki/getting-started.md: new onboarding page inside the vault - wiki/index.md: populate Entities, Sources, Questions, Comparisons sections - wiki/meta/dashboard.md: fix Dataview queries (was referencing non-existent fields) - welcome.canvas: add CTA node pointing to getting-started - CLAUDE.md: replace placeholder text with actual vault description Docs: - README.md: complete Plugins section (pre-installed + recommended), CSS Snippets section, Banner usage section, file structure updated - bin/setup-vault.sh: expanded success message listing all plugins and CSS snippets - docs/install-guide.md + docs/install-guide.pdf: printable community install guide Version: 1.1.0 → 1.2.0 Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
55
README.md
55
README.md
@@ -174,18 +174,53 @@ claude mcp add-json obsidian-vault '{
|
||||
|
||||
---
|
||||
|
||||
## Recommended Plugins
|
||||
## Plugins (pre-installed)
|
||||
|
||||
Install via Obsidian > Settings > Community Plugins:
|
||||
These ship with the vault — enable them in **Settings → Community Plugins → enable**:
|
||||
|
||||
| Plugin | What it does |
|
||||
|--------|-------------|
|
||||
| Dataview | Powers the dashboard queries |
|
||||
| Templater | Auto-populates frontmatter from templates |
|
||||
| Obsidian Git | Auto-commits every 15 minutes |
|
||||
| Minimal Theme | Best dark theme for this setup |
|
||||
| Plugin | Purpose | Notes |
|
||||
|--------|---------|-------|
|
||||
| **Calendar** | Right-sidebar calendar with word count + task dots | Pre-installed |
|
||||
| **Thino** | Quick memo capture panel | Pre-installed |
|
||||
| **Excalidraw** | Freehand drawing canvas, annotate images | Pre-installed* |
|
||||
| **Banners** | Notion-style header image via `banner:` frontmatter | Pre-installed |
|
||||
|
||||
Also install the **Obsidian Web Clipper** browser extension. It sends web pages to `.raw/` in one click.
|
||||
\* Excalidraw `main.js` (8MB) is downloaded automatically by `setup-vault.sh`. It is not tracked in git.
|
||||
|
||||
Also install from **Community Plugins** (not pre-installed):
|
||||
|
||||
| Plugin | Purpose |
|
||||
|--------|---------|
|
||||
| **Dataview** | Powers the dashboard Dataview queries |
|
||||
| **Templater** | Auto-fills frontmatter from `_templates/` |
|
||||
| **Obsidian Git** | Auto-commits vault every 15 minutes |
|
||||
|
||||
Also install the **[Obsidian Web Clipper](https://obsidian.md/clipper)** browser extension — sends web pages to `.raw/` in one click.
|
||||
|
||||
---
|
||||
|
||||
## CSS Snippets (auto-enabled by setup-vault.sh)
|
||||
|
||||
Three snippets ship with the vault and are enabled automatically:
|
||||
|
||||
| Snippet | Effect |
|
||||
|---------|--------|
|
||||
| `vault-colors` | Color-codes `wiki/` folders by type in the file explorer (blue = concepts, green = sources, purple = entities) |
|
||||
| `ITS-Dataview-Cards` | Turns Dataview `TABLE` queries into visual card grids — use ` ```dataviewjs ` with `.cards` class |
|
||||
| `ITS-Image-Adjustments` | Fine-grained image sizing in notes — append `\|100` to any image embed |
|
||||
|
||||
---
|
||||
|
||||
## Banner Plugin
|
||||
|
||||
Add to any wiki page frontmatter:
|
||||
|
||||
```yaml
|
||||
banner: "_attachments/images/your-image.png"
|
||||
banner_icon: "🧠"
|
||||
```
|
||||
|
||||
The page renders a full-width header image in Obsidian. Works great for hub pages and overviews.
|
||||
|
||||
---
|
||||
|
||||
@@ -221,6 +256,8 @@ cosmic-brain/
|
||||
├── _templates/ # Obsidian Templater templates
|
||||
├── wiki/
|
||||
│ ├── Wiki Map.canvas # visual hub — central graph node
|
||||
│ ├── canvases/ # welcome.canvas + main.canvas (visual demos)
|
||||
│ ├── getting-started.md # onboarding walkthrough (inside the vault)
|
||||
│ ├── concepts/ # seeded: LLM Wiki Pattern, Hot Cache, Compounding Knowledge
|
||||
│ ├── entities/ # seeded: Andrej Karpathy
|
||||
│ ├── sources/ # seeded: Nate Herk LLM Wiki Transcript
|
||||
|
||||
Reference in New Issue
Block a user