No description
Find a file
2025-07-04 13:59:09 +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 fix regex parser 2025-05-07 12:18:35 +08:00
manifest.json Update README.md 2025-07-04 13:59:09 +08:00
README.md Update README.md 2025-07-04 13:59:09 +08:00
README.zh.md Update README.md 2025-07-04 13:59:09 +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 timing functionality to any text line in your notes.

Features

`<img src="https://github.com/wth461694678/text-block-timer/blob/main/demo.gif" width="50%" alt="">`
  • 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

  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 <img src="https://github.com/wth461694678/text-block-timer/blob/main/command_shortcut.gif" width="50%" alt="">

(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 <img src="https://github.com/wth461694678/text-block-timer/blob/main/right_click.gif" width="50%" alt="">

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.

Development Information

  • Developer: frankthwang
  • Version: 1.0.1