Skip to content

0.1.0-beta.7

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jul 09:53

TaskNotes Gantt 0.1.0-beta.7

Added

  • Progress on the bars — choose where it comes from, per view. (#212)
    • Each Gantt view has a new Progress mode setting with two sources:
      • TaskNotes Progress — the bar mirrors the completion TaskNotes shows on its task card (computed from the note's checklist), and updates live as you tick checklist items. It's read-only, so the bar has no drag handle in this mode.
      • Property — the bar reads a numeric 0–100 value from a property you pick in Progress Property. Values outside 0–100 are clamped to the nearest end.
    • In Property mode you can drag the bar's progress handle to set the value; it saves back to your property on release. Writing requires the TaskNotes companion, and the property must be one TaskNotes recognizes (add it as a custom field in TaskNotes settings). A standalone (companion-free) view still shows the property, just read-only.
    • Sensible defaults: a companion view defaults to TaskNotes Progress; a view that already has a Progress Property mapped keeps reading it (Property mode). Progress renders for every task in the chart, including relationship-expanded tasks pulled in from outside the current filter.
    • A Gantt roadmap in a light Obsidian theme showing task bars with progress
    • The same Gantt roadmap in a dark Obsidian theme