diff --git a/README.md b/README.md index 923d8fd..d34fba6 100644 --- a/README.md +++ b/README.md @@ -6,29 +6,27 @@ A text block timing tool designed for Obsidian, allowing you to add timing funct ## Features -- Add timers to text lines (count-up timing) + `` + +- 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 - -## Installation Method - -1. In Obsidian, open "Settings" → "Community Plugins" -2. Click "Browse" and search for "Text Block Timer" -3. Install and enable the plugin +- [💾](https://www.emojiall.com/zh-hans/emoji/%F0%9F%92%BE) Timing data is persistently saved ## Usage Method ### (1) Command Palette + Shortcuts (Recommended ⭐️) + 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 - + `` ### (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 - + `` ## Notes @@ -38,4 +36,4 @@ A text block timing tool designed for Obsidian, allowing you to add timing funct ## Development Information - Developer: frankthwang -- Version: 1.0.0 +- Version: 1.0.1 diff --git a/README.zh.md b/README.zh.md index 316b042..afbdf00 100644 --- a/README.zh.md +++ b/README.zh.md @@ -6,30 +6,27 @@ ## 功能特性 -- 为文本行添加计时器(正计时) + `` + +- 为任意文本行添加计时器,支持同时执行多个计时器(正计时) - ▶️/⏸️ 支持开始、暂停、继续计时,支持一个任务的多段计时累计 - ⏳ 实时显示累计时间 -- 📊 计时数据持久化保存 - -## 安装方法 - -1. 在Obsidian中打开"设置" → "社区插件" -2. 点击"浏览"并搜索"文本块计时器" -3. 安装并启用插件 +- 💾 计时数据持久化保存 ## 使用方法 ### (一)命令行+快捷键(推荐⭐️) + 1. 为命令 "Text Block Timer: Toggle timer" 配置快捷键,方便快速使用 2. 当光标在某个文本块时,按下快捷键,即可实现timer的开始、暂停、继续操作 - + `` ### (二)鼠标操作 + 1. 在文本行上右键点击 2. 选择"开始计时"、"暂停计时"或"继续计时" 3. 计时器会以 `【⏳00:00:00 】`格式显示在文本块的行首 - - + `` ## 注意事项 @@ -38,4 +35,4 @@ ## 开发信息 - 开发者: frankthwang -- 版本: 1.0.0 +- 版本: 1.0.1 diff --git a/demo.gif b/demo.gif new file mode 100644 index 0000000..0297fc6 Binary files /dev/null and b/demo.gif differ diff --git a/manifest.json b/manifest.json index 2329f60..485bc6d 100644 --- a/manifest.json +++ b/manifest.json @@ -4,6 +4,6 @@ "minAppVersion": "1.8.9", "name": "Text Block Timer", "author": "frankthwang", - "description": "Add a timer to text block to track task time consumption.", + "description": "Add a timer to text block to enable count-up timing.", "isDesktopOnly": true -} +} \ No newline at end of file