Gantt Calendar

by Sugar
5
4
3
2
1
Score: 37/100

Description

The Gantt Calendar plugin turns Markdown tasks into a multi view planning workspace with task, year, month, week, day and gantt layouts that switch without losing context. It reads both Tasks plugin syntax and Dataview inline fields, supports six date fields, timed tasks, recurring rules and drag based rescheduling across calendar and timeline views. The day view can load the matching daily note in an embedded editor, while the sidebar offers search, filters, sorting and a compact timeline for today's work. Gantt bars are interactive, task filters persist across refreshes and the plugin includes heatmaps, lunar and festival data, quick create actions and right click task editing. It also supports optional bidirectional Feishu sync through OAuth.

Reviews

No reviews yet.

Stats

stars
12,796
downloads
0
forks
33
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

Obsidian Gantt Calendar

简体中文

A powerful visual task management plugin for Obsidian.

Multi-View Calendar — Task / Year / Month / Week / Day / Gantt — six views with seamless switching

Festival Display — Solar festivals, lunar festivals, and 24 solar terms

Data Visualization — Task heatmap, daily task counts, 8 gradient palettes

Smart Task Management — Global filter, priority tags, 6 date fields, time precision (HH:mm)

Timeline View — Day/Week views with 24-hour timeline layout, drag & drop, quick create

Daily Note Integration — Embedded editor with edit/preview mode toggle

Sidebar View — Task search, filter & sort + daily timeline

Highly Customizable — Festival colors, heatmap palettes, task display count, and more

Dual Format — Full support for Tasks plugin (emoji) and Dataview plugin (inline field) formats

Recurring Tasks — daily/weekly/monthly/yearly repeat with virtual instance display

Feishu Sync — Bidirectional task sync with Feishu (Lark) via OAuth 2.0


Screenshots

Year View YearView

Gantt View GanttView

Week Timeline View WeekTimeline

Sidebar View (Task List + Daily Timeline) SidebarView

Day View with Embedded Editor DayViewEditor

Installation

Via BRAT

  1. Install and enable the community plugin BRAT
  2. Run the command BRAT: Add a beta plugin for testing
  3. Enter the repository URL: https://github.com/sustcsugar/obsidian-gantt-calendar

Manual

  1. Download the latest Release
  2. Extract and copy the folder to <your-vault>/.obsidian/plugins/
  3. Restart Obsidian and enable the plugin in Settings

Quick Start

Open the View

  • Click the sidebar icon to open the main calendar view
  • Use the view switcher in the toolbar to switch between views

Create Tasks

Use the Add Task button in the toolbar, or manually write tasks in any Markdown file:

- [ ] 🎯 Complete project documentation 📅 2025-12-20

Refresh the plugin and the task will appear in the calendar and task list.

Features

Layout

The plugin uses a toolbar + content area layout:

  • Toolbar Left — View switcher (6 views)
  • Toolbar Center — Current date range / title
  • Toolbar Right — Functional buttons (navigation, sort, filter, add task, etc.)

Task Formats

Tasks Plugin Format (Emoji)

- [ ] 🎯 Complete project documentation ⏫ ➕ 2025-01-10 📅 2025-01-15
Emoji Meaning Emoji Meaning
🎯 Global filter marker 🔺 Highest priority
High priority 🔼 Medium priority
🔽 Low priority Lowest priority
Created date 🛫 Start date
Scheduled date 📅 Due date
Completion date Cancelled date
🔁 Recurring task - -

Dataview Plugin Format (Inline Fields)

- [ ] 🎯 Complete project documentation [priority:: high] [created:: 2025-01-10] [due:: 2025-01-15]
Field Meaning Field Meaning
priority:: Priority created:: Created date
start:: Start date scheduled:: Scheduled date
due:: Due date completion:: Completion date
cancelled:: Cancelled date repeat:: Recurrence rule

Time Precision

  • Date: YYYY-MM-DD (e.g., 2026-04-27)
  • Time: YYYY-MM-DD HH:mm (e.g., 2026-04-27 14:00)
  • Tasks with time automatically display in timeline layout

Recurring Task Syntax

🔁 every day              # Every day
🔁 every 3 days           # Every 3 days
🔁 every week on Monday   # Every Monday
🔁 every month on 15      # Every month on the 15th
🔁 every year on 01-01    # Every year on Jan 1
🔁 every weekday          # Every weekday
🔁 when done              # Restart after completion

