No description
Find a file
2025-07-05 20:39:07 +08:00
.gitignore remove main.js in .gitigore 2025-05-07 10:23:16 +08:00
command_shortcut.gif Add Source Code and English README.md 2025-05-06 23:17:38 +08:00
demo.gif Update README.md 2025-07-04 13:59:09 +08:00
LICENSE first commit 2025-04-13 23:14:24 +08:00
main.js Add Language Support, specifically for English, Chinese, Japanese, and Korean. 2025-07-05 20:39:07 +08:00
manifest.json Update README.md 2025-07-04 13:59:09 +08:00
README.md Update README.md 2025-07-05 13:32:08 +08:00
README.zh.md Update README.md 2025-07-04 14:19:34 +08:00
right_click.gif Add Source Code and English README.md 2025-05-06 23:17:38 +08:00
styles.css first commit 2025-04-13 23:14:24 +08:00

English | 中文

Text Block Timer Plugin

A text block timing tool designed for Obsidian, allowing you to add count-up timing functionality to any text line in your notes.

Features

  • Add timers to any text line as many as you wsh (count-up timing)
  • ▶️/⏸️ Supports start, pause, and continue timing, with multi-segment timing accumulation for a single task
  • Real-time display of accumulated time
  • 💾 Timing data is persistently saved

Usage Method

[Strongly Recommended] Write your task first before adding a timer!

  1. Assign a shortcut for the command "Text Block Timer: Toggle timer" for quick access
  2. Place your cursor on a text block, press the shortcut to start, pause, or continue

(2) Mouse Operations

  1. Right-click on a text line
  2. Select "Start Timer", "Pause Timer", or "Continue Timer"
  3. The timer will display in the format 【⏳00:00:00 】 at the start of the text block

Notes

  • It is recommended to keep the file (containing a running tiemr) open; otherwise, the real-time second updates of the timer may fail.
  • However, the file will record the timer state, which can be manually resumed.

Changelog:

  • V1.0.1
    1. A space is added before the time tag to better distinguish it from your content.
    2. Fixed the issue where adding a timer disrupted the structure of checkboxes in Markdown.
  • V1.0.0
    1. Plugin release

Development Information

  • Developer: frankthwang
  • Version: 1.0.1