From f7a3f19c6bf67a2499308a7ab7d964c259969462 Mon Sep 17 00:00:00 2001 From: stateofshit Date: Wed, 29 Jul 2026 14:03:32 +0000 Subject: [PATCH] task: vault setup test --- 02-notes/task-vault-setup-test.md | 59 +++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 02-notes/task-vault-setup-test.md diff --git a/02-notes/task-vault-setup-test.md b/02-notes/task-vault-setup-test.md new file mode 100644 index 0000000..7de5dac --- /dev/null +++ b/02-notes/task-vault-setup-test.md @@ -0,0 +1,59 @@ +--- +title: "Task: Vault setup test" +status: "active" +folder: "02-notes" +tags: [task, vault, test] +created: "2026-07-29" +updated: "2026-07-29" +version: "1.0.0" +priority: "high" +due: "2026-07-30" +owner: "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`) + +## Related + +- [[000-shit_admin/dashboard]] +- [[tpl/daily]] +- [[04-models/Vault-Rules]] +- [[bin/daily]] + +## Done When + +- [ ] Daily note auto-created on local PC +- [ ] Dashboard renders Dataview blocks +- [ ] Files committed and pushed from local PC \ No newline at end of file