Yori Task

by yorigo77
5
4
3
2
1
Score: 35/100

Description

The Yori Task plugin turns a vault sidebar pane into a planning space with a task board, a week view and a year view for longer horizon work. It uses backlog, upcoming and later columns, lets you move items with drag and drop, and keeps a Recent Done area close by. You can rename or reorder columns, highlight tasks and archive the current week or year plan into Markdown notes when needed. It also creates linked task rows when note files are dropped into a column, which makes task tracking feel tied to actual notes instead of a separate list.

Reviews

No reviews yet.

Stats

stars
172
downloads
0
forks
52
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Yori Task

Tasks, week planner, and year planner for Obsidian (desktop-only).

Language: English (required for the Obsidian catalog) • 简体中文说明见下方

Overview

Yori Task gives you:

  • Task board: backlog / upcoming / later columns (plus Recent Done)
  • Week plan: 7-column week view with week navigation
  • Year plan: twelve monthly columns per year

You can reorder tasks via drag-and-drop, highlight tasks, archive the current view to a Markdown note, and link tasks dropped from existing notes back to those notes.

Installation

  1. Open Settings → Community plugins.
  2. Open Browse and search Yori Task.
  3. Install Yori Task and enable it.
  4. Open the plugin from the ribbon or command palette (Yori Task view).

Manual install (manual / beta / prerelease ZIP)

  1. Download main.js, manifest.json, and styles.css from the Releases page for the exact version you want.
  2. Create the folder .obsidian/plugins/yori-task/ inside your vault (if it does not exist).
  3. Place the three files in that folder.
  4. In Obsidian → Settings → Community plugins, enable Yori Task.
  5. Relaunch Obsidian or disable and enable the plugin once after replacing files.

Tip: If the plugin fails to load, verify that all three files are from the same release and that folder name matches manifest.json's "id" (yori-task).

Basic usage

  1. Sidebar / ribbon: Click the ribbon icon or use the command palette to open the Yori Task view.
  2. Tabs: Switch between TASK (English UI default), WEEK, and YEAR tabs at the top of the pane.
  3. Columns / blocks: Right‑click a column title to rename, add, reorder, lock scroll, etc. Right‑click a task for highlight and other actions.
  4. Drag‑and‑drop: Drag tasks between columns; desktop custom drag supports scrolling while dragging.
  5. Notes: Drag a note file from Obsidian onto a column to create a linked task row.
  6. Archive: Use the archive control in WEEK / YEAR to export the current planner state into vault notes.

For multi-line drafts in task inputs use Shift+Enter where supported.

Settings

Go to Settings → Community plugins → Yori Task:

  • Customize accent, panel, card, task text / hint colours.
  • Toggle ZH / EN UI language via the dropdown.
  • Configure how linked-note tasks open (tab / pane / reuse / smart reuse).

Compatibility is defined by manifest.json (minAppVersion, isDesktopOnly).

Development

Clone the repo, then install lockfile-pin dependencies and run checks:

npm ci
npm test

Release workflow: tagging a semver-style tag pushes a GitHub Actions run that verifies npm ci and generates artifact attestations for main.js and styles.css (see Actions tab).

Feedback & license

Issues: repo issues.

License: MIT (LICENSE in the repo root).


简体中文

一个用于 Obsidian 的任务插件,帮助你把当日、近期与后续要做的事情安排清楚。

功能

  • 任务视图:今日 / 近期 / 后续等列 + 近期完成汇总
  • 周计划:按周浏览,按日分列
  • 年计划:按月份分列
  • 支持拖拽排序、右键高亮、将当前视图归档为 Markdown 笔记、从库中拖入笔记生成带链接的任务

安装

社区插件(上架后):设置 → 第三方插件 → 社区插件 → 浏览,搜索「Yori Task」安装并启用。

手动安装

  1. GitHub Releases 下载对应版本的 main.jsmanifest.jsonstyles.css
  2. 放入库 .obsidian/plugins/yori-task/(若无则新建该文件夹)
  3. 设置 → 第三方插件 中启用 Yori Task

