Settings Overview
Configure JodNote to match your workflow and preferences.
Accessing Settings
- Press
Ctrl+Alt+Jto open JodNote - Type
/settingsand press Enter, OR - Right-click system tray icon → Settings
Settings Categories
Appearance
Customize the look and feel:
- Theme - Light, dark, or system default
- Font size - Adjust text size
- Window transparency - Set opacity level
- Accent color - Choose primary color
Keyboard
Customize keyboard shortcuts:
- Global hotkey - Change from default
Ctrl+Alt+J - Navigation style - Standard or Vim mode
- Shortcut conflicts - Detect and resolve
- Custom shortcuts - Set your own key bindings
Startup Behavior
Control how JodNote launches:
- Launch at startup - Start with Windows
- Initial window state - Hidden or visible
- Minimize to tray - On launch behavior
- Check for updates - Automatic update checks
Data Management
Manage your notes database:
- Database location - View and change location at
%APPDATA%\com.jodnote.app\jodnote.db - Export data - Manually backup the database file
- Import data - Copy database file to application directory
- Reset - Clear all data (with confirmation)
Quick Settings
Global Hotkey
The most commonly changed setting:
Default: Ctrl+Alt+J
To change:
- Open Settings → Keyboard
- Click on hotkey field
- Press your desired key combination
- Click Save
Popular alternatives:
Ctrl+Alt+NCtrl+Shift+JWin+JCtrl+Shift+N
Theme
To change theme:
- Open Settings → Appearance
- Select Light, Dark, or System
- Changes apply immediately
Launch at Startup
To enable/disable:
- Open Settings → Startup
- Toggle "Launch at startup"
- JodNote will start with Windows when enabled
Settings Storage
Settings are stored separately from notes:
Location: %APPDATA%\com.jodnote.app\settings.json
Format: JSON file with all preferences
Default Settings
JodNote ships with sensible defaults:
{
"globalHotkey": "Ctrl+Alt+J",
"theme": "system",
"fontSize": 14,
"launchAtStartup": false,
"checkUpdates": true,
"vimMode": false
}Reset Settings
To restore default settings:
- Open Settings
- Scroll to bottom
- Click "Reset to Defaults"
- Confirm action
Data Preservation
Resetting settings does NOT delete your notes. Only settings are reset.
Import/Export Settings
Export Settings
Useful for:
- Backing up preferences
- Sharing configuration with others
- Migrating to a new computer
To export:
- Settings → Data Management
- Click "Export Settings"
- Save JSON file
Import Settings
To import:
- Settings → Data Management
- Click "Import Settings"
- Select previously exported JSON file
- Restart JodNote to apply
Advanced Settings
Some settings are available only in the settings file:
{
"windowPosition": { "x": 1400, "y": 800 },
"searchDebounce": 150,
"maxRecentNotes": 100,
"enableAnimations": true
}Edit %APPDATA%\com.jodnote.app\settings.json directly for these.
Troubleshooting
Settings Not Saving
- Check file permissions on
%APPDATA%\com.jodnote.app\ - Close all JodNote instances
- Delete
settings.jsonto recreate - Restart JodNote
Hotkey Not Working
- Check for conflicts with other apps
- Try a different key combination
- Run JodNote as administrator (if needed)
- Check Windows hotkey settings
Can't Find Settings File
Navigate to:
%APPDATA%\com.jodnote.app\settings.jsonOr run in PowerShell:
ii "$env:APPDATA\com.jodnote.app"Settings Backup
Best practices:
- Regular backups - Include settings.json in backups
- Version control - Track changes to settings
- Cloud sync - Sync settings.json via Dropbox/OneDrive (optional)
Learn More
Configure JodNote your way! ⚙️
