mirror of
https://github.com/wth461694678/text-block-timer.git
synced 2026-07-22 05:46:04 +00:00
1. **==Critical Bug Fix==**: Fixed the undo history pollution issue — timer real-time updates no longer pollute the editor's undo/redo stack. (Thanks to [mosmash](https://github.com/mosmash) for reporting!) 2. **Timer Style Optimization**: Redesigned the timer rendering style; added option to hide hours digit for shorter durations. 3. **==New Feature==**: Added Time Adjustment function with an iPhone-style scroll wheel time picker UI, accessible via right-click menu and command palette, fully compatible with mobile. 4. Closed issues: [#12](https://github.com/wth461694678/text-block-timer/issues/12), [#11](https://github.com/wth461694678/text-block-timer/issues/11), [#7](https://github.com/wth461694678/text-block-timer/issues/7)
17 lines
No EOL
509 B
JSON
17 lines
No EOL
509 B
JSON
{
|
|
"autoStopTimers": "quit",
|
|
"timerInsertLocation": "head",
|
|
"enableCheckboxToTimer": true,
|
|
"runningCheckboxState": "/",
|
|
"pausedCheckboxState": "-xX",
|
|
"checkboxToTimerPathRestriction": "disable",
|
|
"pathRestrictionPaths": [],
|
|
"runningIcon": "⏳",
|
|
"pausedIcon": "💐",
|
|
"timeDisplayFormat": "smart",
|
|
"timerDisplayStyle": "badge",
|
|
"runningTextColor": "#10b981",
|
|
"runningBgColor": "rgba(16, 185, 129, 0.15)",
|
|
"pausedTextColor": "#ffffff",
|
|
"pausedBgColor": "rgba(255, 255, 255, 0.12)"
|
|
} |