forked from callumalpass/tasknotes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
129 lines (125 loc) · 5.91 KB
/
Copy pathmkdocs.yml
File metadata and controls
129 lines (125 loc) · 5.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# TaskNotes documentation publication manifest.
#
# The custom builder reads this file directly. Navigation entries are the
# publication allowlist; Markdown outside this list stays private unless it is
# part of the release-note collection.
site_name: TaskNotes Documentation
site_url: https://tasknotes.dev/
site_description: Note-based task management, scheduling, and automation for Obsidian.
site_author: Callum Alpass
repo_name: callumalpass/tasknotes
repo_url: https://github.com/callumalpass/tasknotes
nav:
- Home: index.md
- Start here:
- Core concepts: core-concepts.md
- Adopt TaskNotes in an existing vault: getting-started/existing-vault.md
- Mobile guide: getting-started/mobile.md
- Migrate from v3 to v4: migration-v3-to-v4.md
- Guides:
- Task workflows:
- Task management: features/task-management.md
- Recurring tasks: features/recurring-tasks.md
- Task reminders: features/reminders.md
- Inline tasks: features/inline-tasks.md
- Time management: features/time-management.md
- User fields: features/user-fields.md
- Workflow ideas: workflows.md
- Views:
- Views overview: views.md
- Task list: views/task-list.md
- Agenda: views/agenda-view.md
- Kanban: views/kanban-view.md
- Calendar views: views/calendar-views.md
- Pomodoro: views/pomodoro-view.md
- Build a custom Base: guides/custom-bases.md
- Calendar and integrations:
- Calendar integration: features/calendar-integration.md
- ICS integration: features/ics-integration.md
- Third-party integrations: features/integrations.md
- Calendar setup: calendar-setup.md
- Backup, restore, and removal: guides/backup-recovery.md
- Feature overview: features.md
- Reference:
- Command reference: reference/commands.md
- Settings:
- Settings overview: settings.md
- General: settings/general.md
- Task properties: settings/task-properties.md
- Modal fields: settings/modal-fields.md
- Appearance and UI: settings/appearance.md
- Features: settings/features.md
- Integrations: settings/integrations.md
- Generated settings source: reference/settings-source.md
- Task data:
- Property identification: settings/property-identification.md
- Property types: settings/property-types-reference.md
- Template variables: features/template-variables.md
- Natural language API: nlp-api.md
- Version compatibility: reference/compatibility.md
- Generated default Base templates: reference/default-base-templates.md
- APIs and automation:
- HTTP API guide: HTTP_API.md
- Generated HTTP route index: reference/http-routes.md
- JavaScript API: javascript-api.md
- TaskNotes Obsidian CLI: obsidian-cli.md
- mdbase-tasknotes CLI: mdbase-tasknotes-cli.md
- Webhooks: webhooks.md
- Companion plugins:
- Overview: companion-plugins.md
- Canvas Bases: companion-plugins/canvas-bases.md
- TaskNotes Workflows: companion-plugins/tasknotes-workflows.md
- Developer and specification:
- About the specification: spec.md
- Specification:
- Overview: spec/00-overview.md
- Terminology: spec/01-terminology.md
- Model and mapping: spec/02-model-and-mapping.md
- Temporal semantics: spec/03-temporal-semantics.md
- Recurrence: spec/04-recurrence.md
- Operations: spec/05-operations.md
- Validation: spec/06-validation.md
- Conformance: spec/07-conformance.md
- Compatibility and migrations: spec/08-compatibility-and-migrations.md
- Configuration: spec/09-configuration.md
- Dependencies and reminders: spec/10-dependencies-and-reminders.md
- Links: spec/11-links.md
- Changelog: spec/CHANGELOG.md
- Translation workflow: development/translations.md
- i18n-state-manager: development/i18n-state-manager.md
- Releases and support:
- Release notes: releases.md
- Troubleshooting: troubleshooting.md
- Privacy policy: privacy.md
redirects:
/views/default-base-templates/: /reference/default-base-templates/
/settings/defaults/: /settings/task-properties/
/settings/task-defaults/: /settings/task-properties/
/settings/inline-task-settings/: /settings/features/
/settings/calendar-settings/: /settings/appearance/
/settings/misc-settings/: /settings/features/
/settings/advanced-settings/: /settings/features/
# Source notes kept in the repository but deliberately excluded from the site.
# Redirected legacy pages remain here so their old Markdown can still support
# maintainers without becoming a second public source of truth.
drafts:
- development/architecture.md
- development/data-flow.md
- development/refactor-smoke-checks.md
- development/runtime-api-query-contract.md
- examples/tasknotes-starter-note.md
- examples/webhook-transforms/README.md
- settings/advanced-settings.md
- settings/calendar-settings.md
- settings/defaults.md
- settings/inline-task-settings.md
- settings/misc-settings.md
- settings/task-defaults.md
- spec/CONFORMANCE_WORKPLAN.md
- spec/README.md
- spec/conformance/README.md
- spec/conformance/docs/ADAPTER_CONTRACT.md
- spec/conformance/docs/FIXTURE_FORMAT.md
- spec/conformance/docs/RUNNER_GUIDE.md
- views/default-base-templates.md
- views/notes-view.md