Tasks Calendar Wrapper

by zhuwenq
5
4
3
2
1
Score: 55/100

Description

The Tasks Calendar Wrapper plugin provides a timeline view to organize tasks within an Obsidian vault. It allows users to visualize tasks with customizable filters and sorting options. The plugin offers a quick entry panel for adding new tasks and applying filters such as focusing on today's tasks, overdue items, or unplanned work. Task metadata, including dates, priorities, and tags, can be displayed and managed efficiently. The plugin integrates with existing task management solutions, such as Obsidian-Tasks and Dataview, ensuring compatibility with common task formats.

Reviews

No reviews yet.

Stats

252
stars
67,248
downloads
17
forks
1,140
days
673
days
685
days
23
total PRs
2
open PRs
1
closed PRs
20
merged PRs
126
total issues
68
open issues
58
closed issues
14
commits

Latest Version

2 years ago

Changelog

README file from

Github

NEWS about v1.0

I am currently refactoring this plugin with NextUI components, to make this plugin more maintainable and expandable, more features and better visualization will come with this major revision! Here is a very eary preview, please do leave an issue if you have any thoughts! The new timeline view implementation repo: https://github.com/Leonezz/tasks-timeline-view

image

Tasks Calendar Wrapper

Obsidian Downloads

This plugin currently provides a timeline view to display your tasks from your obsidian vault, with customizable filters and rendering options.

Overview

The ExampleVault provides an example using this plugin, the screen shot with the Blue-Topaz light theme is as follows:

Features

  • Organize taks in a timeline view
  • Customizable options
  • Quick entry panel for new items and filters

About

