callumalpass_tasknotes/mkdocs.yml

91 lines
2.8 KiB
YAML
Raw Normal View History

2025-06-29 02:25:19 +00:00
site_name: TaskNotes Documentation
site_url: https://callumalpass.github.io/tasknotes/
site_description: Comprehensive task and note management with calendar integration for Obsidian
site_author: Callum Alpass
repo_name: callumalpass/tasknotes
repo_url: https://github.com/callumalpass/tasknotes
2025-06-29 02:53:12 +00:00
# Configuration
2025-06-29 02:25:19 +00:00
theme:
2025-06-29 02:53:12 +00:00
name: material # Use the Material theme
# You can add theme-specific features here later, like palettes, fonts, logos, etc.
2025-06-29 02:25:19 +00:00
features:
2025-06-29 02:53:12 +00:00
# - navigation.tabs
- search.suggest
font:
text: Crimson Text
palette:
- media: "(prefers-color-scheme)"
accent: purple
primary: white
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
accent: purple
primary: white
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: purple
primary: black
toggle:
icon: material/toggle-switch-off-outline
2025-06-29 02:25:19 +00:00
nav:
- Home: index.md
- Core Concepts: core-concepts.md
docs: Restructure and streamline documentation for improved clarity • 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.
2025-06-29 03:13:51 +00:00
- Features:
- Overview: features.md
- Task Management: features/task-management.md
- Inline Task Integration: features/inline-tasks.md
- Time Management: features/time-management.md
- Calendar Integration: features/calendar-integration.md
- ICS Integration: features/ics-integration.md
- Filtering & Views: features/filtering-and-views.md
- Third-party Integrations: features/integrations.md
- User Fields: features/user-fields.md
2025-06-29 02:25:19 +00:00
- Views:
- Overview: views.md
2025-06-30 11:30:22 +00:00
- Task List View: views/task-list.md
2025-06-29 02:25:19 +00:00
- Notes View: views/notes-view.md
- Agenda View: views/agenda-view.md
- Kanban View: views/kanban-view.md
- Calendar Views: views/calendar-views.md
2025-06-29 02:25:19 +00:00
- Pomodoro View: views/pomodoro-view.md
- Settings:
- Overview: settings.md
- General: settings/general.md
- Features: settings/features.md
- Task Properties: settings/task-properties.md
- Defaults & Templates: settings/defaults.md
2025-06-29 02:25:19 +00:00
- Task Defaults: settings/task-defaults.md
- Appearance & UI: settings/appearance.md
2025-06-29 02:25:19 +00:00
- Inline Task Settings: settings/inline-task-settings.md
- Calendar Settings: settings/calendar-settings.md
- Integrations: settings/integrations.md
2025-06-29 02:25:19 +00:00
- Advanced Settings: settings/advanced-settings.md
- APIs & Integration:
- HTTP API: HTTP_API.md
- NLP API: nlp-api.md
- Webhooks: webhooks.md
- Workflows: workflows.md
- Advanced Topics:
- Timezone Handling: TIMEZONE_HANDLING_GUIDE.md
- UTC Implementation: TIMEZONE_HANDLING_UTC.md
- Timezone Quick Reference: TIMEZONE_QUICK_REFERENCE.md
- Release Notes: releases.md
2025-06-29 02:25:19 +00:00
- Troubleshooting: troubleshooting.md
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- attr_list
extra_css:
docs: Restructure and streamline documentation for improved clarity • 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.
2025-06-29 03:13:51 +00:00
- stylesheets/extra.css