Year View

  • Year Overview — 12 month cards showing full-year task distribution
  • Task Heatmap — 5-level color gradient for task density
    • 8 palette options: blue / green / red / purple / orange / cyan / pink / yellow
    • 3D heatmap effect (off / slight / prominent)
  • Responsive Layout — Auto-switches between 4×3 / 3×4 / 2×6 / 1×12 grids
  • Task Count — Optional per-day task total display
  • Lunar Calendar — Chinese lunar dates in month cards
  • Click Navigation — Click a date to switch to Day View

Month View

  • Monthly Calendar — Standard month grid layout with daily tasks
  • Week Numbers — ISO week numbers shown in the first column
  • Task Display Limit — Configurable per-day task count (1–10) with "+N more" overflow
  • Task Popup — Click a date to view all tasks for that day
  • Festival Display — Solar/lunar/solar-term festivals with distinct colors
  • Drag & Drop — Drag task cards between days to reschedule
  • Recurring Tasks — Virtual instances for repeating tasks
  • Week Start — Configurable Monday or Sunday start

Week View

  • Dual Mode Layout
    • List Mode — When no timed tasks exist, displays 7-column card layout
    • Timeline Mode — When timed tasks are detected, shows 24-hour vertical time grid with 7 days side by side
  • Today Highlight — Current day is visually emphasized
  • Navigation — Previous week / This week / Next week
  • Drag & Drop — Drag tasks to any day or hour slot
  • Quick Create — Hover over empty time slots to reveal "+" button for fast task creation
  • Current Time Indicator — Red line marking the current time
  • Lunar Info — Lunar dates and festivals in day headers

Day View

  • Task List — Detailed view of all tasks for the selected day
  • Timeline Layout — When timed tasks exist, renders 0:00–23:00 time grid with tasks positioned at their hours
  • Drag & Drop — Drag tasks to any hour slot to adjust time
  • Quick Create — Hover over empty slots for "+" quick-create button
  • Current Time Indicator — Red line at the current time
  • Daily Note Integration
    • Embedded full editor (WorkspaceSplit mode)
    • Edit / Preview mode toggle
    • Auto-loads daily note for the selected date
    • Supports Obsidian core daily notes, Periodic Notes plugin, and custom paths
  • Resizable Split — Draggable divider between task and note panes (horizontal or vertical layout)
  • Lunar Info Bar — Lunar date, festivals, and solar terms

Task View

  • Task List — Centralized display of all tasks
  • Date Range Filter — All / Today / This Week / This Month / Custom range
  • Time Field Selector — Filter by any of 6 date fields
  • Multi-dimensional Filtering — Status, priority, and tags (AND/OR/NOT operators)
  • Sorting — 7 sort fields with asc/desc toggle
  • Persistent State — Filter and sort settings persist across refreshes

Gantt View

  • Interactive Gantt Bars — Custom SVG rendering engine
    • Drag entire bar to shift dates
    • Drag endpoints to adjust start/end dates
    • Drag to change progress percentage
    • Click to open task edit modal
  • Navigation — Jump to today / scroll left / scroll right
  • Incremental Refresh — Smart update strategy to avoid full redraws
  • Tag & Status Filtering — Filter gantt bars by tags and status
  • Configurable Fields — Choose which date fields map to gantt start/end

Sidebar View

Two-tab sidebar for quick task access:

Task List Tab

  • Keyword search (debounced)
  • Multi-dimensional filters: status, priority, tags (OR/AND), date range
  • Sort by: priority / due date / start date
  • Click task to navigate to source file

Daily Timeline Tab

  • 24-hour timeline for today's timed tasks
  • All-day task section
  • Current time indicator line
  • Drag & drop to adjust time
  • Quick create on empty slots

Context Menu

Right-click any task for:

  • Edit Task — Full edit modal (description, priority, dates, repeat, tags)
  • Create Note — Generate a wiki-linked note from the task (same name or alias)
  • Set Priority — 6 levels: highest / high / medium / normal / low / lowest
  • Set Status — Custom statuses (important, question)
  • Postpone — Delay 1/3/7 days (from due date or from today)
  • Cancel / Restore — Toggle cancelled state
  • Delete — Remove task from markdown file

