Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Fluent Tasks

Jeff1024Jeff102447 downloads

A beautiful, drag-and-drop task manager inspired by Fluent Design.

  • Overview
  • Scorecard
  • Updates11

A beautiful, drag-and-drop task manager for Obsidian, inspired by Microsoft To-Do and Microsoft's Fluent Design principles.

[!NOTE] If you are looking for a local alternative to Microsoft To-Do, Todoist, TickTick (滴答清单), Things 3, or Google Tasks directly inside your Obsidian vault, Fluent Tasks provides a beautiful drag-and-drop workflow that stores all your lists and tasks in standard Markdown files.

For underlying architecture modifications, data flow sequence, component boundaries, and AI-assisted development ("vibe coding"), please refer to: [fluent-tasks_Architecture.md](file:///C:/ObsidianPublish/fluent-tasks/fluent-tasks_Architecture.md).

Features

1. Hierarchical Lists & Group Management

Organize your task lists into drag-and-drop groups. Easily reorder lists, create groups, or drag lists out of groups in the sidebar.

Lists and Groups Demo

2. Task Details, Subtasks & Starring

Add multi-step checklist subtasks, star/pin priority items, write notes, and mark tasks as complete with real-time UI updates.

Task Details Demo

3. Custom Accent Colors

Customize the primary accent color to match your personal theme preference.

Custom Accent Color Demo


How to Use

  1. Install & Enable: Install Fluent Tasks from the Obsidian Community Store and enable it.
  2. Open Sidebar: The task sidebar is opened automatically on startup. You can also open it via the Command Palette (Ctrl+P -> Fluent Tasks: Open Sidebar).
  3. Create Lists & Groups: Create a new task list or group from the bottom of the sidebar.
  4. Manage Tasks: Click a list to view its tasks, drag them to reorder, or click a task to view and edit its details.

Markdown Data Storage

Fluent Tasks respects your data ownership. All lists are stored as .md files inside the TodoData/ folder in your vault. Tasks are saved in standard checklist formatting, with metadata stored inside discrete HTML/Markdown comments:

- [ ] Buy groceries %%{"id":"t-1234","starred":false,"steps":[],"note":"","createdAt":"2026-07-17T08:00:00Z"}%%
- [x] Walk the dog %%{"id":"t-5678","starred":true,"steps":[{"text":"Grab leash","done":true}],"note":"Likes the park.","createdAt":"2026-07-16T09:00:00Z"}%%

Contributing & Vibe Coding

We welcome contributions! Whether you are writing TypeScript code directly or using AI agents ("vibe coding"), follow these steps to get started:

  1. Clone & Install:
    git clone https://github.com/2607044640/fluent-tasks.git
    cd fluent-tasks
    npm install
    
  2. Build & Watch:
    • Development watch mode: npm run dev
    • Production build: npm run build
  3. Architecture Reference: Read fluent-tasks_Architecture.md to understand state flows, EventBus events, and strict system invariants before submitting pull requests.

License

This project is licensed under the MIT License.


Keywords

microsoft todo todoist alternative ticktick 滴答清单 things3 google tasks task manager checklist task planner todo list kanban fluent design glassmorphism

HealthExcellent
ReviewCaution
About
Manage tasks with a beautiful drag-and-drop sidebar that applies Fluent Design-inspired light/dark themes, glassmorphism, tailored color palettes, and smooth animations. Organize lists into hierarchical groups, add subtasks, stars and notes, and store everything locally as standard Markdown checklists in your vault.
TasksSidebarFiles
Details
Current version
1.0.10
Last updated
2 weeks ago
Created
3 weeks ago
Updates
11 releases
Downloads
47
Compatible with
Obsidian 1.7.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Jeff1024Jeff10242607044640
GitHub2607044640
  1. Community
  2. Plugins
  3. Tasks
  4. Fluent Tasks

Related plugins

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Recent Files

Display a list of recently opened files.

Reveal Active File Button

Add a button to the top of the File Explorer, to reveal the active file.

Checklist

Consolidate checklists across all files into a single view.

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Novel word count

Display a word count, page count, creation date, or other statistics for each file, folder and vault in the File Explorer pane.

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

File Tree Alternative

An alternative file tree view with separate folder and file panes.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.