DataDeck 1.7.0
New: Budget view
A tenth view mode. Items grouped by category with per-category subtotals and a grand total, tracked against a spending limit you set inline in the view — the total reads blue while under it, red once over.
- Appears in the toolbar dropdown when a file has a
Price/Cost/Amount/Total/Spend/Valuecolumn (or one assigned manually via ⚙ Config → Column functions → Price). - New "Create budget file" command in the palette scaffolds a
Date / Item / Type / Price / Notesstarter file, pinned straight into Budget mode. - Prices parse currency symbols and thousands separators (
$1,200.50). - Tapping an item opens the same full entry view as Tasks/Kanban; editing the price or the spending limit opens a small prompt instead of an inline field, matching how Search already avoids a mobile-keyboard rendering issue in the main view.
Fixed
- A picker's "existing values" list (category/type dropdowns, filters) could show the same value twice when rows differed only by trailing whitespace — the grouped views already trimmed and merged these, the pickers didn't. Now consistent everywhere.
- Assorted mobile polish surfaced while building the above: row alignment in grouped tables, a column-name collision that misrouted a single-pick field into a multi-value tag picker, and category rollups going stale after an inline edit.
Internal
eslint-plugin-obsidianmdnow runs in CI-equivalent form locally (npm run lint) before every release.