mirror of
https://github.com/wth461694678/text-block-timer.git
synced 2026-07-22 05:46:04 +00:00
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.
9 lines
No EOL
249 B
JSON
9 lines
No EOL
249 B
JSON
{
|
|
"id": "text-block-timer",
|
|
"version": "1.0.3",
|
|
"minAppVersion": "1.8.9",
|
|
"name": "Text Block Timer",
|
|
"author": "frankthwang",
|
|
"description": "Add a timer to text block to enable count-up timing.",
|
|
"isDesktopOnly": true
|
|
} |