A native Thymer plugin for quickly capturing notes and adding them to today's Journal or any page in your workspace.

- Quick Note Capture - Fast modal interface for capturing thoughts
- Multi-line Support - Enter for new lines, Shift+Enter to save
- Journal Integration - Automatically finds/creates today's Journal entry
- Flexible Destinations - Choose Journal (default) or search for any page
- Tag Support - Add hashtags with autocomplete from existing tags
- Timestamps - Notes include local timezone timestamps
- Command Palette - Access via Cmd+P → "Quick Capture: New Note"
- Status Bar - Quick access icon in the status bar
- Open Thymer in your browser
- Press
Cmd+P/Ctrl+Pto open the Command Palette - Select "Plugins"
- Click "Create Plugin" to create a new Global Plugin
- In the Edit Code dialog:
- Custom Code tab: Paste the contents of
plugin.js - Configuration tab: Paste the contents of
plugin.json
- Custom Code tab: Paste the contents of
- Click Save
Option 1: Press Cmd+P / Ctrl+P, then type "Quick Capture" and select it
Option 2: Click the 📝 icon in the status bar (bottom of Thymer)
- Type your note in the text area
- Use Enter for new lines (multi-line notes supported)
- Optionally change the destination (defaults to today's Journal)
- Optionally add tags (with autocomplete)
- Press Shift+Enter or click Save to capture
| Shortcut | Action |
|---|---|
Enter |
New line |
Shift+Enter |
Save note |
Escape |
Close modal |
Captured notes appear in your destination page with:
- Timestamp (e.g., "Dec 29, 10:15 AM")
- Your note content
- Any tags you added
Multi-line notes are indented under the first line.
Example output:
Dec 29, 10:15 AM — Remember to review the quarterly report #work #todo
Also need to schedule the team meeting
Check budget allocations
For hot-reloading during development:
- Clone the Thymer Plugin SDK
- Copy
plugin.jsandplugin.jsonto the SDK directory - Follow the SDK's hot-reload instructions
MIT