Initial commit: Obsidian KDB with templates
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# {{date:YYYY-MM-DD}}
|
||||
|
||||
## Today's Focus
|
||||
|
||||
## Work Log
|
||||
|
||||
### Morning
|
||||
|
||||
### Afternoon
|
||||
|
||||
### Evening
|
||||
|
||||
## Memories Created/Updated
|
||||
|
||||
- [ ]
|
||||
|
||||
## Questions/Blockers
|
||||
|
||||
## Notes
|
||||
|
||||
---
|
||||
|
||||
**Links:** [[{{date:YYYY-MM-DD}}]], [[MEMORY.md]]
|
||||
@@ -0,0 +1,28 @@
|
||||
---
|
||||
name: {{title}}
|
||||
description: {{description}}
|
||||
type: feedback
|
||||
created: {{date}} {{time}}
|
||||
related:
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## The Rule
|
||||
|
||||
{{description}}
|
||||
|
||||
## Why
|
||||
|
||||
{{explanation of why this matters - past incident or strong preference}}
|
||||
|
||||
## How to Apply
|
||||
|
||||
{{when/where this guidance kicks in}}
|
||||
|
||||
## Context
|
||||
|
||||
---
|
||||
|
||||
**Type:** `#type/feedback`
|
||||
**Created:** {{date}} {{time}}
|
||||
@@ -0,0 +1,44 @@
|
||||
---
|
||||
name: {{title}}
|
||||
description: {{description}}
|
||||
type: project
|
||||
created: {{date}} {{time}}
|
||||
status: active
|
||||
related:
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Fact/Decision
|
||||
|
||||
{{What is happening or was decided}}
|
||||
|
||||
## Why
|
||||
|
||||
{{Motivation - constraint, deadline, stakeholder ask}}
|
||||
|
||||
## How to Apply
|
||||
|
||||
{{How this should shape suggestions/work}}
|
||||
|
||||
## Status
|
||||
|
||||
- [ ] Active
|
||||
- [ ] Completed
|
||||
- [ ] Archived
|
||||
|
||||
## Timeline
|
||||
|
||||
- **Started:** {{date}}
|
||||
- **Target:**
|
||||
- **Completed:**
|
||||
|
||||
## Related
|
||||
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
**Type:** `#type/project`
|
||||
**Status:** `active`
|
||||
**Created:** {{date}} {{time}}
|
||||
@@ -0,0 +1,28 @@
|
||||
---
|
||||
name: {{title}}
|
||||
description: {{description}}
|
||||
type: reference
|
||||
created: {{date}} {{time}}
|
||||
url:
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Resource
|
||||
|
||||
{{URL or location}}
|
||||
|
||||
## Purpose
|
||||
|
||||
{{What this resource is used for}}
|
||||
|
||||
## When to Use
|
||||
|
||||
{{When you should reference this}}
|
||||
|
||||
## Notes
|
||||
|
||||
---
|
||||
|
||||
**Type:** `#type/reference`
|
||||
**Created:** {{date}} {{time}}
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
name: {{title}}
|
||||
description: {{description}}
|
||||
type: user
|
||||
created: {{date}} {{time}}
|
||||
related:
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Context
|
||||
|
||||
## Details
|
||||
|
||||
## Why this matters
|
||||
|
||||
## How I work
|
||||
|
||||
---
|
||||
|
||||
**Type:** `#type/user`
|
||||
**Created:** {{date}} {{time}}
|
||||
Reference in New Issue
Block a user