mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
No description
- Remove project data pre-computation bottleneck from worker processing - Implement parallel computation of project data alongside file parsing - Move tgProject handling from Workers to Augmentor per architecture design - Fix Augmentor to properly set tgProject attribute on tasks - Update DataflowOrchestrator to include tgProject in projectMeta context - Align with dataflow architecture principle: parsers extract raw data, augmentor handles enhancement - Improve performance by eliminating sequential project data computation This change eliminates the performance bottleneck where task parsing had to wait for all project data to be computed first. Now workers focus solely on raw task extraction while project enhancement happens in the Augmentor phase, fully aligning with the documented dataflow architecture design. |
||
|---|---|---|
| .husky | ||
| docs | ||
| media | ||
| scripts | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .prettierignore | ||
| .release-it.cjs | ||
| CHANGELOG.md | ||
| esbuild.config.mjs | ||
| jest.config.js | ||
| manifest-beta.json | ||
| manifest.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Overview
Task Genius transforms Obsidian into a powerful task management system with advanced features, beautiful visualizations, and seamless workflow integration - all while preserving Obsidian's philosophy of plain-text, future-proof note-taking.
Core Features
| Feature | Description |
|---|---|
| Task Management | Visual progress bars, status cycling, bulk operations, and smart task hierarchies |
| Date & Priority | Calendar integration, recurring tasks, multiple date types, and visual priority indicators |
| View Modes | Inbox, Forecast, Projects, Tags, Calendar, Gantt charts, Kanban boards |
| Workflows | Multi-stage workflows with automatic timestamping, templates, and process tracking |
| Habit Tracking | Daily habits, streak tracking, visual calendar, and progress analytics |
| Quick Capture | global commands, templates, and automated task creation |
| Filtering & Search | Advanced in-editor filtering, vault-wide search, saved queries, and custom perspectives |
| Gamification | Achievement rewards, custom milestones, and motivational feedback |
For detailed feature documentation, visit taskgenius.md.
Installation
Community Plugin (Recommended)
- Open Obsidian Settings
- Navigate to Community Plugins
- Search for "Task Genius"
- Click Install, then Enable
Manual Installation
- Download the latest release from GitHub Releases
- Extract files to
.obsidian/plugins/Obsidian-Task-Genius/ - Enable the plugin in Obsidian settings
Quick Start
- Enable Plugin: Activate Task Genius in your plugin settings
- Open Task View: Click the ribbon icon or use Command Palette
- Create First Task: Type
- [ ] My first taskin any note - Explore Views: Switch between different view modes to find your preferred workflow
Community & Support
Discord Community
Join our active community for help, tips, and feature discussions: Task Genius Discord
Resources
Support the Project
Task Genius is developed with passion and dedication. If you find it valuable, consider supporting its continued development:
Your support enables faster development, better documentation, and priority feature implementation.