Add move to daily note support

This commit is contained in:
2026-03-19 11:33:22 -07:00
parent 17ce7efbd1
commit 33aaec15e2
2 changed files with 107 additions and 26 deletions

View File

@@ -22,6 +22,14 @@ npm run build
npm run lint
```
## Development Workflow
After every code change, run **both**:
1. `npm run build` — type-checks and bundles
2. `npm run lint` — ESLint (Obsidian-specific rules + TypeScript strict checks)
Fix all lint errors before considering a change complete.
## Architecture
### Entry Points & Build Process