Commit Graph

2 Commits

Author SHA1 Message Date
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
bfc270247b feat: welcome.canvas — visual demo board + default first tab
Three-act visual story:
  [Drop Sources] → [I Process] → [Your Brain Grows]

Zone 1 'Drop Your Sources' (green):
  '📸 Paste any images — I will take care of the rest'
  Example: claude-seo-cover.png + hub-cover.png + blog-cover.png
  '📄 Drop PDFs & Markdown with easy drag & drop'

Zone 2 'I Process Everything' (orange):
  workflow-loop.gif (animated 4-step cycle)
  'Reads sources → extracts → cross-references → files'

Zone 3 'Your Brain (Vault) Grows' (purple):
  '🧠 I'll create a full map/brain for you'
  wiki-graph-grow.gif (animated knowledge graph growing)
  'Cross-referenced. Searchable. Gets richer every session.'

4 callouts: 8-15 pages / hot cache / query anything / visual map

2 labeled arrows: ingest → builds

workspace.json: welcome.canvas is now the first tab (default view)
  Tab 1: welcome.canvas (active on open)
  Tab 2: main.canvas
2026-04-07 13:43:08 +03:00