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
2 KiB
2 KiB
TaskNotes Documentation
TaskNotes is a task and note management plugin for Obsidian that follows the "one note per task" principle. Each task is a Markdown file with structured metadata in YAML frontmatter.
Requirements
- Obsidian: Version 1.10.1 or later
- Bases Core Plugin: Must be enabled (Settings → Core Plugins → Bases)
Getting Started
1. Install and Enable
- Open Obsidian Settings → Community Plugins
- Browse and search for "TaskNotes"
- Install and enable the plugin
- Enable the Bases core plugin: Settings → Core Plugins → Bases
2. Create Your First Task
Option A: Command Palette
- Press
Ctrl/Cmd + Pto open the command palette - Type "TaskNotes: Create new task"
- Fill in the task details and click Create
Option B: Convert a Checkbox
- In any note, type a checkbox:
- [ ] Buy groceries - Position your cursor on the line
- Click the convert button that appears, or use "TaskNotes: Create new inline task"
3. Open the Task List
- Click the TaskNotes icon in the left ribbon, or
- Use the command palette: "TaskNotes: Open tasks view"
4. Explore
- Core Concepts: How tasks work, YAML structure, Bases integration
- Features: Task properties, time tracking, calendar integration
- Views: Task List, Kanban, Calendar, Agenda, Pomodoro
- Settings: Configuration options
Quick Links
| Topic | Description |
|---|---|
| Task Management | Status, priority, dates, reminders, recurring tasks |
| Inline Tasks | Widgets, natural language parsing, checkbox conversion |
| Calendar Integration | Google Calendar, Outlook, ICS subscriptions |
| HTTP API | REST API for automation and external tools |
| Migration Guide | Upgrading from TaskNotes v3 |
| Troubleshooting | Common issues and solutions |