Tag Timer

by quantavil
5
4
3
2
1
Score: 48/100

Description

The Tag Timer plugin turns plain tags into lightweight time trackers, letting you measure how long you actually spend on specific tasks. Timers live directly inside notes and can be started, paused, resumed, or removed without breaking writing flow. They persist across sessions, so work does not vanish when the app closes or reloads. Over time, the plugin builds daily and weekly analytics that show where your effort goes, presented through clear bar and doughnut charts. Controls are flexible. You decide when timers should stop automatically and where timing markers appear within a line.

Reviews

No reviews yet.

Stats

7
stars
376
downloads
1
forks
138
days
13
days
13
days
1
total PRs
0
open PRs
0
closed PRs
1
merged PRs
5
total issues
1
open issues
4
closed issues
0
commits

Latest Version

13 days ago

Changelog

Tag Timer v3.0.0 - Major Release Changelog

This is a massive update that transforms Tag Timer from a simple visual widget into a robust, resilient time-tracking system, while remaining completely lightweight.

✨ Major Features

  • **Analytics Panel **: Added a dedicated, real-time sidebar panel to track your time. It features:
    • Daily and weekly aggregate totals.
    • Productivity streak tracking (days in a row).
    • Top 10 file breakdown with visual progress bars.
    • Weekly trend chart and history of recent sessions.
  • Audio Notifications: You can now enable Completion Sounds for your countdowns. Instead of bloating the plugin with mp3 files, Tag Timer dynamically synthesizes sounds via the Web Audio API. Choose between:
    • Soft Chime
    • Gentle Bell
    • Classic Beep
    • Digital Alarm
    • Soft Marimba
  • Background Expiry Engine: Countdowns now safely expire in the background via an automated vault scanner. This completely resolves stale visual bugs that previously occurred when countdowns finished while a note was closed or embedded inside an Obsidian Canvas.

📱 Mobile & Accessibility

  • Screen Reader Support (ARIA): Timer widgets have been completely overhauled for accessibility. They now act as native interactive buttons (role="button", tabindex="0") and dynamically update their aria-label to broadcast their exact state and time to screen readers.

README file from

Github

Tag Timer

A minimal, high-performance Obsidian plugin for adding inline timers and countdowns directly into your notes.

Usage

Hotkeys & Interactions

Position your cursor anywhere on a line with a timer, or interact directly with the badge:

  • Toggle (Stopwatch): Ctrl/Cmd+Shift+S — Creates a new stopwatch if none exists, otherwise pauses/resumes.
  • Toggle (Countdown): Ctrl/Cmd+Shift+C — Creates a new countdown (default: 25 min) if none exists, otherwise pauses/resumes.
  • Delete: Ctrl/Cmd+Shift+D — Removes the timer tag from the current line.
  • Stop All: Search for "Stop all running timers" in the Command Palette (Cmd/Ctrl+P).
  • Menu: Click, right-click, or long-press the badge to open the context menu.

Using the Analytics Panel

Tag Timer includes a dedicated sidebar panel to visualize your time-tracking habits.

  1. Enable it: Go to Tag Timer settings and toggle on Enable analytics panel.
  2. Open it: Once enabled, click the clock icon in the left ribbon menu, or run the command "Open Tag Timer Analytics" via the Command Palette.
  3. What it tracks: The panel provides a real-time overview of your daily and weekly totals, your productivity streak, a top-10 breakdown of time spent per file, and a clickable history of your recent sessions.

Timer States

  1. Running (⌛): Actively ticking. The badge features a smooth, breathing glow animation.
  2. Paused (⏳): Temporarily halted. Resuming picks up from the last recorded elapsed time.
  3. Stopped (⏹️): Archive state. Retains the final time display. Resuming a stopped timer resets elapsed to zero and starts fresh.

Editing Time

Need to adjust the time? Use the Change timer/countdown time command or right-click the badge and select Change time. Accepts mm:ss, hh:mm:ss, or a plain number (interpreted as minutes).

