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.
- 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
- 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
- Document hierarchical subgrouping in filtering-and-views.md with demo GIF
- Add subgrouping section to task-list.md with usage examples
- Update agenda-view.md to reference subgrouping support
- Enhance features.md overview to mention two-level organization
- Include subgroups.gif demonstration of the feature in action
Provides complete documentation for the new hierarchical subgrouping
functionality that allows two-level task organization across views.
- 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
## OpenAPI Specification
- Add decorator-based OpenAPI system with @OpenAPIController and @OpenAPI decorators
- Generate machine-readable OpenAPI 3.0 spec at /api/docs
- Serve interactive Swagger UI documentation at /api/docs/ui
- Complete schema definitions for all API types and responses
- Enable TypeScript experimental decorators support
## Pomodoro API Endpoints
- POST /api/pomodoro/start - Start new pomodoro session with optional task
- POST /api/pomodoro/stop - Stop current session
- POST /api/pomodoro/pause - Pause running session
- POST /api/pomodoro/resume - Resume paused session
- GET /api/pomodoro/status - Get current session status and statistics
- GET /api/pomodoro/sessions - Get session history with filtering
- GET /api/pomodoro/stats - Get daily/date-specific statistics
## Documentation Updates
- Add comprehensive HTTP API documentation with pomodoro examples
- Include JavaScript PomodoroController integration example
- Update feature documentation with view types and settings
- Improve navigation structure across documentation files
## Dependencies
- Add reflect-metadata for decorator metadata support
- Remove unused express dependency
- Update TypeScript configuration for decorator support
All endpoints include proper error handling, OpenAPI documentation, and support for recurring task integration.
Add comprehensive documentation for the new configurable custom multi-day
calendar view feature implemented in d27594a:
- Update calendar-views.md with Custom Days view section explaining features
and configuration steps
- Enhance calendar-settings.md to document default view option and custom
day count setting
- Update calendar-integration.md to include custom days view in Advanced
Calendar description
- Update features.md to include custom days view in main features overview
Provides complete user guidance for the custom multi-day calendar view that
allows users to configure any number of days (1-14) in their calendar display.
- Enhanced README overview section with better flow and natural language
- Added time-tracking and pomodoro feature descriptions to introduction
- Fixed broken link in docs/features.md pointing to correct time-management.md file
- Updated Core Features section with more accurate property list
- Improved rationale section to sound less marketing-oriented
- Add Project Subtasks Widget section to inline-tasks.md
- Update features.md to include widget in inline task integration list
- Add configuration toggle documentation to inline-task-settings.md
- Maintain informational tone consistent with existing documentation
Added comprehensive habit tracking documentation to new workflows.md page
covering recurring tasks, calendar completion tracking, and organization
strategies. Updated features.md to reference the new workflows section.
• 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.