No description
Find a file
2026-06-30 16:21:12 +08:00
.github Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
.husky Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
docs@656596618d chore: bump version to beta continue 2026-01-05 10:19:34 +08:00
i18n refactor(v10): modularize entry + gantt year-view and project grouping fixes 2026-06-28 16:09:40 +08:00
media Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
packages Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
scripts refactor(v10): modularize entry + gantt year-view and project grouping fixes 2026-06-28 16:09:40 +08:00
signatures Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
src Merge 11a0538042 into 16c778bc8d 2026-06-30 16:21:12 +08:00
.editorconfig Initial commit 2022-06-07 14:12:30 +08:00
.env.example Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
.eslintignore Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
.eslintrc Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
.gitignore refactor(v10): modularize entry + gantt year-view and project grouping fixes 2026-06-28 16:09:40 +08:00
.gitmodules Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
.prettierignore Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
.release-it.beta-continue.cjs Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
.release-it.beta.cjs Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
.release-it.cjs Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
CHANGELOG-BETA.md chore(release): bump version to 9.14.0-beta.5 [beta] 2026-06-28 16:32:18 +08:00
CHANGELOG.md Update documentation. 2026-04-17 14:22:31 +02:00
CLA.md Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
DEVELOPMENT.md Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
esbuild.config.mjs refactor(v10): modularize entry + gantt year-view and project grouping fixes 2026-06-28 16:09:40 +08:00
jest.config.js refactor(v10): modularize entry + gantt year-view and project grouping fixes 2026-06-28 16:09:40 +08:00
LICENSE Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
manifest-beta.json chore(release): bump version to 9.14.0-beta.5 [beta] 2026-06-28 16:32:18 +08:00
manifest.json Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
package.json chore(release): bump version to 9.14.0-beta.5 [beta] 2026-06-28 16:32:18 +08:00
pnpm-lock.yaml Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
pnpm-workspace.yaml Fix CRLF. 2026-04-17 14:11:12 +02:00
PRIVACY.md Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
README.md Update documentation. 2026-04-17 14:22:31 +02:00
styles.css Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
tsconfig.json Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
version-bump.mjs Revert "Fix issue with children ." 2026-04-17 13:54:54 +02:00
versions.json chore(release): bump version to 9.14.0-beta.5 [beta] 2026-06-28 16:32:18 +08:00


Overview

Task Genius plugin transforms Obsidian into a powerful task management system with advanced features, beautiful visualizations, and seamless in-editor task management workflow - all while preserving Obsidian's philosophy of plain-text, future-proof note-taking.


Core Features

Feature Description
Task Views Visualize your tasks in different ways, including list, kanban, calendar, and gantt charts
Date & Priority [View-based] Recurring tasks, multiple date types, and visual priority indicators
Workflows [Editor-based] Multi-stage workflows with automatic timestamping, templates, and process tracking
Habit Tracking [View-based] Daily habits, streak tracking, visual calendar, and progress analytics
Quick Capture global commands, templates, and automated task creation
Filtering & Search Advanced in-editor filtering, saved queries, and custom perspectives
Gamification [View-based] Achievement rewards, custom milestones, and motivational feedback

For detailed feature documentation, visit taskgenius.md.

Task hierarchy in tree-style views follows real markdown structure. Tasks are no longer treated as children across intervening bullets, text, or heading boundaries just because a later line is more indented.


Installation

  1. Open Obsidian Settings
  2. Navigate to Community Plugins
  3. Search for "Task Genius"
  4. Click Install, then Enable

Manual Installation

  1. Download the latest release from GitHub Releases
  2. Extract files to .obsidian/plugins/obsidian-task-progress-bar/
  3. Enable the plugin in Obsidian settings

Quick Start

  1. Enable Plugin: Activate Task Genius in your plugin settings
  2. Onboarding: You will be guided through the setup process by the plugin

OR

  1. Open Task View: Click the ribbon icon or use Command Palette to search Open Task Genius View.
  2. Create First Task: Use the Quick Capture panel to create your first task.
  3. Explore Views: Switch between different views to find your preferred workflow

Community & Support

Discord Community

Join our active community for help, tips, and feature discussions: Task Genius Discord

Resources


License

FSL-1.1-ALv2

Feel free to use any part in the src/components, such as the Inline Markdown Editor or the Kanban component.