59 lines
1.8 KiB
Markdown
59 lines
1.8 KiB
Markdown
---
|
|
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 |