heycalmdown317 downloadsInsert current time at cursor position, rounded to nearest 5-minute interval.
An Obsidian plugin that inserts the current time at the cursor position, rounded to the nearest 5-minute interval.
This plugin is designed to be ultra-lightweight and performance-friendly:
Perfect for users who want quick time insertion without any performance overhead.
.obsidian/plugins/obsidian-time-inserter/ folderOpen the Command Palette (Ctrl/Cmd + P) and run:
Time Inserter: Insert rounded time (5-minute intervals) - Inserts time rounded to 5-minute intervalsYou can assign a custom hotkey to the command in Obsidian settings.
14:25 (14:23 rounded to 14:25)09:05 (09:03 rounded to 09:05)# Install dependencies
npm install
# Development mode (watch files)
npm run dev
# Build
npm run build
# Type check
npm run check
MIT