This is a simple wrapper for Obsidian-Tasks-Calendar (https://github.com/702573N/Obsidian-Tasks-Calendar) and Obsidian-Tasks-Timeline (https://github.com/702573N/Obsidian-Tasks-Timeline).

This plugin provides setting pages and update support for 702573N's great work, for detailed information about the options, see Obsidian-Tasks-Calendar and Obsidian-Tasks-Timeline.

Usage

Go to command panel and find "Tasks Calendar Wrapper: Open Tasks Timeline View", select the command and the view will show up.

Date format

For dates of an item, if the item belongs to a daily note, then the date of that daily note will be setted as the item's created date. Additionally, the start date and scheduled date will also be setted as to daily note date if these two dates are not otherwise given.

For general date format, it is recommend to use the Tasks Plugin's emoji format or the Dataview format. Both are supported in this plugin.

For example, an item with 2023-06-03 as the start date could be:

  • task that starts at 2023-06-03 🛫 2023-06-03

or:

  • task that starts at 2023-06-03 [start::2023-06-03]

or in a daily note of date 2023-06-03:

  • task that starts at 2023-06-03

Installation

This plugin is available on the community market.

Components

There are mainly two components in the timeline view, which are the quick entry panel and the content view.

Quick Entry

The quick entry panel provides four buttons and one input line.

Buttons

The four buttons are: Focus On Today, Todo, Overdue, and Unplanned. With Focus On Today button enabled, only task items that are under 'today's' part are going to be displayed, and the other three buttons 'Focus' or 'Filter' tasks with specific status with corresponding options.

Input line

With the input line you can append new task items to predefined sections in selected files, for example, you can append a new task to your 'Inbox' file:

Just some details to make it easier, you can input in the panel with some of the Tasks-Plugin defined emoji format date, for example, you could input the word 'due' and a blank space, the emoji 📅 will replace the word 'due'. The following word-emoji pairs are now available:

  • due: 📅 (for due date)
  • start: 🛫 (for start date)
  • scheduled: ⏳ (for scheduled date)
  • done: ✅ (for done date)
  • highest: 🔺 (for priority highest)
  • high: ⏫ (for priority high)
  • medium: 🔼 (for priority medium)
  • low: 🔽 (for priority low)
  • lowest: ⏬ (for priority lowest)
  • repeat: 🔁 (for recurrence)
  • recurring: 🔁 (same as repeat)

Besides, there are some natural language dates support:

  • today/tomorrow/yesterday: expand to today/tomorrow/yesterday's date

Another functionality the input line provides is a quick filter, currently data range and priorities based filter are supported, hopefully a tag based filter will be added soon!

Content

The content component are date-based, to be specific, the task items are organized with their dates. For each date, there could be a date header, and there could be a year head for each year.

Task Item Component

For a specific task item, this view displays the item content, status, priority, dates, filename and section (if exists), and the tags. Plus there is a button with a pencil icon to call the task edit modal of the Tasks Plugin out for editing.

The status are displayed in form of icons, and the other meta-data are displayed with icons and badges.

Since v0.2.1, now you can switch from the builtin icons to theme defined status and icons!

Below is a screen shot with theme AnuPpuccin.

Options

Modification to the options will take effect after 5 secs.

  • Use Builtin Style: Enable plugin defined icons for tasks status or disable them and use those defined by the theme that you prefer.
  • Enable Counters and Filters Panel: Use counters / filters on the quick entry panel or not, the counters / filters will not be displayed if this option not enabled.
  • Behavior of Counters and Filters Panel: Control the effect of the counter/filter button, available options are:
    • Focus: Highlight the corresponding items.
    • Filter: Hide other items.
  • Enable Quick Entry Panel: The quick entry will not be displayed if this option not enabled.
  • Quick Entry Panel Position: Set the position you would like the quick entry panel to be displayed. Available options are:
    • top: on the first date out of all the dates
    • today: on today's part
    • bottom: on the last date out of all the dates
  • Tasks Files: Fileanmes separated by ',' to be displayed in the fileselect of the quick entry panel.
  • Inbox: Set a filename to be your 'Inbox', you can quickly append new tasks to it from the quick entry panel.
  • Section For New Tasks: Specify under which section the new tasks should be appended.
  • Daily Note Folder: Specify your daily note folder.
  • Daily Note Format: Specify in what format your daily note file are named. The input should be a valid moment format, please refer the docs of moment.js for more details.
  • Enable Year Header: Show a year header before each year or not.
  • Hide Tasks of Specific Status: If you would like not to see tasks with specific status in the view, list the markers separated by ',' here. All markers are available, but do note that if you would like to hide tasks of empty maker, use [ ] instead of .
  • Forward Tasks From Past: If enabled, all unplanned and overdue tasks will be displayed on today's part, and removed form their original dates. If disabled, all overdue tasks will be on their original dates, but all unplanned tasks will disappear.
  • Today Focus On Load: Enable the Today Focus Button on load or not.
  • Activate Filter On Load: Select a counter/filter button to be enabled on load. Available options are:
    • No Filters
    • todo
    • overdue
    • unplanned
  • Use Relative Date: If enabled, the dates will be replaced by description relative to today.
  • Use Recurrence: Display the recurrence information of an item or not.
  • Use Priority: Display the priority of an item or not.
  • Use Tags: If enabled, the tags of an item will be displayed, also you can set color palettes for different tags. If disabled, tags will not be displayed.
  • Hide Tags: Specify tags that you would like not to see for items in this view.
  • Use Filename: Display the filenames of items or not.
  • Use Section: Display the section of items or not.
  • Date Format: Specify a date format you like the most, the visible dates in this view will be formated as such. Do note the input here should be a valid moment format.
  • Sort By: Specify how would you like the task items in the same date to be sorted. Available options are:
    • (I believe all option texts here explain themselves)
  • Convert Time Prefix: If enabled, tasks prefixed with a 24-hour timestamp (i.e. "09:00") will be displayed in the timeline with a 12-hour timestamp instead (i.e. "9:00 am"). This is a purely visual option that does not affect sorting, allowing users to display tasks with a 12-hour time format chronologically.
  • Use Include Tags: If enabled, you could specify tags without which the tasks should not be displayed.
    • Task Include Filters: Tasks without any of these tags should not be displayed.
    • File Include Tags: Tasks of the files which have none of these tags should not be displayed.
  • Use Exclude Tags: If enabled, you could specify tags with which tasks should not be displayed.
    • Task Exclude Tags: Tasks with any of these tags should not be displayed.
    • File Exclude Tags: Tasks of files which have any of these tags should not be displayed.
  • Exclude Paths: Specify items of which paths should not be counted as tasks. In most of the time your template folder path should be included here.
  • Include Paths: Specify items of which paths should be counted as tasks.
  • Filter Empty: If enabled, tasks with empty content will not be displayed. If disabled, the raw text of the empty content tasks will be displayed.

License

MIT.

Star History

Star History Chart

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Tasks
5 years ago by Clare Macrae and Ilyas Landikov (created by Martin Schenck)
Task management for the Obsidian knowledge base.
Calendar
6 years ago by Liam Cain
Simple calendar widget for Obsidian.
MAKE.md
3 years ago by MAKE.md
Checklist
5 years ago by delashum
Note Toolbar
2 years ago by Chris Gurney
Flexible, context-aware toolbars for your notes in Obsidian.
File Color
3 years ago by ecustic
An Obsidian plugin for setting colors on folders and files in the file tree.
Google Calendar
4 years ago by YukiGasai
Add Google Calendar inside Obsidian
CardBoard
4 years ago by roovo
An Obsidian plugin to make working with tasks a pleasure (hopefully anyway).
Calendarium
2 years ago by Jeremy Valentine
The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars
Heatmap Calendar
4 years ago by Richard Slettevoll
An Obsidian plugin for displaying data in a calendar similar to the github activity calendar
Longform
5 years ago by Kevin Barrett
A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.
Smart Composer
2 years ago by Heesu Suh
AI chat assistant for Obsidian with contextual awareness, smart writing assistance, and one-click edits. Features vault-aware conversations, semantic search, and local model support.
Consistent attachments and links
5 years ago by Dmitry Savosh
Obsidian plugin. Move note with attachments.
Auto Note Mover
4 years ago by faru
This is a plugin for Obsidian (https://obsidian.md).
Journals
2 years ago by Sergii Kostyrko
Hotkeys++
6 years ago by Argentina Ortega Sainz
Adds hotkeys to toggle todos, ordered/unordered lists and blockquotes in Obsidian
Timeline
5 years ago by George Butco
Obisdian.md plugin for creating timelines
Zoottelkeeper
5 years ago by Akos Balasko
Obsidian plugin of Zoottelkeeper: An automated folder-level index file generator and maintainer.
Tab Switcher
5 years ago by Vinzent & phibr0
Tab Switcher - Obsidian Plugin
TODO | Text-based GTD
5 years ago by Lars Lockefeer
Manual Sorting
a year ago by Kh4f
📌 DnD file sorting for Obsidian
Calendar Bases
2 months ago by Edrick Leong
Adds a calendar layout to bases so you can display notes with dates in an interactive calendar view.
Chronology
4 years ago by Gabriele Cannata
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).
Big Calendar
4 years ago by Boninall
Big Calendar in Obsidian, for manage your events in a day/week/month and see agenda too!
April's Automatic Timelines
3 years ago by April Gras
Simple timeline generator plugin for story tellers using 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.
Completed Task Display
5 years ago by Ben Lee-Cohen
Obsidian plugin to control the display of completed tasks
Janitor
4 years ago by Gabriele Cannata
Performs various maintenance tasks on the Obsidian vault
Modal forms
3 years ago by Danielo Rodriguez
Define forms for filling data that you will be able to open from anywhere you can run JS
Contribution Graph
2 years ago by vran
generate interactive gitxxx style contribution graph for obsidian, use it to track your goals, habits, or anything else you want to track.
Gemini Scribe
a year ago by Allen Hutchison
An obsidian plugin to interact with Google Gemini
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
Periodic PARA
3 years ago by YiBing Lin
Obsidian Plugin for combining P.A.R.A with Periodic Notes(LifeOS for Obsidian)
File Order
3 years ago by lukasbach
Obsidian plugin to reorder files with drag-and-drop by customizing a number-prefix in the filenames
Chronos Timeline
a year ago by Claire Froelich
Render interactive timelines in your Obsidian notes from simple Markdown.
Task Collector (TC)
5 years ago by ebullient
Manage tasks and logs within an Obsidian note.
Typing Assistant
3 years ago by Jambo
Typing Assistant is a plugin that improves writing efficiency and provides a user experience similar to that of【Notion】
Super Simple Time Tracker
4 years ago by Ellpeck
Multi-purpose time trackers for your notes!
Rewarder
4 years ago by Gustav Gnosspelius
An Obsidian-plugin to get rewards for completing todos
Autocomplete
5 years ago by Yeboster
Obsidian plugin to provide text autocomplete
Hide Folders
3 years ago by JonasDoesThings
Toggle the visibility of folders in the Obsidian.MD file navigator based on name-patterns
Heatmap Tracker
a year ago by Maksim Rubanau
A customizable heatmap tracker plugin for Obsidian to visualize daily data trends with intuitive navigation and flexible settings.
Heading Shifter
4 years ago by kasahala
Easily Shift and Change markdown headings.
TickTickSync
2 years ago by thesamim
Task List Kanban
2 years ago by Chris Kerr
Hotkeys for templates
5 years ago by Vinzent
Dynamic Outline
a year ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
Vantage - Advanced search builder
5 years ago by ryanjamurphy
Vantage helps you build complex queries using Obsidian's native search tools.
Workbench
6 years ago by ryanjamurphy
A plugin to help you collect working materials.
Audio Notes
3 years ago by Jason Maldonis
Easily take notes on podcasts and other audio files using Obsidian Audio Notes.
Doubleshift
4 years ago by Qwyntex
Obsidian Plugin to open the command palette by pressing shift twice
Shortcuts extender
6 years ago by kitchenrunner
Plugin for Obsidian: Use shortcuts for input special symbols and changing level of headings without language switching
ICS
3 years ago by muness
Generate Daily Planner from one or more ical feeds
Daily Stats
5 years ago by Dhruvik Parikh
Plugin to view your daily word count across all notes in your Obsidian.md vault.
Daily Note Outline
4 years ago by iiz
Add a custom view which shows outline of multiple daily notes with headings, links, tags and list items
Word Sprint
4 years ago by Andrew Lombardi
Obsidian Word Sprint plugin
Mxmind Mindmap
2 years ago by mxmind
mxmind for obsidian plugin
OZ Calendar
3 years ago by Ozan Tellioglu
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.
ToggleList
4 years ago by Lite C
This is a simple plugin for Obsidian to overwrite the default behavior of toggle checkbox status. Also, it offers a simple way to toggle through frequently used attributes: task states, task tags, highlighted list, etc.
Timelines (Revamped)
2 years ago by Sean Lowe
Create a timeline view of all notes with the specified combination of tags
Personal Assistant
3 years ago by edony
A plugin that harnesses AI agents and streamlining techniques to help you automatically manage Obsidian.
Dangling links
5 years ago by Graydon Hoare
obsidian plugin for displaying dangling links
Journal Review
3 years ago by Kageetai
Review your daily notes on their anniversaries, like "what happened today last year"
Daily Notes Viewer
4 years ago by Johnson0907
Folders to Graph
2 years ago by Ratibus11
Display your Obsidian vault folder structure into your graphs.
Folder Focus Mode
4 years ago by grochowski
Focus file explorer on chosen folder and its files and subdirectories, while hiding all the other elements.
Todoist Text
4 years ago by Wes Moncrief
Daily notes calendar
a year 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.
Plugin Manager
3 years ago by ohm-en
Allows better management of Obsidian.md plugins.
Key Promoter
5 years ago by Johannes Theiner
Learn keyboard shortcuts by showing them when using the mouse
Pomodoro
5 years ago by Tokuhiro Matsuno
Swiss army knife
3 years ago by mwoz123
Embedded Code Title
5 years ago by tadashi-aikawa
It is an Obsidian plugin which can embeds title to code blocks.
Copy Inline Code
3 years ago by Ondrej Zavodny
Keyshots
3 years ago by KrazyManJ
🔮📝 Obsidian plugin that adds classic hotkey/shortcuts commands from popular IDEs like Visual Studio Code or JetBrains Family.
Date Inserter
2 years ago by namikaze-40p
An Obsidian plugin that lets you insert a date at the cursor position using a calendar.
Proletarian Wizard Task Manager
a year ago by Charles Feval
Obsidian plugin ot manage todos and projects directly from your notes.
Uncheck All
3 years ago by Shahar Har-Shuv
Obsidian plugin to uncheck all checkboxes in a file with one action
Task Marker
3 years ago by wenlzhang
An Obsidian plugin to change task status and append text with hotkeys and right-click context menu.
Recent Notes
a year ago by Kamil Rudnicki
Recent Notes Plugin for Obsidian
Flexible Pomodoro
4 years ago by grassbl8d
Org Mode
5 years ago by ryanpcmcquen
Add Org Mode support to Obsidian.
AidenLx's Folder Note - folderv Component
4 years ago by AidenLx
iCal
2 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.
Note Folder Autorename
5 years ago by PJ Eby
Obsidian plugin to support folder-overview notes by keeping their folder in sync
Unique attachments
5 years ago by Dmitry Savosh
Obsidian plugin. Renames attachments, making their names unique.
Chinese Calendar
2 years ago by DevilRoshan
在obsidian中使用的更符合中国习惯的日历插件。
Dust Calendar
2 years ago by 纳米级尘埃
obsidian 日历插件
Sync Google Calendar
3 years ago by Dexin Qi
Sync tasks from Obsidian with system calendar
Timer
3 years ago by Marius Wörfel
Obsidian plugin, which allows you to measure time.
Morgen Tasks
2 years ago by Morgen AG
Tag Page
3 years ago by Matthew Sumpter
An Obsidian plugin to create and manage dedicated Markdown pages for tags, with features to automatically populate and refresh content based on user-defined settings.
Timekeep
2 years ago by Jacobtread
Obsidian task time tracking
Improved Random Note
3 years ago by ShockThunder
TodoTxt
3 years ago by Mark Grimes
Obsidian plugin to manage todotxt files
Storyteller Suite
10 months ago by Maws
Outlook Meeting Notes
a year ago by David Ingerslev
An Obsidian plugin to create meeting notes from Microsoft Outlook .msg files
Week Planner
4 years ago by Ralf Wirdemann
Habit Calendar
3 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.
Link with alias
3 years ago by Pavel Vojtechovsky
Obsidian plugin for handy creation of links and alias in front matter of target document
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.
Release Timeline
4 years ago by cakechaser
Todoist completed tasks
4 years ago by Andrew 'Ledary' Kulishov
Obsidian plugin to display the completed tasks
Tasks Map
7 months ago by NicoKNL
A graph view of your tasks.
Ego Rock
2 years ago by Ashton Eby
An obsidian plugin that implements a basic taskwarrior UI for listing and modifying tasks.
Tag Project
3 years ago by Odaimoko
TickTick
3 years ago by Viduy Cheung
Timeline View
3 years ago by b.camphart
Obsidian plugin for viewing your notes linearly based on a given property
Diarian
2 years ago by Erika Gozar
All-in-one journaling toolkit.
Yearly Glance
a year ago by Moy & RavenHogWarts
An obsidian plugin to build "year at a glance" view.
DEVONlink
5 years ago by ryanjamurphy
Open notes indexed in DEVONthink in, well, DEVONthink
Habitica Sync
5 years ago by Leoh and Ran
This is a under-development Obsidian Plugin for Habitica
Datepicker
2 years ago by Mostafa Mohamed
Datepicker widget for Obsidian.
Task Status
2 years ago by Valerie Burzynski
Quickly change any task status in Obsidian. The searchable modal enables a more dynamic and indiscriminate workflow when you need to change your checkbox markers.
Multi-line Formatting
5 years ago by nmady
Format Obsidian text over an entire selection, even if that selection has paragraph breaks in the middle!
At People
3 years ago by Tobias Davis
Obsidian plugin to use the familiar @ notation to cross link to people.
Stopwatch
5 years ago by Tokuhiro Matsuno
Auto Glossary
3 years ago by Ennio Italiano
Obsidian plugin that allows user to create a glossary of notes or a MOC from a selected folder.
Marjdown shortcuts
4 years ago by Jules Guesnon
🪨 Obsidian plugin that allows to write markdown from commands
Daily notes opener
4 years ago by Reorx
Easily open daily notes and periodic notes in new pane; customize periodic notes background; quick append new line to daily notes.
Persian Calendar
2 years ago by Hossein Maleknejad
Persian Calendar for Obsidian.md
Contacts
3 years ago by vbeskrovnov
With this plugin, you can easily organize and manage your contacts within Obsidian. Simply create a note with contact information and use the plugin's features to quickly search, and sort through your contacts. Contacts plugin also helps you to remember birthdays of your contacts and keeps track of the last time you met them.
YouTube Template
2 years ago by sundevista
📺 A plugin that would help you to fetch YouTube videos data into your vault.
Journaling
2 years ago by Ordeeper
View daily notes in a journal-like format, similar to Logseq. It enhances note organization and facilitates better reflection by consolidating daily notes into a continuous journaling view.
Quick snippets and navigation
4 years ago by @aciq
Quick snippets and navigation for Obsidian
Weekly Review
3 years ago by Brandon Boswell
Todo sort
3 years ago by Ryan Gomba
A plugin for Obsidian that sorts todos within a note
Formatto
2 years ago by Deca
Simple, fast, and easy-to-use Obsidian Markdown formatter.
Folder Links
a year ago by Stefan Rausch
Obsidian Plugin that enables using links to folders.
Boost Link Suggestions
3 years ago by Jacob Levernier
An Obsidian (https://obsidian.md) plugin for altering the order of inline link suggestions by link count and manual boosts.
Rapid Notes
3 years ago by valteriomon
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
Mini Toolbar
3 years ago by AidenLx & Boninall
mini context toolbar in editor for Obsidian
Things Link
4 years ago by @gavmn
Send Tasks to OmniFocus
3 years ago by Henry Gustafson
WordWise
2 years ago by ckt1031
Writing companion for AI content generation.
Navigate Cursor History
4 years ago by heycalmdown
Project Garden
3 years ago by Ben Goosman
Automatic Renumbering
a year ago by Omri Levi
Automatically reorders checklists and numbered lists as you edit them.
Autocorrect Formatter
2 years ago by b-yp
A plugin running on Obsidian that utilizes autocorrect to format Markdown content.
Search++
6 years ago by Noureddine Haouari
Allow inserting text context search results on the active note.
Single File Daily Notes
2 years ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
Grind Manager
2 years ago by dromse
Gamify your task management with rewards system, craft your tasks by tags.
Command Alias
5 years ago by @Yajamon
Obsidianのコマンドに対してエイリアスを設定するプラグイン
PARA Shortcuts
4 years ago by gOAT
This plugin serves usefull commands to setup and manage your knowledge using the PARA method.
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.
Structured
4 years ago by dobrovolsky
TagMany
3 years ago by Joshua Martius
Tag many Notes at once in Obsidian
Gemmy
3 years ago by Obsidian
Occura
2 years ago by Alexey Sedoykin
Plugin for https://obsidian.md/ that automatically selected same text occurrences in opened note
Time Things
2 years ago by Nick Winters
Show clock, track time spent editing a note, and track the last time a note has been edited.
Automatic Tags
2 years ago by Jamalam
Add tags to new notes automatically based on their path
Note archiver
3 years ago by thenomadlad
Auto Folder Collapse
2 years ago by Dario Casciato
A plugin for Obsidian that automatically collapses all child folders when you collapse a parent folder. This helps keep your file explorer organized and clutter-free.
Key-Value List
2 years ago by Christian Wannerstedt
Obsidian plugin which makes it easy to turn lists into formatted key value lists
Packrat
4 years ago by Thomas Herden
Process completed instances of recurring items created by the Obsidian Tasks plugin
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Tag Buddy
2 years ago by David Fasullo
Unlock powerful tag editing features in Reading Mode. Add, remove and edit tags across your vault. Use tag inboxes to level up any workflow with a powerful idea assembly 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.
Fold Properties By Default
a year ago by Tommy Bergeron
Always have editor/metadata properties folded by default.
Linked Data Vocabularies
3 years ago by kometenstaub
Add linked data to the YAML of your Obsidian notes.
Auto Tasks
a year 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.
Blockquote Levels
4 years ago by Carlo Zottmann
A plugin for Obsidian (https://obsidian.md) that adds commands for increasing/decreasing the blockquote level of the current line or selection(s).
Broken Links
2 years ago by ipshing
VirtFolder
2 years ago by mr.grogrig
Creating a hierarchical structure like Luhmann's Zettelkasten
GPT-LiteInquirer
3 years ago by ittuann
💬 Experience OpenAI ChatGPT assistance directly within Obsidian, drafting content without interrupting your creative flow.
Note Chain
2 years ago by ZigHolding
Package my frequently used tools, highly personal plugins.
Activity Logger
5 years ago by Creling
Prioritize
3 years ago by EloiMusk
Obsidian Plugin, to prioritize stuff in Obsidian
PopKit
2 years ago by Zhou Hua
ZettelGPT
3 years ago by Overraddit
Turbocharge Your Note-taking with AI Assistance
Auto Periodic Notes
2 years ago by Jamie Hurst
Obsidian plugin to create new periodic notes automatically in the background and allow these to be pinned in your open tabs. Requires the "Periodic Notes" plugin.
Brainframe
3 years ago by pedersen
Key Sequence Shortcut
4 years ago by anselmwang
Execute obsidian commands with short key sequences. For example, 'tp' for 'Toggle Preview' and 'tb' for 'Toggle Sidebar'. Easier to remember.
Lemons Search
2 years ago by Moritz Jung
An Obsidian plugin that offers a fast fuzzy finder based quick switcher with preview.
Go to Line
5 years ago by phibr0
Daily Statistics
2 years ago by yefengr
obsidian daily statistics
Lite Gallery
2 years ago by Jordan Poles
Insert Multiple Attachments
a year ago by mnaoumov
Obsidian Plugin that allows to insert multiple attachments at a time
Overdue
4 years ago by Peter Parente
Obsidian plugin that marks items as [[Overdue]] if they are not checked off by their due date
Note aliases
3 years ago by Pulsovi
This plugin manages wikilinks aliases and save them on the aliases list of the linked note
Amazing Marvin
5 years ago by Shirayuki Nekomata
Simple plugin for Amazing Marvin
File chucker
3 years ago by Ken Lim
Bookmarks Caller
2 years ago by namikaze-40p
This is an Obsidian plugin which can easily open bookmarks.
Flow
2 years ago by Ben Phillips
Implements key processes in David Allen's Getting Things Done (GTD) methodology
Editor Commands Remap
5 years ago by cactus5
Obsidian plugin to map hotkeys to editor commands
Lunar Calendar
3 years ago by OSmile
obsidian插件,一个支持农历的日历插件。
historica
2 years ago by Nhan Nguyen
Not (smart) to help you create your timeline in obsidian like a ... bro
Typing
3 years ago by Nikita Konodyuk
Programmatic customizations for groups of notes
Filename Emoji Remover
4 years ago by Yüksel Tolun
A simple plugin for the note taking app Obsidian that will rename your files to remove emojis in their names.
CAO
a year ago by Godot
Claude AI for Obsidian
Nav Link Header
2 years ago by ahts4962
Display navigation links at the top of the notes in Obsidian
Auto File Organizer
a year ago by mofukuru
Obsidian plugin: Automatically organizes files into folders based on their extensions.
Order List
3 years ago by Henry Gustafson
Harpoon
3 years ago by mask(developermask)
Waka time box
3 years ago by complexzeng
VaultAI
8 months ago by Tharushka Dinujaya
An AI chatbot plugin for Obsidian using the Gemini API for note summarization, content generation, and more. Enhance your workflow with AI assistance like the Notion AI bot.
Bellboy
4 years ago by Shaked Lokits
Opinionated file structure manager for the Obsidian knowledge base.
Todoist Context Bridge
a year ago by wenlzhang
Bridge your Obsidian notes with Todoist tasks while preserving rich context, helping you highlight important tasks and maintain seamless workflows between the two platforms. Seamlessly integrate with Dataview and Tasks plugins.
BuJo Bullets
a year ago by Will Olson
Alternate checkbox types for Obsidian to support Bullet Journal bullets
Desk
2 years ago by David Landry
A desk for obsidian
Codename
3 years ago by dstack
Potato Indexer
3 years ago by LoyalPotato
Obsidian plugin to generate index based on your selection
Search Templates Library
3 years ago by Pentchaff
Obsidian plugin that allows to store searches templates for later use, and displays search results both in the search view and graph view.
Due When
3 years ago by Andy Baxter
An Obsidian plugin which gives shortcuts to insert set due dates
MemoChron
a year ago by Michalis Efstratiadis
Calendar integration and note creation with support for public iCalendar URLs.
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
Create Task
2 years ago by Simon Knittel
Create tasks faster from anywhere.
Extended Task Lists
2 years ago by joeriddles
Extended Markdown support for task lists in Obsidian.
Completed Tasks
a year ago by Mgussekloo
A free, simple and intuitive Obsidian plugin that automatically moves completed tasks (checked checkboxes) to the bottom of the list they're in.
Markdown Timeline
a year ago by Jiaheng Zhang
An Obsidian plugin to record the events in a Flashback timeline
Spacekeys
a year ago by Jared Lumpe
Obsidian plugin to define hotkeys based on sequences of keypresses.
Another Simple Todoist Sync
2 years ago by eudennis
Obsidian.md plugin to integrate with Todoist app.
Feeds
2 years ago by LukeMT, pashashocky, madx
Magic feeds dataview query for obsidian
Postfix
3 years ago by Bhagya Nirmaan Silva (@bhagyas)
A postfix plugin for Obsidian
Expiration-Date-Tracker
3 years ago by Marius Wörfel
Opsidian plugin to keep track of all expiration dates, for example, for your groceries.
Timeline Schedule
2 years ago by Evan Bonsignori
Inline timelines generated from human-readable time strings, e.g. 'Walk dog (30min)' in a ```schedule codeblock.
TODOseq
7 months ago by Stephen Cross
TODOseq ("to-do-seek") is a lightweight, keyword-based task tracker for Obsidian
Generate Timeline
a year ago by Shanshuimei
An obsidian plugin to generate timelines from tags, folders, files or metadata automatically. 根据标签,文件夹,文件或者属性自动生成时间轴的插件。
Daily Routine
a year ago by sechan100
new version of daily-routine obsidian plugin
GChat Reminder
2 years ago by Anil Erdogan
Tick Tones
a year ago by DontBlameMe
A plugin for Obsidian which makes checkboxes satisfying
Random Number Generator
2 years ago by iRewiewer
Gives you a random number
Pomodoro Planner
2 years ago by Onur Nesvat
Hierarchical Outgoing Links
2 years ago by Jason Motylinski
Obsidian.md plugin which displays outgoing links as a hierarchy
Index Notes
2 years ago by Alejandro Daniel Noel
Plugin that automatically generates index blocks based on tags
Task list
2 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
RescueTime
3 years ago by Tatsuya Hayashi
A RescueTime integration plugin to view your activity logs in Obsidian.
Activity Heatmap
a year ago by Zak Hijaouy
Tag Breakdown Generator
3 years ago by Hananoshika Yomaru
Break down nested tags into multiple parent tags
Sort Frontmatter
2 years ago by Kanzi
Sort frontmatter automatically
Easy Timeline
a year ago by Romeliun
The Easy Timeline plugin for Obsidian allows you to create timelines easily.
Focus Time
a year ago by AstraDev
Focus Time is a plugin that helps you track how much time you spend on each note.
Markline
2 years ago by 闲耘
Markline: Markdown timeline view in Obsidian.
Note Minimap
8 months ago by Yair Segel
Add a minimap to your Obsidian notes.
Hierarchical Backlinks
2 years ago by Jason Motylinski
Plugin which displays backlinks as a tree structure based on file paths
Editor Autofocus
2 years ago by Mgussekloo
Highlight Helper
2 years ago by Chongmyung Park
Helper to collect highlight in Obsidian
Journal Folder
2 years ago by Charl Fourie
Cluster
2 years ago by Lorens Osman
Cluster plugin mainly designed to simplify the process of note clustering on mobile devices and work well on PCs ether
Dataview Autocompletion
a year ago by Daniel Bauer
MantouAI
2 years ago by Morino Pan
MantouAI—— 让Obsidian变身智能助手
Project Tasks
a year ago by Paul Paterson
An Obsidian Add-in that allows you to create simple projects out of tasks
Clipper Catalog
a year ago by Greg K.
A catalog view that provides a powerful interface for all your clipped web articles and content. Easily organize, search, and manage your web clippings within your vault.
Simple Todo
a year ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Cursor Position History
a year ago by Florian Gubler
A Plugin to remember (and make accessible) the cursor history in Obsidian. Both within a file and across files.
Copy Section
2 years ago by skztr
Obsidian.md plugin adding a Copy button to the top of Headed sections
Folder overview
a year ago by Lost Paul
Provides a dynamic overview of your vault or folders in the format of a code block.
Daily note creator
2 years ago by Mario Holubar
Automatically creates missing daily notes.
Tag Tactician
a year ago by Scott Tomaszewski
PDF Paste
a year ago by Cormac
Vertical Timeline List
a year ago by Jalad
Utilizes task lists to create a timeline... or something like a timeline.
Goal Tracker
a year ago by Ben Rotholtz
Todos sort
a year ago by Jiri Sifalda
A plugin for Obsidian that sorts todos within a note
Inline Checkbox Groups
a year ago by Bradley Wyatt
Obsidian Plugin that creates multiple checkboxes on a single line, separated by a customizable separator character (default '|'), with the option to automatically cross out text when all checkboxes in the line are checked.
Typezen
a year ago by Ilgam Gabdullin
Plugin for obsidian which lets you turn zen mode instantly
TaskWarrior Task Wiki
2 years ago by SntTGR
Small and simple task manager widget for obsidian and powered by taskwarrior.
Ctrl-XA cycle various items
2 years ago by nbossard
The equivalent in Obsidian of Vim Ctrl X-A. But supercharged with lists of various items : days, months, ...
Timeline Canvas Creator
10 months ago by chris-codes1
Quickly create timeline structured canvases in Obsidian.
Missing Link File Creator
a year ago by Lemon695
The plugin creates both missing links and the corresponding files.
Mass Create
a year ago by vellikhor
Create large quantities of notes easily at one time.
Vault File Renamer
a year ago by Louan Fontenele
Vault File Renamer: Automatically standardizes file names to GitHub style (lowercase, no accents, only -, ., _) while preserving folder structure and file contents.
Markwhen File Sync
a year ago by rouvenjahnke
Synchronize properties from your Obsidian notes with a Markwhen timeline file.
Calendar Event Sync
2 years ago by Stephen Dolan
Set the title of your note to the current event
LinkMagic
2 years ago by AndyReifman
AI integration Hub
a year ago by Hishmat Salehi
A modular AI integration hub for Obsidian
Focus Tracker
2 years ago by Jeet Sukumaran
Unit Converter
a year ago by Ruslan Zabarov
Unit conversion plugin for Obsidian
Canvas LMS Task Importer
2 years ago by jordaeday
Imports assignments from Canvas LMS as tasks in Obsidian
Daily Prompt
2 years ago by Erl-koenig
Beautiful Contact Cards
a year ago by Seth Tenembaum
A plugin for the Obsidian text editor which renders "contact" code blocks with tappable links for phone, social media, etc.
Canvas Link to Group
7 months ago by TGRRRR
Plugin for Obsidian Canvas enabling direct links to specific groups within canvas files for improved navigation
Sentinel
a year ago by Giorgos Sarigiannidis
A plugin for Obsidian that allows you to update properties or run commands based on document visibility changes.
Pinned Daily Notes
a year ago by Jeremy Neiman
Dynamically update a pinned tab with today's daily note
Weekly Goal Tracker
a year ago by George Gorman
Timelive
a year ago by aNNiMON
Turn a list of dates into a timeline
Every Day Calendar
a year ago by QuBe
Obsidian plugin to create calendars inspired by Simone Giertz's Every Day Calendar
downloadPDF
2 years ago by Frieda
Organized daily notes
a year ago by duchangkim
Automatically organizes your daily notes into customizable folder structures for better organization and easier navigation.
Task Mover
a year ago by Mariia Nebesnaia
A plugin for obsidian to move unfinished tasks to the daily note automatically
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.
Target Word Count
2 years ago by TwoFive Labs
Target Word Count Plugin for Obsidian
Life in Weeks Calendar
6 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.
Asana
a year ago by Ryan Bantz
Obsidan plugin that creates tasks in Asana for highlighted text or the current line
Brain Dump Mode
a year ago by yesjinu
Obsidian plugin - DISABLE your delete key and eliminate hesitation!
Daily Random Note
a year ago by Alexandre Silva
Daily Random Notes in Obsidian.
Markdown Calendar Generator
10 months ago by Zach Russell
An intentionally simple obsidian markdown table calendar generator
Synaptic View
2 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.
TickTick Quick Add Task
a year ago by Muxin Li
The TickTick Quick Add Obsidian Plugin lets you quickly create tasks in TickTick directly from your Obsidian notes.
doing
2 years ago by rooyca
What was I doing?
Current File Tags
a year ago by Trung Tran
Kikijiki Habit Tracker
a year ago by KIKIJIKI
Kikijiki Habit Tracker Plugin for Obsidian
WhatsApp backup importer
a year ago by Luigi Cerone
Obsidian plugin that allows you to import exported WhatsApp chat archives (in .zip format) into your vault.
AI Revisionist
a year ago by Synaptic Labs
Runsh
a year ago by Ddone
A simple plugin that allows to run shell commands from obsidian.
Check and Delete
a year ago by Danitiate
An Obsidian plugin that allows you to quickly clean up temporary list-items with the press of a button
Tasks Cleaner
a year ago by lowit
🧹 Tasks Cleaner is a plugin for Obsidian that helps you automatically remove old completed tasks from your Markdown notes
Tab Group Arrangement
a year ago by situ2001
Arrange the tab groups of Obsidian in a more flexible way
Auto Strikethrough Tasks
2 years ago by Nomekuma
Automatically adds strikethrough to completed tasks.
Tab Limiter
a year ago by Henry Gustafson
Limits the number of tabs that can be opened in Obsidian
Instant Above Divider
a year ago by SedationH
Clear Todos
a year ago by Joshua Gawenda
An Obsidian Plugin to clear todos that are done
Wakatime / Wakapi
a year ago by Kevin Woblick
Connect your Obsidian to Wakatime or Wakapi to track the time spent while browsing or writing notes.
JIRA links shortener
a year ago by Ruslans Platonovs
Obsidian JIRA links shortener plugin
Abbrlink
a year ago by Q78KG
Import Todoist tasks
a year ago by Duke
Import Todoist tasks as Obsidian tasks.
Note Progressbar
a month ago by Ryoma Kawahara
Displays a live progress bar summarizing checkbox completion in the active note.
Select word
2 years ago by Connor Espino
GitHub Tasks
8 months ago by Mike Thicke
Obsidian plugin to sync GitHub issues and PRs to Obsidian TODOs
Nav Weight
2 years ago by shu307
A simple plugin designed to sort files in navigation based on markdown frontmatter (also known as metadata) for Obsidian.
Tag Timer
4 months ago by quantavil
The Tag Timer is a versatile plugin for Obsidian that allows you to seamlessly track the time you spend on specific tasks or sections within your notes.
Task Director
a year ago by Cybertramp
A plugin that allows you to easily manage tasks in bulk.
Superstition
a year ago by Jeffry
An Obsidian plugin for routine management.
Bottom to Top
a year ago by Henry Gustafson
Inboxer
a year ago by Eoin Hurrell
Obsidian plugin to add an inbox to notes
Hanko
a year ago by Telehakke
Obsidian plugin.
SolidTime Integration
a year ago by proniclabs
Obsidian SolidTime Integration Plugin
Sonkil
9 months ago by ohyoungpark
Crackboard
2 years ago by Franklin
Obsidian plugin for crackboard.dev
LighterPack importer
2 months ago by Nicola Siniscalchi
Import a packing list from https://lighterpack.com.