Features

  • Lightning Fast Interaction:
    • Ctrl/Cmd+Shift+S: Toggle Stopwatch (Start / Pause / Resume)
    • Ctrl/Cmd+Shift+C: Toggle Countdown (Start / Pause / Resume)
    • Ctrl/Cmd+Shift+D: Delete Timer on current line
  • Countdowns & Stopwatches: Choose between open-ended stopwatches or goal-oriented countdowns with a configurable default duration.
  • Analytics Panel: A dedicated sidebar view tracking your time. Includes daily/weekly totals, streak tracking, file-by-file time breakdowns, a weekly trend chart, and a history of recent sessions.
  • Audio & Visual Notifications: Choose from multiple completion sounds (chime, bell, beep, digital, marimba) and visual notifications when a countdown reaches zero.
  • Clickable Widgets & Mobile Support: Interactive badges in both Live Preview and Reading View. Click, right-click, or long-press (on mobile) to open the context menu.
  • Rich Context Menu: Access Pause, Resume, Stop, Reset, Delete, or Change Time manually directly from the timer badge.
  • Auto-Restore & Background Expiry: Running timers are automatically paused upon plugin unload and recovered when restarted. Countdowns cleanly expire in the background even if the note is closed or rendered in a Canvas.
  • Accessible (ARIA): Full screen-reader support with dynamically updating ARIA labels on all timer widgets.
  • Native Integration: Uses Obsidian's internal CSS variables to perfectly adapt to your theme (Light/Dark).

Installation via BRAT

You can install beta versions of Tag Timer using the BRAT plugin:

  1. Install the Obsidian42 - BRAT plugin from the Community Plugins list.
  2. Enable the BRAT plugin in your settings.
  3. Open the BRAT settings and click Add Beta plugin.
  4. Enter the GitHub repository URL: quantavil/Tag-Timer.
  5. Go to the Community Plugins tab, reload the plugins list, and enable Tag Timer.

Settings

  • Insert position: Where new timers appear on a line — end of line (default), start of line, or at cursor.
  • Play sound on completion: Toggle text-editor friendly sounds when countdowns finish.
  • Sound type: Choose your preferred alarm (Soft Chime, Gentle Bell, Classic Beep, Digital Alarm, Soft Marimba).
  • Default countdown: Duration used when creating a new countdown with Ctrl/Cmd+Shift+C. Default: 25:00.
  • Enable analytics panel: Toggle the time-tracking sidebar panel.

Developer Information

Architecture

  • Rendering: Uses CodeMirror 6 ViewPlugin and WidgetType for efficient, non-destructive UI overlays in Live Preview. MarkdownPostProcessor + MarkdownRenderChild for Reading View.
  • Data Storage: Timers are stored as small, text-based tags in your markdown: ⏳[id|kind|state|elapsed|startedAt|target].
  • State Management: No external state files. The markdown text is the single source of truth. Background vault scanners periodically sync and expire timers dynamically without memory leaks.

Build Instructions

This project uses Bun for builds.

# Install dependencies
bun install

# Development mode (watch)
bun dev

# Production build
bun run build

Production builds output to dist/ with manifest.json and styles.css copied alongside the bundled main.js.

License