Feishu (Lark) Sync

  • Bidirectional Sync — Push local tasks to Feishu and pull Feishu tasks to Obsidian
  • OAuth 2.0 — Secure authentication with automatic token refresh
  • Push Filters — Filter by file paths, completion status, and date
  • Conflict Resolution — Multiple strategies: local-wins, remote-wins, newest-wins, manual
  • Auto Sync — Configurable automatic sync interval
  • Sync Result Modal — Detailed per-task sync results with statistics

Roadmap

Task Parsing

  • Tasks and Dataview dual-format parsing
  • Global filter markers
  • Task tags
  • Task description
  • 6 priority levels
  • 6 date fields with time precision (HH:mm)
  • Recurring task recognition and display
  • Nested tag recognition
  • Multi-line task recognition
  • Sub-task recognition
  • Task dependency relationships

Views

  • Day View with Daily Note integration (embedded editor)
  • Day View timeline layout
  • Week View dual mode (list + timeline)
  • Week/Month View drag & drop
  • Year View heatmap and task count
  • Task View (multi-dimensional filter + date range)
  • Gantt View (drag + incremental refresh + navigation)
  • Sidebar View (task list + daily timeline)

Toolbar

  • View switcher
  • Tag / status / priority filtering
  • Date navigation buttons
  • Time field selector
  • Add task button

Interactions

  • Task cards (description, tags, priority)
  • Context menu (edit, create note, priority, status, postpone, cancel, delete)
  • Hover tooltips
  • Quick create on empty time slots

Future Plans (v2.0.0)

  • Third-party calendar subscription (Feishu Calendar, Outlook Calendar)
  • Microsoft To Do sync
  • Google / Apple Calendar via CalDAV

Contributing

Issues and Pull Requests are welcome!

License

MIT


Found a bug or have a suggestion? Open an Issue

