From cac475479a9573f11dd22a8ec5eb49c76db9dbe2 Mon Sep 17 00:00:00 2001 From: wth461694678 <39629728+wth461694678@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:32:31 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9cd2e53..69f31a5 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,17 @@ - 📊 计时数据持久化保存 ## 使用方法 +(一)鼠标操作 ![](https://github.com/wth461694678/text-block-timer/blob/main/readme_1.gif) 1. 在文本行上右键点击 2. 选择"开始计时"、"暂停计时"或"继续计时" 3. 计时器会以 `⏳00:00:00`格式显示在文本块的末尾 +(二)命令行+快捷键(推荐⭐️) +1. 当光标在某个文本块时,调用命令 toggle timer,即可实现timer的开始、暂停、继续操作 +2. 在设置中给该命令绑定快捷键,可实现基于键盘的快速操作 + + ## 安装方法 1. 在Obsidian中打开"设置" → "社区插件"