MIT License. Developed by quantavil.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
TimeStamper
4 years ago by Martin Eder
A plugin for Obsidian to quickly insert customized date- and time-stamps to the currently active note
Frontmatter Tag Sugest
4 years ago by Jonathan Miller
Autocompletes tags in Obsidian YAML frontmatter. No more deleting #!
AidenLx's Folder Note - folderv Component
4 years ago by AidenLx
Things Link
4 years ago by @gavmn
Marjdown shortcuts
4 years ago by Jules Guesnon
🪨 Obsidian plugin that allows to write markdown from commands
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.
Navigate Cursor History
4 years ago by heycalmdown
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.
Doubleshift
4 years ago by Qwyntex
Obsidian Plugin to open the command palette by pressing shift twice
AutoMOC
4 years ago by Diego Alcantara
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.
Obsidian Attendance
4 years ago by Tiim
Attendance tracking using obsidian.md
Heading Shifter
4 years ago by kasahala
Easily Shift and Change markdown headings.
Quick snippets and navigation
4 years ago by @aciq
Quick snippets and navigation for Obsidian
Super Simple Time Tracker
4 years ago by Ellpeck
Multi-purpose time trackers for your notes!
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).
Week Planner
4 years ago by Ralf Wirdemann
Rapid Notes
3 years ago by valteriomon
FuzzyTag
3 years ago by Adrian
Base Tag Renderer
3 years ago by Darren Kuro
A lightweight obsidian plugin to render the basename of tags in preview mode.
Keyshots
3 years ago by KrazyManJ
🔮📝 Obsidian plugin that adds classic hotkey/shortcuts commands from popular IDEs like Visual Studio Code or JetBrains Family.
WakaTime
3 years ago by WakaTime
Obsidian.md plugin for automatic time tracking and metrics generated from your Obsidian usage activity.
Audio Notes
3 years ago by Jason Maldonis
Easily take notes on podcasts and other audio files using Obsidian Audio Notes.
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.
Weekly Review
3 years ago by Brandon Boswell
Canvas Filter
3 years ago by Ivan Koshelev
Obsidian Canvas plugin that let's you show only pages / arrows with specific tags / colors / connections.
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.
Reading comments
3 years ago by BumbrT
Reading comments, for consuming books or large articles in markdown with https://obsidian.md/.
Obsidian-compatible Watcher for ActivityWatch
3 years ago by Grimmauld
Obsidian plugin to track user activity with ActivityWatch
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.
Journal Review
3 years ago by Kageetai
Review your daily notes on their anniversaries, like "what happened today last year"
Brainframe
3 years ago by pedersen
Gemmy
3 years ago by Obsidian
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
Testing Vault
3 years ago by Michael Pedersen
Auto Classifier
3 years ago by Hyeonseo Nam
Auto classification plugin for Obsidian using ChatGPT.
GPT-LiteInquirer
3 years ago by ittuann
💬 Experience OpenAI ChatGPT assistance directly within Obsidian, drafting content without interrupting your creative flow.
Personal Assistant
3 years ago by edony
A plugin that harnesses AI agents and streamlining techniques to help you automatically manage Obsidian.
Plugin Manager
3 years ago by ohm-en
Allows better management of Obsidian.md plugins.
Link with alias
3 years ago by Pavel Vojtechovsky
Obsidian plugin for handy creation of links and alias in front matter of target document
EmoTagsTitler
3 years ago by Cyfine
Due When
3 years ago by Andy Baxter
An Obsidian plugin which gives shortcuts to insert set due dates
Colored Tags
3 years ago by Pavel Frankov
Colorizes tags in different colors.
Mini Toolbar
3 years ago by AidenLx & Boninall
mini context toolbar in editor for Obsidian
Copy Inline Code
3 years ago by Ondrej Zavodny
Waka time box
3 years ago by complexzeng
Codename
3 years ago by dstack
Uncheck All
3 years ago by Shahar Har-Shuv
Obsidian plugin to uncheck all checkboxes in a file with one action
Multi Tag
3 years ago by fez-github
Obsidian plugin that allows the user to add a tag to all files in a folder. Not in active development. Now working on Multi-Properties, which covers most of this plugin's functionality.
Harpoon
3 years ago by mask(developermask)
Nested tags graph
3 years ago by drpilman
A small plugin for Obsidian that links nested tags in graph view
Postfix
3 years ago by Bhagya Nirmaan Silva (@bhagyas)
A postfix plugin for Obsidian
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】
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.
Swiss army knife
3 years ago by mwoz123
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.
Tags Overview
3 years ago by Christian Wannerstedt
Obsidian plugin which adds an extended tags panel where tagged files can be overviewed, filtered and accessed in an easy way.
Timer
3 years ago by Marius Wörfel
Obsidian plugin, which allows you to measure time.
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
Tag Breakdown Generator
3 years ago by Hananoshika Yomaru
Break down nested tags into multiple parent tags
Typing
3 years ago by Nikita Konodyuk
Programmatic customizations for groups of notes
RescueTime
3 years ago by Tatsuya Hayashi
A RescueTime integration plugin to view your activity logs in Obsidian.
Quick Tagger
2 years ago by Gorkycreator
Quick tagger for Obsidian.md
Editor Autofocus
2 years ago by Mgussekloo
Colored Tags Wrangler
2 years ago by AndreasSasDev
Obsidian Plugin : Assign colors to tags. Has integrations with other plugins, like Kanban.
Random Number Generator
2 years ago by iRewiewer
Gives you a random number
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.
ManicTime
2 years ago by Finkit d.o.o.
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.
Formatto
2 years ago by Deca
Simple, fast, and easy-to-use Obsidian Markdown formatter.
Autocorrect Formatter
2 years ago by b-yp
A plugin running on Obsidian that utilizes autocorrect to format Markdown content.
Smart Title
2 years ago by magooup
obsidian-plugin-smart-title
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, ...
Daily note creator
2 years ago by Mario Holubar
Automatically creates missing daily notes.
Fastimer
2 years ago by vkostyanetsky
Intermittent fasting tracker plugin for Obsidian
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.
Days Since
2 years ago by gndclouds
A plugin to show the number of days since a given date.
Task list
2 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
Tag Formatter
2 years ago by snsvrno
Configurable Obsidian plugin that hides parent tags.
WordWise
2 years ago by ckt1031
Writing companion for AI content generation.
Ego Rock
2 years ago by Ashton Eby
An obsidian plugin that implements a basic taskwarrior UI for listing and modifying tasks.
MantouAI
2 years ago by Morino Pan
MantouAI—— 让Obsidian变身智能助手
Pomodoro Planner
2 years ago by Onur Nesvat
Mxmind Mindmap
2 years ago by mxmind
mxmind for obsidian plugin
View Count
2 years ago by Trey Wallis
Add view count tracking to your Obsidian vault
Tag Links
2 years ago by Zacchary Dempsey-Plante
A plugin for Obsidian that allows tags to be opened as links using a hotkey.
Note Toolbar
2 years ago by Chris Gurney
Flexible, context-aware toolbars for your notes in Obsidian.
Grind Manager
2 years ago by dromse
Gamify your task management with rewards system, craft your tasks by tags.
Target Word Count
2 years ago by TwoFive Labs
Target Word Count Plugin for Obsidian
Daily Prompt
2 years ago by Erl-koenig
Bookmarks Caller
2 years ago by namikaze-40p
This is an Obsidian plugin which can easily open bookmarks.
LinkMagic
2 years ago by AndyReifman
Timekeep
2 years ago by Jacobtread
Obsidian task time tracking
Select word
2 years ago by Connor Espino
Note Chain
2 years ago by ZigHolding
Package my frequently used tools, highly personal plugins.
Advanced Сanvas Filter
2 years ago by CHex0K
Focus Tracker
2 years ago by Jeet Sukumaran
Checkbox Time Tracker
2 years ago by UD
Checkbox Time Tracker for Obsidian
Folder by tags distributor
2 years ago by RevoTale
Automatically group Obsidian notes into folder by tags specified in note.
Relative Timestamps
2 years ago by Charles Young
doing
2 years ago by rooyca
What was I doing?
Index Notes
2 years ago by Alejandro Daniel Noel
Plugin that automatically generates index blocks based on tags
PopKit
2 years ago by Zhou Hua
Tags Routes
2 years ago by Ken
This is a plugin for obsidian, to visualize files and tags as nodes in 3D graph.
Note 2 Tag Generator
2 years ago by Augustin
Daily Statistics
2 years ago by yefengr
obsidian daily statistics
Note Reviewer
2 years ago by Travis Linkey
An obsidian plugin to help review notes that have been taken
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.
Hotkeys++
6 years ago by Argentina Ortega Sainz
Adds hotkeys to toggle todos, ordered/unordered lists and blockquotes in Obsidian
Shortcuts extender
6 years ago by kitchenrunner
Plugin for Obsidian: Use shortcuts for input special symbols and changing level of headings without language switching
Search++
6 years ago by Noureddine Haouari
Allow inserting text context search results on the active note.
Workbench
6 years ago by ryanjamurphy
A plugin to help you collect working materials.
Tab Switcher
5 years ago by Vinzent & phibr0
Tab Switcher - Obsidian Plugin
Autocomplete
5 years ago by Yeboster
Obsidian plugin to provide text autocomplete
Tag Wrangler
5 years ago by PJ Eby
Rename, merge, toggle, and search tags from the Obsidian tag pane
Daily Stats
5 years ago by Dhruvik Parikh
Plugin to view your daily word count across all notes in your Obsidian.md vault.
TODO | Text-based GTD
5 years ago by Lars Lockefeer
DEVONlink
5 years ago by ryanjamurphy
Open notes indexed in DEVONthink in, well, DEVONthink
Hotkeys for templates
5 years ago by Vinzent
Stopwatch
5 years ago by Tokuhiro Matsuno
Pomodoro
5 years ago by Tokuhiro Matsuno
Collapse All
5 years ago by Nathonius
Liquid Templates
5 years ago by Diomede Tripicchio
Define your templates with LiquidJS tags support
Grandfather
5 years ago by Danny Hernandez
A simple Obsidian plugin to display the time and date on the status bar
Amazing Marvin
5 years ago by Shirayuki Nekomata
Simple plugin for Amazing Marvin
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!
Activity Logger
5 years ago by Creling
Toggl Track
5 years ago by Maxime Cannoodt
A Toggl integration plugin for the popular knowledge base application Obsidian.
Go to Line
5 years ago by phibr0
Editor Commands Remap
5 years ago by cactus5
Obsidian plugin to map hotkeys to editor commands
Command Alias
5 years ago by @Yajamon
Obsidianのコマンドに対してエイリアスを設定するプラグイン
Key Promoter
5 years ago by Johannes Theiner
Learn keyboard shortcuts by showing them when using the mouse
HTML Tags Autocomplete
5 years ago by bicarlsen
Autocomplete HTML formatting tags.
Habitica Sync
5 years ago by Leoh and Ran
This is a under-development Obsidian Plugin for Habitica
Word Sprint
4 years ago by Andrew Lombardi
Obsidian Word Sprint plugin
Flexible Pomodoro
4 years ago by grassbl8d
Crackboard
2 years ago by Franklin
Obsidian plugin for crackboard.dev
Lemons Search
2 years ago by Moritz Jung
An Obsidian plugin that offers a fast fuzzy finder based quick switcher with preview.
Flow
2 years ago by Ben Phillips
Implements key processes in David Allen's Getting Things Done (GTD) methodology
Copy Section
2 years ago by skztr
Obsidian.md plugin adding a Copy button to the top of Headed sections
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Another Simple Todoist Sync
2 years ago by eudennis
Obsidian.md plugin to integrate with Todoist app.
Occura
2 years ago by Alexey Sedoykin
Plugin for https://obsidian.md/ that automatically selected same text occurrences in opened note
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.
Superstition
2 years ago by Jeffry
An Obsidian plugin for routine management.
Todos sort
2 years ago by Jiri Sifalda
A plugin for Obsidian that sorts todos within a note
Activity Heatmap
2 years ago by Zak Hijaouy
Brain Dump Mode
2 years ago by yesjinu
Obsidian plugin - DISABLE your delete key and eliminate hesitation!
Daily Random Note
2 years ago by Alexandre Silva
Daily Random Notes in Obsidian.
Typezen
2 years ago by Ilgam Gabdullin
Plugin for obsidian which lets you turn zen mode instantly
Gemini Scribe
a year ago by Allen Hutchison
An obsidian plugin to interact with Google Gemini
Task Director
a year ago by Cybertramp
A plugin that allows you to easily manage tasks in bulk.
Proletarian Wizard Task Manager
a year ago by Charles Feval
Obsidian plugin ot manage todos and projects directly from your notes.
Insta TOC
a year ago by Nick C.
Generate, update, and maintain a table of contents for your notes while typing in real time.
Simple Todo
a year ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Weekly Goal Tracker
a year ago by George Gorman
Tab Limiter
a year ago by Henry Gustafson
Limits the number of tabs that can be opened in Obsidian
Fetch Prayer Times
a year ago by Ecys
Fetches times from Aladhan API and inserts into a table.
Focus Time
a year ago by AstraDev
Focus Time is a plugin that helps you track how much time you spend on each note.
Unit Converter
a year ago by Ruslan Zabarov
Unit conversion plugin for Obsidian
Insert Multiple Attachments
a year ago by mnaoumov
Obsidian Plugin that allows to insert multiple attachments at a time
Hanko
a year ago by Telehakke
Obsidian plugin.
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.
Current File Tags
a year ago by Trung Tran
Goal Tracker
a year ago by Ben Rotholtz
AI Revisionist
a year ago by Synaptic Labs
Kikijiki Habit Tracker
a year ago by KIKIJIKI
Kikijiki Habit Tracker Plugin for Obsidian
Dataview Autocompletion
a year ago by Daniel Bauer
Tag Tactician
a year ago by Scott Tomaszewski
Spacekeys
a year ago by Jared Lumpe
Obsidian plugin to define hotkeys based on sequences of keypresses.
Media Companion
a year ago by Nick de Bruin
Folder overview
a year ago by Lost Paul
Provides a dynamic overview of your vault or folders in the format of a code block.
AI integration Hub
a year ago by Hishmat Salehi
A modular AI integration hub for Obsidian
CAO
a year ago by Godot
Claude AI for Obsidian
Organized daily notes
a year ago by duchangkim
Automatically organizes your daily notes into customizable folder structures for better organization and easier navigation.
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.
Runsh
a year ago by Ddone
A simple plugin that allows to run shell commands from obsidian.
SQLSeal Charts
a year ago by hypersphere
Charting extension for SQLSeal Obsidian Plugin. Visualise your data!
PDF Paste
a year ago by Cormac
Daily Routine
a year ago by sechan100
new version of daily-routine obsidian plugin
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.
Asana
a year ago by Ryan Bantz
Obsidan plugin that creates tasks in Asana for highlighted text or the current line
Tagvis
a year ago by Mason Bryant
Chronotyper
a year ago by BambusControl
Obsidian plugin for tracking note edit time
Pinned Daily Notes
a year ago by Jeremy Neiman
Dynamically update a pinned tab with today's daily note
Generate Timeline
a year ago by Shanshuimei
An obsidian plugin to generate timelines from tags, folders, files or metadata automatically. 根据标签,文件夹,文件或者属性自动生成时间轴的插件。
Private Mode
a year ago by markusmo3
Tick Tones
a year ago by DontBlameMe
A plugin for Obsidian which makes checkboxes satisfying
JIRA links shortener
a year ago by Ruslans Platonovs
Obsidian JIRA links shortener plugin
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.
SolidTime Integration
a year ago by proniclabs
Obsidian SolidTime Integration Plugin
Markwhen File Sync
a year ago by rouvenjahnke
Synchronize properties from your Obsidian notes with a Markwhen timeline file.
Countdown To
a year ago by Gui Cattani
A countdown/progress Obsidian widget using progressbar.js
TaskNotes
10 months ago by Callum Alpass
Task and time-tracking management with calendar integration for Obsidian
Sonkil
10 months ago by ohyoungpark
Related Notes by Tag
9 months ago by Chris Howard
displays notes that share tags with your currently active note
Auto Close Tags
9 months ago by k0src
Obsidian MD plugin to auto-close HTML tags.
SafeLearn Formatter
8 months ago by UnterrainerInformatik
A community plugin for Obsidian, that offers visual aids for the SafeLearn-specific tags.
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.
Note Minimap
8 months ago by Yair Segel
Add a minimap to your Obsidian notes.
QuickLink
8 months ago by Jamba Hailar
On obsidian, use @ to quickly link files
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
Tag Group Manager
5 months ago by Stargazer-cc
Tag Group Manager is a plugin designed for Obsidian that helps manage tag groups and quickly insert tags.
Lark Style CountDown Timer
5 months ago by Zhaoyang Yu
Timelog
4 months ago by Eddie Blundell
Time logging plugin for obsidian
Role Switch
3 months ago by Zafrem
Switch between different work roles (developer, writer, researcher, etc.) with intentional transitions and session tracking.
Note Progressbar
a month ago by Ryoma Kawahara
Displays a live progress bar summarizing checkbox completion in the active note.