Files
shit_in_a_vault/07-tasks/vault-setup-test.md
T

1.8 KiB

title, status, folder, tags, created, updated, version, priority, due, owner
title status folder tags created updated version priority due owner
Task: Vault setup test done 07-tasks
task
vault
test
2026-07-29 2026-07-29 1.0.2 high 2026-07-30 stateofshit

Task: Vault setup test

Description

Initial vault bootstrap + sync test. Verify:

  • Dataview queries render on dashboard
  • Daily Notes plugin auto-creates 2026-07-30.md on Obsidian open
  • Daily note template (tpl/daily.md) populates correctly
  • 000-configs/ subfolders render
  • 01-logs/daily/ subfolder exists and is empty
  • .obsidian/ config files respected (Daily Notes enabled)

Steps

  • Sync vault to local PC (git pull in Obsidian vault dir)
  • Open Obsidian — verify no plugin errors
  • Verify Daily Notes is enabled (Settings → Core plugins)
  • Verify daily note config:
    • Folder: 01-logs/daily
    • Format: YYYY-MM-DD
    • Template: tpl/daily.md
  • Click "Open today's daily note" — file should create in 01-logs/daily/2026-07-30.md
  • Open 000-shit_admin/dashboard.md — verify Dataview blocks render (if Dataview installed)
  • If Dataview shows errors, install: Settings → Community plugins → Dataview
  • Install Templater: Settings → Community plugins → Templater
  • Take a screenshot of dashboard with Dataview queries visible
  • Sync back: git add -A && git commit -m "synced from pc" && git push

Notes

  • Auto-created on 2026-07-29 by MiniMax-M3 per 04-models/model-boot.md
  • Vault private repo: git@github.com:stateofshit/shit_in_a_vault.git
  • Local sync uses SSH key (~/.ssh/github_openwebui)

Done When

  • Daily note auto-created on local PC
  • Dashboard renders Dataview blocks
  • Files committed and pushed from local PC