diff --git a/README.md b/README.md index fbad7ee..8b2248a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A clean, minimal task board for [Obsidian](https://obsidian.md). Create customiz - **Customizable buckets** -- Create as many buckets as you need with any name. Use them for an Eisenhower matrix, GTD stages, sprint columns, or any workflow that fits your thinking. - **Secondary grouping** -- Group tasks within each bucket by any frontmatter property (account, project, team, etc.). Groups appear as subtle, semi-transparent frames inside the bucket. -- **Inline task tracking** -- Add `#task` to any checkbox in any note to surface it on the board. Assign a secondary group with a wikilink: `- [ ] Send docs [[Bio-Techne]] #task` +- **Inline task tracking** -- Add `#task` to any checkbox in any note to surface it on the board. Assign a secondary group with a wikilink: `- [ ] Send docs [[Project Alpha]] #task` - **Bidirectional sync** -- Check off a task on the board or in the source note; both stay in sync. - **Drag-and-drop** -- Move tasks between buckets or reorder them within a bucket. - **Completion animation** -- Checked tasks get a strikethrough, fade out, and collapse smoothly. diff --git a/src/types.ts b/src/types.ts index 874627b..9656f77 100644 --- a/src/types.ts +++ b/src/types.ts @@ -30,7 +30,7 @@ export interface BucketGroup { /** Secondary grouping (e.g. by account) within a bucket */ export interface SubGroup { - key: string; // e.g. "Bio-Techne", or "" for ungrouped + key: string; // e.g. "Acme Corp", or "" for ungrouped tasks: TaskItem[]; } diff --git a/src/views/taskView.ts b/src/views/taskView.ts index dfbb8b8..95b79dd 100644 --- a/src/views/taskView.ts +++ b/src/views/taskView.ts @@ -139,7 +139,7 @@ export class TaskView extends ItemView { `
`, `