hiroyaiizuka28k downloadsExecute TaskChute that slots today's tasks, tracks projects, adds comments, and keeps you focused on now.
Execute tasks, don't just organize them.

TaskChute Plus is an Obsidian plugin focused on execution-first task management: you decide what to do now, run it, and keep a reliable log of what actually happened.
No time section.Available from Obsidian Command Palette:
Open TaskChuteTaskChute settingsShow today's tasksReorganize idle tasks to current slotDuplicate selected task (when TaskChute view is active)Delete selected task (when TaskChute view is active)Reset selected task (when TaskChute view is active)Settings -> Community plugins.TaskChute Plus.Open TaskChute.You can create tasks from the TaskChute UI, or manually create a note in your task folder.
Minimal manual example:
---
tags:
- task
target_date: "2026-04-16"
scheduled_time: "09:00"
---
# Online consultation
#task in note body is also supported for legacy compatibility.
Open TaskChute settings to configure:
vaultRoot or specifiedFolder)auto, en, ja)Current default values in code:
backupIntervalHours: 2backupRetentionDays: 1defaultReminderMinutes: 5locationMode: vaultRootWith default vaultRoot mode, TaskChute-managed folders are:
TaskChute/TaskTaskChute/LogTaskChute/ReviewprojectsFolder is intentionally unset by default and can be configured separately.
npm install
npm run dev # esbuild watch
npm run build # production bundle
npm run lint # eslint for src/tests
npm test # jest
Obsidian loads these files from the plugin root:
main.jsmanifest.jsonstyles.cssMIT
Hiroya Iizuka