mirror of
https://github.com/brendan-ch/todo-tracker-obsidian.git
synced 2026-04-16 23:00:32 +00:00
Add move to daily note support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user