mirror of
https://github.com/wth461694678/text-block-timer.git
synced 2026-07-22 12:30:24 +00:00
update README.md
This commit is contained in:
parent
d96e574786
commit
78ed9776eb
2 changed files with 6 additions and 6 deletions
|
|
@ -38,16 +38,16 @@ Users can freely choose whether to continue the timing after closing the file or
|
|||
|
||||
#### 1.1 never stops unless the user stops manually
|
||||
After a user closes a file or exits Obsidian, the timer will still "time in the background". When the file is opened next time, the time spent during the closure period will be counted as the timer time and the timing will automatically resume.
|
||||
<img src="https://github.com/wth461694678/text-block-timer/blob/main/settings_never.png" width="80%" alt="">
|
||||
<img src="https://github.com/wth461694678/text-block-timer/blob/main/settings_never.gif" width="80%" alt="">
|
||||
|
||||
#### 1.2 auto-stop only when exiting Obsidian. Background timing continues when closing files (recommended, default option)
|
||||
After the user closes a file, the timer will still "time in the background". When the file is opened next time, the time spent during the closing period will be counted as the timer time and the timing will automatically resume.
|
||||
However, once the user exits Obsidian, all timers will stop immediately to prevent significant data errors caused by the user forgetting to manually close the timers.
|
||||
<img src="https://github.com/wth461694678/text-block-timer/blob/main/settings_quit.png" width="80%" alt="">
|
||||
<img src="https://github.com/wth461694678/text-block-timer/blob/main/settings_quit.gif" width="80%" alt="">
|
||||
|
||||
#### 1.3 auto-stop immediately when closing a file
|
||||
After the user closes a file, all timers will stop immediately. However, if a file is closed by mistake, it may cause the timer to pause.
|
||||
<img src="https://github.com/wth461694678/text-block-timer/blob/main/settings_close.png" width="80%" alt="">
|
||||
<img src="https://github.com/wth461694678/text-block-timer/blob/main/settings_close.gif" width="80%" alt="">
|
||||
|
||||
### 2. Timer insert position
|
||||
Users can choose to insert a timer label either before or after the text block.
|
||||
|
|
|
|||
|
|
@ -38,16 +38,16 @@
|
|||
|
||||
#### 1.1 从不停止,除非用户手动停止
|
||||
用户关闭文件、退出Obsidian后,计时器依然会“后台计时”,在下次打开文件时,会讲关闭期间的耗时计入计时器耗时,并自动恢复计时。
|
||||
<img src="https://github.com/wth461694678/text-block-timer/blob/main/settings_never.png" width="80%" alt="">
|
||||
<img src="https://github.com/wth461694678/text-block-timer/blob/main/settings_never.gif" width="80%" alt="">
|
||||
|
||||
#### 1.2 仅退出Obsidian时停止,关闭文件依然后台计时(推荐,默认选项)
|
||||
用户关闭文件后,计时器依然会“后台计时”,在下次打开文件时,会讲关闭期间的耗时计入计时器耗时,并自动恢复计时。
|
||||
然而,用户退出Obsidian后,所有计时器会立即停止,防止用户忘记手动关闭计时器导致数据产生重大误差。
|
||||
<img src="https://github.com/wth461694678/text-block-timer/blob/main/settings_quit.png" width="80%" alt="">
|
||||
<img src="https://github.com/wth461694678/text-block-timer/blob/main/settings_quit.gif" width="80%" alt="">
|
||||
|
||||
#### 1.3 关闭文件时立即停止
|
||||
用户关闭文件后,所有计时器会立即停止,但在误关文件时,可能导致计时暂停。
|
||||
<img src="https://github.com/wth461694678/text-block-timer/blob/main/settings_close.png" width="80%" alt="">
|
||||
<img src="https://github.com/wth461694678/text-block-timer/blob/main/settings_close.gif" width="80%" alt="">
|
||||
|
||||
### 2. 插入位置
|
||||
用户可以选择在文本块的前面或后面插入计时器标签。
|
||||
|
|
|
|||
Loading…
Reference in a new issue