mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
- 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
1.8 KiB
1.8 KiB
Views
TaskNotes provides multiple views for managing tasks and tracking productivity. All task-focused views operate as .base files located in the TaskNotes/Views/ directory and require Obsidian's Bases core plugin to be enabled.
For details on Bases integration and how to enable it, see Core Concepts. For view templates and configuration examples, see Default Base Templates.
Task-Focused Views
- Task List View: Displays tasks in a list format. Supports filtering, sorting, and grouping via YAML configuration in the
.basefile. - Kanban View: Displays tasks as cards organized by status. Supports optional swimlane layout for additional organization.
- Calendar Views: Calendar-based task visualization with multiple view modes (month, week, day, year, list). Supports drag-and-drop scheduling, time-blocking, and OAuth calendars.
- Agenda View: A preconfigured calendar list view opened via its own command. It uses the same
.baseinfrastructure as the calendar but defaults tolistWeekmode for fast daily and weekly reviews. - MiniCalendar View: Month-based calendar showing which days have tasks. Includes fuzzy search and keyboard navigation for quick date navigation.
Productivity-Focused Views
These views support time management and work tracking.
- Pomodoro View: Pomodoro timer for focused work sessions.
- Pomodoro Stats View: Displays analytics and visualizations of completed Pomodoro sessions and work patterns.