Enjoying the plugin? Give it a ⭐!

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
Heatmap Calendar
4 years ago by Richard Slettevoll
An Obsidian plugin for displaying data in a calendar similar to the github activity calendar
Obsidian Google Tasks
4 years ago by YukiGasai
Add Google Tasks inside Obsidian
Release Timeline
4 years ago by cakechaser
Table to CSV Exporter
4 years ago by Stefan Wolfrum
An Obsidian Plugin that allows to export tables from a pane in reading mode to CSV files.
Habit Tracker
4 years ago by David Moeller
A Plugin to display a Habit Tracker in Obsidian.
Simple Note Review
4 years ago by dartungar
Simple, customizable plugin for easy note review, resurfacing & repetition in Obsidian.md.
Better Inline Fields
4 years ago by David Sarman
Obsidian plugin to enhance Dataview style inline fields
Agile Task Notes
4 years ago by BoxThatBeat
This Obsidian plugin integrates your TFS data from either Jira or Azure Devops
Google Calendar
4 years ago by YukiGasai
Add Google Calendar inside Obsidian
Chronology
4 years ago by Gabriele Cannata
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
4 years ago by Henry Gustafson
Task Marker
4 years ago by wenlzhang
An Obsidian plugin to change task status and append text with hotkeys and right-click context menu.
Pending notes
4 years ago by Ulises Santana
Obsidian plugin for searching links without notes in your vault.
Double Colon Conceal
4 years ago by Michal Srch
Obsidian plugin to display double colon (i.e. Dataview inline fields) as a single colon for more natural reading experience.
Habit Calendar
4 years ago by Hedonihilist
Monthly Habit Calendar for DataviewJS. This plugin helps you render a calendar inside DataviewJS code block, showing your habit status within a month.
Tasks Calendar Wrapper
3 years ago by zhuwenq
This plugin currently provides a timeline view to display your tasks from your obsidian valut, with customizable filters and renderring options.
Brainframe
3 years ago by pedersen
Prioritize
3 years ago by EloiMusk
Obsidian Plugin, to prioritize stuff in Obsidian
Meld Build
3 years ago by meld-cp
Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.
OZ Calendar
3 years ago by Ozan Tellioglu
Obsidian plugin to display notes on a calendar based on YAML frontmatter or file names
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
HackerOne
3 years ago by neolex
A plugin to get our hackerone reports data into obsidian
Time Ruler
3 years ago by Joshua Tazman Reinier
A drag-and-drop time ruler combining the best of a task list and a calendar view (integrates with Tasks, Full Calendar, and Dataview).
Due When
3 years ago by Andy Baxter
An Obsidian plugin which gives shortcuts to insert set due dates
Bulk Exporter
3 years ago by symunona
Bulk export Markdown filtered, renamed and sorted by front matter metadata into a new structure.
Link Tree
3 years ago by Joshua Tazman Reinier
A sidebar foldable list of Obsidian link hierarchies.
ICS
3 years ago by muness
Generate Daily Planner from one or more ical feeds
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
moviegrabber
3 years ago by Leon Holtmeier
obsidian.md plugin to grab data from public movie Databases and make them into a note that can be used with dataview querries
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
Lunar Calendar
3 years ago by OSmile
obsidian插件,一个支持农历的日历插件。
Homework Manager
3 years ago by Kadison McLellan
An Obsidian plugin that keeps track of homework through a to-do list.
MagicCalendar
3 years ago by Vaccarini Lorenzo
An obsidian plugin that exploit a natural language processing engine to find potential events and sync them with iCalendar
Timeline View
3 years ago by b.camphart
Obsidian plugin for viewing your notes linearly based on a given property
Run
3 years ago by Hananoshika Yomaru
Generate markdown from dataview query and javascript.
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.
Feeds
3 years ago by LukeMT, pashashocky, madx
Magic feeds dataview query for obsidian
Timeline Schedule
3 years ago by Evan Bonsignori
Inline timelines generated from human-readable time strings, e.g. 'Walk dog (30min)' in a ```schedule codeblock.
Single File Daily Notes
3 years ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
Markline
3 years ago by 闲耘
Markline: Markdown timeline view in Obsidian.
Reason
2 years ago by Joshua Pham
Digest your Obsidian notes
Journals
2 years ago by Sergii Kostyrko
Task list
2 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
MemoryLane
2 years ago by BangCa
Relive and celebrate your life's milestones on a personal, interactive timeline. A nostalgic journey through your history with anniversary reminders and cherished memories.
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.
Date Inserter
2 years ago by namikaze-40p
An Obsidian plugin that lets you insert a date at the cursor position using a calendar.
Pomodoro Planner
2 years ago by Onur Nesvat
View Count
2 years ago by Trey Wallis
Add view count tracking to your Obsidian vault
Calendarium
2 years ago by Jeremy Valentine
The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars
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
Dust Calendar
2 years ago by 纳米级尘埃
obsidian 日历插件
Personal OS
2 years ago by A.Buot
Calendar Event Sync
2 years ago by Stephen Dolan
Set the title of your note to the current event
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
Focus Tracker
2 years ago by Jeet Sukumaran
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?
Dataview Serializer
2 years ago by Sébastien Dubois
Obsidian plugin that gives you the power of Dataview, but generates Markdown, making it compatible with Obsidian Publish, and making the links appear on the Graph.
Dataview Publisher
2 years ago by UD
Output markdown from your Dataview queries and keep them up to date. You can also be able to publish them.
Datepicker
2 years ago by Mostafa Mohamed
Datepicker widget for Obsidian.
Vikunja Sync
2 years ago by Peter Heiss
Manage your tasks in vikunja.
Chinese Calendar
2 years ago by DevilRoshan
在obsidian中使用的更符合中国习惯的日历插件。
Daily Statistics
2 years ago by yefengr
obsidian daily statistics
Pug Templates
2 years ago by Nicholas Wilcox
An Obsidian plugin that enables the usage of Pug templates.
Diarian
2 years ago by Erika Gozar
All-in-one journaling toolkit.
Morgen Tasks
2 years ago by Morgen AG
Calendar
6 years ago by Liam Cain
Simple calendar widget for Obsidian.
Dataview
6 years ago by Michael Brenan
A data index and query language over Markdown files, for https://obsidian.md/.
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.
Tasks
5 years ago by Clare Macrae and Ilyas Landikov (created by Martin Schenck)
Task management for the Obsidian knowledge base.
Charts View
5 years ago by caronchen
Data visualization solution in Obsidian, support plots and graphs.
MetaEdit
5 years ago by Christian B. B. Houmann
MetaEdit for Obsidian
Amazing Marvin
5 years ago by Shirayuki Nekomata
Simple plugin for Amazing Marvin
Timeline
5 years ago by George Butco
Obisdian.md plugin for creating timelines
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.
Jump-to-Date
5 years ago by TfTHacker
Jump to a date via a convenient popup form. This plugin is a part of the Obsidian42 family of Obsidian plugins.
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)
Itinerary
5 years ago by Adam Coddington
Make planning your trip or event easier by rendering a calendar from event information found in your notes.
Habitica Sync
5 years ago by Leoh and Ran
This is a under-development Obsidian Plugin for Habitica
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.
MOC Link Helper
2 years ago by Bogdan Codreanu
This obsidian plugins allows you to quickly see which notes you need to include in your MOC.
Daily notes calendar
2 years ago by bartkessels
Quickly navigate your vault using a calendar view, this plugin allows you to create and navigate to periodic notes and notes that are created on a specific date.
Markdown Timeline
2 years ago by Jiaheng Zhang
An Obsidian plugin to record the events in a Flashback timeline
Simple Todo
2 years ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Chronos Timeline
2 years ago by Claire Froelich
Render interactive timelines in your Obsidian notes from simple Markdown.
Heatmap Tracker
2 years ago by Maksim Rubanau
A customizable heatmap tracker plugin for Obsidian to visualize daily data trends with intuitive navigation and flexible settings.
Easy Timeline
2 years ago by Romeliun
The Easy Timeline plugin for Obsidian allows you to create timelines easily.
Recent Notes
2 years ago by Kamil Rudnicki
Recent Notes Plugin for Obsidian
Goal Tracker
2 years ago by Ben Rotholtz
Kikijiki Habit Tracker
2 years ago by KIKIJIKI
Kikijiki Habit Tracker Plugin for Obsidian
Dataview Autocompletion
2 years ago by Daniel Bauer
Every Day Calendar
a year ago by QuBe
Obsidian plugin to create calendars inspired by Simone Giertz's Every Day Calendar
Daily Routine
a year ago by sechan100
new version of daily-routine obsidian plugin
Asana
a year ago by Ryan Bantz
Obsidan plugin that creates tasks in Asana for highlighted text or the current line
Content Cards
a year ago by leo
Insert content cards in Markdown, such as timeline, highlightblock, target card, book information card, music information card, movie information card, photoes ablum, business card, content subfield, countdown, SWOT,BCG.
Tier List
a year ago by Mox Alehin
Obsidian plugin for visual ranking and organizing content into customizable Tier Lists.
CSV All-in-One
a year ago by hihangeol
Outlook Meeting Notes
a year ago by David Ingerslev
An Obsidian plugin to create meeting notes from Microsoft Outlook .msg files
Kanban Status Updater
a year ago by Ankit Kapur
Obsidian plugin that automatically updates the note property when card is moved to a column.
Generate Timeline
a year ago by Shanshuimei
An obsidian plugin to generate timelines from tags, folders, files or metadata automatically. 根据标签,文件夹,文件或者属性自动生成时间轴的插件。
ProgressTracker
a year ago by Van Nam
A plugin that helps you track progress and manage tasks in your notes.
DataCards
a year ago by Sophokles187
Obsidian Plugin that transforms dataview tables into visually appealing and customizable card layouts.
MemoChron
a year ago by Michalis Efstratiadis
Calendar integration and note creation with support for public iCalendar URLs.
Vertical Timeline List
a year ago by Jalad
Utilizes task lists to create a timeline... or something like a timeline.
Virtual Footer
a year ago by Signynt
Display markdown text (including dataview queries or Bases) at the bottom, top or in the sidebar for all notes which match a specified rule, without modifying them (sort of like a dynamic template).
Inboxer
a year ago by Eoin Hurrell
Obsidian plugin to add an inbox to notes
Markwhen File Sync
a year ago by rouvenjahnke
Synchronize properties from your Obsidian notes with a Markwhen timeline file.
Timelive
a year ago by aNNiMON
Turn a list of dates into a timeline
Slash snippets
a year ago by echo-saurav
Insert snippet of text with slash command
Markdown Calendar Generator
a year ago by Zach Russell
An intentionally simple obsidian markdown table calendar generator
Timeline Canvas Creator
a year ago by chris-codes1
Quickly create timeline structured canvases in Obsidian.
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.
Storyteller Suite
a year ago by Maws
Yandex Tracker Issue
a year ago by Pavel Sokolov
Move Cursor On Startup
a year ago by Jared Kelnhofer
Obsidian plugin to move the cursor to the right and back to the left when starting up. Why? To keep DataView expressions from not running on the first load of, say, your Home file.
Tasks Map
10 months ago by NicoKNL
A graph view of your tasks.
Life in Weeks Calendar
9 months ago by Jeff Szuc
Plugin for the Obsidian markdown editor. Displays a calendar of your life in weeks with weekly Periodic Notes plugin integration. Includes options for the traditional Memento Mori/Stoic style calendar, as well as a Gregorian calendar accurate version.
TikToker
5 months ago by ameyxd
Save TikTok videos as markdown notes with embedded content and metadata extraction.
Kanban Bases View
5 months ago by I. Welch Canavan
A kanban-style drag-and-drop custom view for Bases.
Calendar Bases
5 months ago by Edrick Leong
Adds a calendar layout to bases so you can display notes with dates in an interactive calendar view.
Synaptic View
5 months ago by Yongmini
A dynamic control center for your vault. Unify hubs, notes, tasks, periodic notes, and web resources with intuitive buttons. Replace new tab for instant access.
Simplest Todo
3 months ago by kintolayli
This plugin has not been manually reviewed by Obsidian staff. Minimalist task manager with automatic monthly archiving. Bilingual (RU/EN).
Yori Task
3 months ago by yorigo77
This plugin has not been manually reviewed by Obsidian staff. Task manager, week planner, year planner.
Project Manager
3 months ago by stepankropachev
This plugin has not been manually reviewed by Obsidian staff. Full-featured project management: stunning Gantt charts, Kanban boards, Table views, customizable fields, due date notifications.
Breadcrumbs
3 months ago by skepticmystic
Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.
Task Collector
2 months ago by ebullient
Change task status and collect tasks within a document using hotkeys and context menus.
Day Planner OG
2 months ago by ebullient
Day planning from a simple task list in a Markdown note (bare bones, preserves the features and behavior of the original plugin).
Timelines (Revamped)
2 months ago by seanlowe
Generate a chronological timeline in which all 'events' are notes that include a specific tag or set of tags.
April Automatic Timelines
2 months ago by april-gras
Simple timeline generator for story tellers.
Full Calendar Remastered
2 months ago by obsidian-full-calendar-remastered
Complete Calendar HUB experience. Work with all your calendars in one place. Analyze your time and take action! - This plugin has not been manually reviewed by Obsidian staff.
TaskNotes
2 months ago by callumalpass
Note-based task management with calendar, pomodoro and time-tracking integration.
Apex Dashboard
a month ago by PandoraReads
Your personal command center — memos, todos, and projects in one stunning glassmorphism dashboard. - This plugin has not been manually reviewed by Obsidian staff.
Live Life Recording
a month ago by goryugocast
Record task start and finish times directly in Markdown. LLR (Live Life Recording) adds routine insertion and a lightweight daily summary sidebar. - This plugin has not been manually reviewed by Obsidian staff.
Notion Bases
a month ago by bgarciamoura
Turn any folder into a database — table, kanban board, gallery, calendar, timeline and list views powered by frontmatter. - This plugin has not been manually reviewed by Obsidian staff.
Note Toolbar
a month ago by chrisgurney
Add customizable toolbars to your notes.
ReverySky Map
23 days ago by MoonSkorch Studio
Navigate your vault through an interactive 3D graph built with a game engine and shaped into an explorable universe. - This plugin has not been manually reviewed by Obsidian staff.
GTD Tasks
22 days ago by unpreditable
A dedicated panel to organize tasks across the vault using the Getting Things Done methodology (Today, This Week, Someday…) - This plugin has not been manually reviewed by Obsidian staff.
Sheet Plus
21 days ago by ljcoder
Create Excel-like spreadsheets and easily embed them in Markdown.
Notebook Navigator
13 days ago by Johan Sanneblad
A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.
Day Planner
13 days ago by ivan-lednev
Day planning from a task list in a Markdown note with enhanced time block functionality.
Yuhanbo Task
9 days ago by yuhanbo
一个简单易用的任务管理插件,支持任务创建、编辑、删除和状态管理,帮助您高效管理待办事项。 - This plugin has not been manually reviewed by Obsidian staff.
Power Bases
8 days ago by Power Plugins
Add board, calendar, timeline, chart, gallery, and table views to Bases, with inline editing, colors, rollups, field types, formulas, and CSV import. - This plugin has not been manually reviewed by Obsidian staff.
Journal View
7 days ago by RUverse
Turn your daily notes into one continuous, editable journal—scroll through time, jump to any date, and write without leaving the view. - This plugin has not been manually reviewed by Obsidian staff.
BeautyTasks
5 days ago by Avni Bilgin
A Todoist-inspired task and project manager built entirely on Markdown — one note per task, no external services, no dependencies. - This plugin has not been manually reviewed by Obsidian staff.