mirror of
https://github.com/wth461694678/text-block-timer.git
synced 2026-07-22 05:46:04 +00:00
Update version to 1.0.2
This commit is contained in:
parent
2bf14437e6
commit
30f51a83da
3 changed files with 18 additions and 13 deletions
21
README.md
21
README.md
|
|
@ -6,7 +6,7 @@ A text block timing tool designed for Obsidian, allowing you to add **count-up**
|
|||
|
||||
## Features
|
||||
|
||||
<img src="https://github.com/wth461694678/text-block-timer/blob/main/demo.gif" width="75%" alt="">
|
||||
<img src="https://github.com/wth461694678/text-block-timer/blob/main/demo.gif" width="75%" 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
|
||||
|
|
@ -21,14 +21,14 @@ A text block timing tool designed for Obsidian, allowing you to add **count-up**
|
|||
|
||||
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="75%" alt="">
|
||||
`<img src="https://github.com/wth461694678/text-block-timer/blob/main/command_shortcut.gif" width="75%" 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="75%" alt="">
|
||||
`<img src="https://github.com/wth461694678/text-block-timer/blob/main/right_click.gif" width="75%" alt="">`
|
||||
|
||||
## Notes
|
||||
|
||||
|
|
@ -36,13 +36,16 @@ A text block timing tool designed for Obsidian, allowing you to add **count-up**
|
|||
- 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
|
||||
|
||||
- #1.0.2
|
||||
- Add language support for English, Chinese, Japanese and Korean.
|
||||
- #1.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.
|
||||
- #1.0.0
|
||||
1. Plugin release
|
||||
|
||||
## Development Information
|
||||
|
||||
- Developer: frankthwang
|
||||
- Version: 1.0.1
|
||||
- Version: 1.0.2
|
||||
|
|
|
|||
|
|
@ -36,13 +36,15 @@
|
|||
|
||||
## 版本日志:
|
||||
|
||||
- V1.0.1
|
||||
- #1.0.2
|
||||
1. 增加了对中文、英文、日语、韩语的语言支持
|
||||
- #1.0.1
|
||||
1. 优化展示效果,在时间标签前添加了一个空格。
|
||||
2. 解决了在任务清单中添加计时器,导致任务勾选框失效的问题。
|
||||
- V1.0.0
|
||||
- #1.0.0
|
||||
1. 插件发布
|
||||
|
||||
## 开发信息
|
||||
|
||||
- 开发者: frankthwang
|
||||
- 版本: 1.0.1
|
||||
- 版本: 1.0.2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "text-block-timer",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"minAppVersion": "1.8.9",
|
||||
"name": "Text Block Timer",
|
||||
"author": "frankthwang",
|
||||
|
|
|
|||
Loading…
Reference in a new issue