Daniel
339396e447
feat: Excalidraw + Banner plugins + ITS CSS snippets
...
Plugins installed:
obsidian-excalidraw-plugin
manifest.json + styles.css tracked in git
main.js (8MB) excluded from git — downloaded by setup-vault.sh on first run
obsidian-banners
manifest.json + main.js + styles.css all tracked (148KB, acceptable)
CSS Snippets (ITS Theme by SlRvb):
ITS-Dataview-Cards.css — transforms TABLE queries into visual card grids
Usage: use backtick-dataview-cards instead of backtick-dataview above query
ITS-Image-Adjustments.css — fine-grained image sizing in notes
Usage: caption images with |100 or wrap in image-adjustments callout
Config updates:
community-plugins.json — added obsidian-excalidraw-plugin, obsidian-banners
appearance.json — added ITS-Dataview-Cards + ITS-Image-Adjustments snippets
(vault-colors preserved)
.gitignore — added excalidraw main.js exclusion rule
setup-vault.sh — step 5: auto-downloads Excalidraw main.js if missing
curl from GitHub releases/latest, skips if already present
Canvas updates (Obsidian saved state):
welcome.canvas — user added Cosmic Brain GIF at top
main.canvas — user added brand assets to Wiki Pages zone
Wiki Map.canvas — Obsidian format normalised
2026-04-07 13:48:28 +03:00
Daniel
8286bf1944
feat: visual reference vault — Calendar, Thino, design-ideas canvas
...
Plugins installed:
- Calendar (en-GB, Monday start, note indicators)
- Thino (quick memos, daily save mode)
- community-plugins.json enables both
Visual canvas (projects/visual-vault/design-ideas.canvas):
- 8 labeled zones stacked vertically with 100px gaps
- Zone: Logos & Icons — logo-pro, 6x square icons, portrait (9:16)
- Zone: Archive Concepts — 3x early-era 16:9 covers
- Zone: Pro Cover Variants — pro-cover-10
- Zone: Brand Identity — hub-cover, classroom-start-here
- Zone: Skill Covers — seo, blog, repurpose, wp-mcp, seo-update
- Zone: Event Covers — blog-day, seo-day, qa-day
- Zone: April 2026 About Page — 3x bg 2752x1536, 5x slot 1280x720
- Style Reference Card — all format dimensions, palette, visual rules
- All nodes pixel-perfect sized from actual image dimensions
Images (41 files, 29MB):
- Copied to _attachments/images/skool-hub/
- Exact dimensions used for canvas node sizing
workspace-visual.json:
- Main: design-ideas.canvas (default) + Wiki Map + Graph view tabs
- Left: file-explorer, search, bookmarks
- Right: Calendar + Thino + Backlinks (OPEN, not collapsed)
- Switch to it: quit Obsidian, cp workspace-visual.json workspace.json, reopen
bin/setup-vault.sh updated with visual layout switch instructions
Note: _attachments/images/ is NOT gitignored (images are intentional)
Comment out the line in .gitignore to exclude them for leaner forks
2026-04-07 12:39:25 +03:00
Daniel
f597342479
feat: ship workspace.json + setup-vault.sh for zero-config user experience
...
Users who clone the repo now get the full setup automatically:
- workspace.json tracked in git (removed from .gitignore)
- Opens with Wiki Map canvas as default view
- Graph view pre-configured: path:wiki filter, 5 color groups, proper physics
- Obsidian reads this on first open before any state reset occurs
- bin/setup-vault.sh — one-time setup script
- Writes correct graph.json (filter + colors)
- Writes app.json (excludes plugin dirs from graph)
- Writes appearance.json (enables vault-colors CSS)
- Prints clear next-step instructions
- Usage: bash bin/setup-vault.sh
- README updated: Option 1 now shows clone + setup.sh as recommended path
- Clear explanation of what the script does
- 2-minute setup flow vs manual configuration
Result: users clone, run setup.sh, open Obsidian — done.
Graph shows only wiki pages, color-coded, no noise.
2026-04-07 12:33:01 +03:00