mirror of
https://github.com/svm0n/datadeck.git
synced 2026-07-22 08:31:46 +00:00
No description
Merges task rows from a folder scan (task-shaped CSVs only; '/' = whole vault) and/or an explicit file list into one board rendered by the same renderTasks as the full view. Each file's columns map onto a canonical Title/Type/Project/Priority/Due/Status/Notes set via name aliases (buildAggregate — pure, unit-tested); files without a Project column contribute their basename as the project. Edits write through to the row's source file (done toggles, inline cells, the expander), guarded by the sync-conflict stash, only touching files whose serialized text actually changed; the board re-syncs off vault modify events. Context menu gains 'Open source: <file>'. Replaces the old vault-wide DataviewJS Main Dashboard pattern. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| src | ||
| test-support | ||
| bench-load.mjs | ||
| create-chart-test-data.mjs | ||
| esbuild.config.mjs | ||
| main.js | ||
| main.ts | ||
| styles.css | ||
| test-csv-parser.mjs | ||
| test-plugin-logic.mjs | ||
| test-view-smoke.mjs | ||
| world-map.svg | ||