1.8 KiB
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 | active | 02-notes |
|
2026-07-29 | 2026-07-29 | 1.0.0 | 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.mdon 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 pullin 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
- Folder:
- 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-M3per04-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
Done When
- Daily note auto-created on local PC
- Dashboard renders Dataview blocks
- Files committed and pushed from local PC