mirror of
https://github.com/wth461694678/text-block-timer.git
synced 2026-07-22 05:46:04 +00:00
No description
1. ==Major Optimization==: Closing a file no longer causes the timer to fail. Users can freely choose whether to continue timing when the or Obsidian is closed (see custom settings). 2. Added custom settings: Users can now choose the position to insert the timer (before or after texts). 3. Improve compatibility with markdown, adding support for ordered checkboxes and headings. |
||
|---|---|---|
| .gitignore | ||
| command_shortcut.gif | ||
| demo.gif | ||
| LICENSE | ||
| main.js | ||
| manifest.json | ||
| README.md | ||
| README.zh.md | ||
| right_click.gif | ||
| styles.css | ||
Text Block Timer Plugin
A text block timing tool designed for Obsidian, allowing you to add a count-up stopwatch function to any text line in your notes.
Features
- Add timers to any text line, supporting multiple timers running simultaneously (stopwatch function).
- ▶️/⏸️ Start, pause, and resume timing for tasks.
- ⏳ Real-time display of cumulative time cost.
- 💾 Persistent storage of timing data.
- 🔄 Users can optionally choose whether to continue timing when files or Obsidian is closed (by default, closing a file will not cause failure of the real-time stopwatch).
Usage
(I) Command Palette + Shortcut (Recommended⭐️)
- Configure a shortcut for the command "Text Block Timer: Toggle timer" for quick access.
- When the cursor is on a text block, press the shortcut key to start, pause, or resume.
- The timer will be displayed in the format
【⏳00:00:00 】at the beginning of the text line.
(II) Mouse Operations
- Right-click on a text line.
- Select "Start Timer," "Pause Timer," or "Resume Timer."
Version Log:
- V1.0.3
- ==Major Optimization==: Closing a file no longer causes the timer to fail. Users can freely choose whether to continue timing when the or Obsidian is closed (see custom settings).
- Added custom settings: Users can now choose the position to insert the timer (before or after texts).
- Improve compatibility with markdown, adding support for ordered checkboxes and headings.
- V1.0.2
- Added language support for Chinese, English, Japanese, and Korean.
- V1.0.1
- Improved display effects by adding a space before the time label.
- Fixed the issue where adding a timer to a task list caused the task checkbox to fail.
- V1.0.0
- Plugin release
Development Information
- Developer: frankthwang
- Version: 1.0.3