使用说明

  1. 打开右侧栏 / 功能区中的插件视图,顶端可切换任务 / 周 / 年
  2. 右键区块标题可管理区块;右键任务可操作高亮等
  3. 可将 Obsidian 中的笔记拖到区块生成任务(可链接回原笔记)
  4. 在周 / 年视图中可对当前计划做归档导出
  5. 部分输入框中 Shift+回车 可换行

设置

设置 → 第三方插件 → Yori Task 中可调:

  • 页面与任务配色
  • 中文 / English 界面语言
  • 带链接任务的打开方式

最低版本与是否为仅桌面端,以 manifest.json 为准。

开发与反馈

同上所述使用 npm cinpm test。问题请到 Issues。开源协议:MIT

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Big Calendar
4 years ago by Boninall
Big Calendar in Obsidian, for manage your events in a day/week/month and see agenda too!
Things Link
4 years ago by @gavmn
Obsidian Google Tasks
4 years ago by YukiGasai
Add Google Tasks inside Obsidian
Agile Task Notes
4 years ago by BoxThatBeat
This Obsidian plugin integrates your TFS data from either Jira or Azure Devops
Custom File Explorer sorting
4 years ago by SebastianMC
Take full control over the order and sorting of folders and notes in File Explorer in Obsidian
Week Planner
4 years ago by Ralf Wirdemann
Checkbox 3 states
4 years ago by Renaud Héluin @ NovaGaïa
This is a simple plugin for add a third state to checkbox list.
Checklist Reset
4 years ago by Luke Hansford
Add a command to reset the state of any checklists in a document in Obsidian
Order List
3 years ago by Henry Gustafson
Task Marker
3 years ago by wenlzhang
An Obsidian plugin to change task status and append text with hotkeys and right-click context menu.
Pending notes
3 years ago by Ulises Santana
Obsidian plugin for searching links without notes in your vault.
Brainframe
3 years ago by pedersen
Prioritize
3 years ago by EloiMusk
Obsidian Plugin, to prioritize stuff in Obsidian
Dynamic Timetable
3 years ago by L7Cy
Calculate the estimated completion time from the estimated task time and dynamically create a timetable.
Pivotal Tracker Integration
3 years ago by jondeates
Custom State for Task List
3 years ago by Okami Wong
A plugin for Obsidian to define your own states for task items.
TodoTxt
3 years ago by Mark Grimes
Obsidian plugin to manage todotxt files
Due When
3 years ago by Andy Baxter
An Obsidian plugin which gives shortcuts to insert set due dates
GTD No Next Step
3 years ago by Tobias Davis
Obsidian plugin for GTD workflow, badge projects with no next step.
Uncheck All
3 years ago by Shahar Har-Shuv
Obsidian plugin to uncheck all checkboxes in a file with one action
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
Homework Manager
3 years ago by Kadison McLellan
An Obsidian plugin that keeps track of homework through a to-do list.
iCal
3 years ago by Andrew Brereton
This is a plugin for Obsidian that searches your vault for tasks that contain dates, and generates a calendar in iCal format that can be imported into your preferred calendar application.
Task list
2 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
Track-a-Lot
2 years ago by Iulian Onofrei
This is a tracker plugin for Obsidian
Ego Rock
2 years ago by Ashton Eby
An obsidian plugin that implements a basic taskwarrior UI for listing and modifying tasks.
Pomodoro Planner
2 years ago by Onur Nesvat
Things3 Today
2 years ago by wudanyang6
Grind Manager
2 years ago by dromse
Gamify your task management with rewards system, craft your tasks by tags.
Amazing Marvin Integration
2 years ago by Cloud Atlas
Interoperability between Obsidian and Amazing Marvin
Personal OS
2 years ago by A.Buot
Checkbox Sounds
2 years ago by yasd251
Adds a nice completion sound for checkboxes when ticked in Obsidian
Timekeep
2 years ago by Jacobtread
Obsidian task time tracking
Checkbox Time Tracker
2 years ago by UD
Checkbox Time Tracker for Obsidian
Task List Kanban
2 years ago by Chris Kerr
doing
2 years ago by rooyca
What was I doing?
Vikunja Sync
2 years ago by Peter Heiss
Manage your tasks in vikunja.
Morgen Tasks
2 years ago by Morgen AG
Open cards in imdone.
5 years ago by saxmanjes
Open cards in imdone from obsidian
Kanban
5 years ago by mgmeyers
Create markdown-backed Kanban boards in Obsidian.
Org Mode
5 years ago by ryanpcmcquen
Add Org Mode support to Obsidian.
Amazing Marvin
5 years ago by Shirayuki Nekomata
Simple plugin for Amazing Marvin
Random To-Do
5 years ago by NatiAris
Pick a random todo item or a file with todo items
Trello
5 years ago by Nathonius
An Obsidian Plugin that connects Trello cards to Obsidian notes.
Carry-Forward
5 years ago by Jacob Levernier
An Obsidian Notes plugin for generating and copying block IDs, and copying lines with a link to the copied line
Archiver
5 years ago by ivan-lednev
Archive completed tasks in your Obsidian vault (plus other org-mode-like features)
Habitica Sync
5 years ago by Leoh and Ran
This is a under-development Obsidian Plugin for Habitica
CardBoard
5 years ago by roovo
An Obsidian plugin to make working with tasks a pleasure (hopefully anyway).
Flow
2 years ago by Ben Phillips
Implements key processes in David Allen's Getting Things Done (GTD) methodology
Another Simple Todoist Sync
2 years ago by eudennis
Obsidian.md plugin to integrate with Todoist app.
Auto Tasks
2 years ago by Jamie Hurst
Obsidian plugin to combine periodic notes with tags and tasks to automatically manage your daily, weekly and project TODO lists. Requires the "Periodic Notes" and "Tasks" plugins.
Simple Todo
2 years ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Goal Tracker
a year ago by Ben Rotholtz
Kikijiki Habit Tracker
a year ago by KIKIJIKI
Kikijiki Habit Tracker Plugin for Obsidian
Task Board
a year ago by Atmanand Gauns
An Obsidian plugin to view and manage your tasks from whole vault using much efficient boards using various methodologies.
Asana
a year ago by Ryan Bantz
Obsidan plugin that creates tasks in Asana for highlighted text or the current line
Auto Folder Note Paste
a year ago by d7sd6u
Convert your note into folder note upon pasting or drag'n'dropping an attachment
Kanban Status Updater
a year ago by Ankit Kapur
Obsidian plugin that automatically updates the note property when card is moved to a column.
Crosslink Advanced
a year ago by d7sd6u
Ftags commands toolkit
ProgressTracker
a year ago by Van Nam
A plugin that helps you track progress and manage tasks in your notes.
Send to Canvas
a year ago by wenlzhang
An Obsidian plugin that allows you to send tasks, blocks, and notes to Canvas files as plain text, links, and embeds.
Linked Note Exporter
a year ago by the-c0d3r
Obsidian plugin to export a note along with all its attachments and linked notes—cleanly, conveniently, and ready to share.
Inline Local Graph
5 months ago by TKOxff
Inline Local Graph of Obsidian
WebDAV Explorer
3 months ago by 蓝星晓夜
WebDAV Explorer: Connect to WebDAV server, preview files directly in web view, and generate links through simple drag-and-drop.
Kanban Bases View
3 months ago by I. Welch Canavan
A kanban-style drag-and-drop custom view for Bases.
Graphic Organizer
3 months ago by Nick Le Guillou - Superhuman Curiosity
Interactive tree view for visualizing and managing your vault's file hierarchy.
Calendar Bases
3 months ago by Edrick Leong
Adds a calendar layout to bases so you can display notes with dates in an interactive calendar view.
Simplest Todo
2 months ago by kintolayli
This plugin has not been manually reviewed by Obsidian staff. Minimalist task manager with automatic monthly archiving. Bilingual (RU/EN).