Add docs/spec.md as a landing page for the specification section with
a section index, conformance summary, and implementer guidance. Link
to it from the home page quick links and from core-concepts field
mapping section. Update nav to include the landing page.
New doc page covering the standalone mtn CLI: installation, setup with
existing vaults, NLP task creation, querying, time tracking, and a
comparison table explaining when to use mtn vs tasknotes-cli.
Also adds release note entry for the new tool.
Split recurring tasks and reminders content into dedicated pages,
condense existing guides for clarity, and update all documentation
screenshots. Refactor e2e screenshot tests with shared openView()
helper and retry support. Refine MdbaseSpec field types (enum,
datetime, link) and replace MCPService @ts-expect-error workarounds
with bound tool pattern.
Consolidates documentation for all 70+ template variables in one
reference document, covering body templates, folder templates, and
filename templates with examples and availability matrix.
- Add v3 to v4 migration guide with Bases setup instructions
- Expand core-concepts.md with YAML structure, property types, and methodology examples
- Streamline index.md to be a concise landing page with quickstart
- Remove developer-focused timezone docs (TIMEZONE_HANDLING_*.md)
- Update releases.md to show v4.x as current
- Fix broken relative links in features.md
- Reduce repetition across docs by centralizing Bases info in core-concepts.md
- Consolidate task-management.md recurring tasks and reminders sections
- Simplify features/integrations.md and features/calendar-integration.md
- Reduce task-defaults.md Default Reminders section from 227 to 24 lines
- Add v4/Bases troubleshooting and OAuth calendar troubleshooting sections
- Update troubleshooting.md with current settings paths and GitHub link
- Update calendar-setup.md with Azure manifest redirect URI instructions
Add comprehensive documentation for frontmatter property types to help
users understand expected data formats when creating tasks via templates
or manual editing.
- Fix Kanban template missing groupBy property
* Default Kanban now includes groupBy on status field
* Resolves error requiring manual group configuration
* Thanks to @randomness42 and @seepage87 for reporting
- Fix user-defined fields appearing as user:field_xxx in templates
* Custom fields now use actual property names from settings
* Also fixed totalTrackedTime to map to timeEntries property
* Ensures Bases can properly query user-defined fields
- Fix documentation quote escaping in YAML examples
* Use single quotes for strings containing double quotes
* Makes examples copyable and syntactically correct
- Remove internal Bases filtering guide
* Direct users to official Obsidian Bases documentation
* Eliminates duplicate documentation of Obsidian functionality
- Remove formatting (bold-label lists) throughout
- Rewrite content with natural, human-written prose
- Standardize reference links to consistent "See [link] for details"
format
- Add comprehensive API and advanced documentation to MkDocs navigation
- Maintain technical accuracy while improving readability and
professionalism
- Add all GitHub release notes as individual markdown files in docs/releases/
- Create releases index page with organized version listings
- Integrate release notes into MkDocs navigation
- Add script to automatically generate release notes from GitHub releases
• Removed outdated/redundant docs files:
– Deleted "docs/concepts-rationale.md" and "docs/creating-editing-tasks.md" which duplicated content now integrated into core-concepts and task management documentation.
– Removed "docs/features/natural-language.md" and "docs/features/time-tracking.md" as their content has been merged or rephrased in other feature docs.
– Deleted the legacy "docs/views/task-view.md" to avoid overlap with the new Task List View documentation.
• Revised core concept and feature documents:
– Updated "docs/core-concepts.md" to better explain the “note-per-task” approach and YAML frontmatter benefits.
– Streamlined "docs/features.md" and its subpages (Inline Task Integration, Calendar Integration, and the new Time Management doc) to reflect a unified, concise explanation of TaskNotes’ feature set.
– Refined inline task, calendar, and settings docs (including advanced, inline task, and task defaults) for consistent language and structure.
• Introduced new documentation:
– Added "docs/features/time-management.md" to clearly outline time tracking, Pomodoro timer, and productivity analytics.
– Created "docs/views/task-list.md" to complement the suite of views now including Agenda, Kanban, Notes, Calendar, and Pomodoro views.
• General improvements:
– Reworded and reorganized sections across multiple docs to enhance readability and better align with the new design philosophy.
– Consolidated similar topics and removed duplicate descriptions to simplify the overall documentation structure.
These changes improve the organization, clarity, and maintainability of the TaskNotes documentation, making it easier for users to understand the core concepts and features.