moshiqaq400 downloadsCreate Feishu/Lark-style countdown blocks.
中文说明 (Chinese README) · Latest Release · Issue Tracker
Bring Feishu/Lark-style countdown blocks to Obsidian. The plugin renders a vivid, live-updating timer that adapts to your app language (English or Chinese), and lets you tweak its look without leaving your note.
Insert countdown timer.obsidian-countdown-plugin-vX.X.X.zip)..obsidian/plugins/obsidian-countdown-plugin/ directory so it contains manifest.json, main.js, and styles.css.# install dependencies
npm install
# watch mode for development npm run dev
# or build once for release
npm run build
Copy the generated manifest.json, main.js, and styles.css into .obsidian/plugins/obsidian-countdown-plugin/ afterwards.
2024-12-31T16:00:00.000Z
New Year Countdown
#F79009
| Command | Description |
|---|---|
Insert countdown timer |
Opens the modal to create a new countdown at the cursor. |
| Setting | Description |
|---|---|
| Default label | Used when the block omits a custom label (auto-localised). |
| Default duration (minutes) | Pre-fills the modal with a relative future time. |
| Default colour | Initial highlight colour for new timers. |
Pull requests and issues are welcome. This project follows the same layout as the official obsidian-sample-plugin. Before opening a PR, run npm run build and ensure linting/tests (if any) pass.
MIT