feat(*): one task editor, vim navigation and undo

This commit is contained in:
hh
2026-08-15 03:13:50 +02:00
parent 0873cbb366
commit 83ca32d98e
37 changed files with 4043 additions and 505 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ npm run dev # esbuild watch
npm run build # typecheck + bundle + css
npm test # round-trip, smoke
npm run preview # UI in browser, no Obsidian
make install VAULT=/путь/к/vault # build and copy to vault
make install VAULT=/path/to/vault # build and copy to vault
make zip # distributable
```