A simple time picker plugin for LogSeq that allows you to quickly insert time values into your blocks.
- 🕐 Quick time insertion via
/timeslash command - 📱 Popup modal interface with dropdown selects
- 🌓 Automatic light/dark theme support
- ⌨️ Keyboard shortcuts (Enter to insert, Escape to close)
- 🎯 "Now" button for current time
- 🔢 24-hour format (HH:MM)
- Type
/timein any block - Select hour and minute from dropdowns
- Click "Insert" or press Enter
- Time is inserted at cursor position
Search for "TimePicker" in the LogSeq plugins marketplace.
- Clone this repository
- Run
pnpm install - Run
pnpm build - Open LogSeq → Settings → Advanced → Developer mode
- Go to Plugins → Load unpacked plugin
- Select this plugin directory
# Install dependencies
pnpm install
# Development mode with HMR
pnpm dev
# Build for production
pnpm buildMIT
Contributions are welcome! Please feel free to submit a Pull Request.