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
125 lines (121 loc) · 3.84 KB
/
mkdocs.yml
File metadata and controls
125 lines (121 loc) · 3.84 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
site_name: TaskNotes Documentation
site_url: https://tasknotes.dev/
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
# Configuration
theme:
name: material
features:
- navigation.sections
- navigation.top
- navigation.tracking
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.code.annotate
- content.tabs.link
- toc.follow
font:
text: Lexend
code: JetBrains Mono
palette:
- media: "(prefers-color-scheme)"
primary: deep purple
accent: purple
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: purple
toggle:
icon: material/brightness-4
name: Switch to system preference
nav:
- Home: index.md
- Core Concepts: core-concepts.md
- Features:
- Overview: features.md
- Task Management: features/task-management.md
- Recurring Tasks: features/recurring-tasks.md
- Task Reminders: features/reminders.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
- Third-party Integrations: features/integrations.md
- User Fields: features/user-fields.md
- Template Variables: features/template-variables.md
- Views:
- Overview: views.md
- Task List View: views/task-list.md
- Agenda View: views/agenda-view.md
- Kanban View: views/kanban-view.md
- Calendar Views: views/calendar-views.md
- Pomodoro View: views/pomodoro-view.md
- Default Base Templates: views/default-base-templates.md
- Settings:
- Overview: settings.md
- General: settings/general.md
- Features: settings/features.md
- Task Properties: settings/task-properties.md
- Modal Fields: settings/modal-fields.md
- Property Identification: settings/property-identification.md
- Property Types Reference: settings/property-types-reference.md
- Defaults & Templates: settings/defaults.md
- Task Defaults: settings/task-defaults.md
- Appearance & UI: settings/appearance.md
- Inline Task Settings: settings/inline-task-settings.md
- Calendar Settings: settings/calendar-settings.md
- Misc Settings: settings/misc-settings.md
- Integrations: settings/integrations.md
- Advanced Settings: settings/advanced-settings.md
- APIs & Integration:
- HTTP API: HTTP_API.md
- NLP API: nlp-api.md
- mdbase-tasknotes CLI: mdbase-tasknotes-cli.md
- Webhooks: webhooks.md
- Workflows: workflows.md
- Calendar Setup: calendar-setup.md
- Migration Guide: migration-v3-to-v4.md
- Development:
- Translation Workflow: development/translations.md
- i18n-state-manager: development/i18n-state-manager.md
- Release Notes: releases.md
- Troubleshooting: troubleshooting.md
- Privacy Policy: privacy.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- def_list
- footnotes
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.keys
- pymdownx.mark
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- stylesheets/extra.css