-
Notifications
You must be signed in to change notification settings - Fork 0
Settings
CyberGems edited this page Aug 30, 2026
·
1 revision
CyberNotes provides extensive configuration options accessible through the Settings modal.
| Setting | Description |
|---|---|
| Theme | Cyber Dark, Midnight, Forest, Neon, Light, Graphite |
| Color intensity | 0β100% |
| Language | English / Spanish |
| Custom background | Background image path |
| Glass blur | 0β40 px |
| Overlay opacity | 0β95% |
| Autosave | Enable/disable autosave |
| Auto-check updates | Check for updates on startup |
| Remember last note | Restore last opened note |
| Show line counter | Line/column display |
| Setting | Description |
|---|---|
| Master password | Set/change password |
| Auto-lock timeout | 1 min to 24 hours (0=disabled) |
| Privacy shield | Screen shield when hidden |
| Setting | Description |
|---|---|
| Sound preset | Off, Click, Beep, Chime, Glitch |
| Sound scope | App-only or Global |
| Setting | Description |
|---|---|
| Toggle hotkey | Global shortcut (default: Alt+Shift+N) |
| Close to tray | Close button minimizes to tray |
| Minimize to tray | Minimize button hides to tray |
| Auto-start | Launch with Windows |
| Window bounds | Saved position/size |
| Open note IDs | Session restore tabs |
Export your notes:
| Format | Description |
|---|---|
| Markdown | Plain text with markdown formatting |
| HTML | Styled HTML document |
| JSON | Full backup with all metadata |
Restore from backup:
- Go to Settings β Data β Import
- Select JSON backup file
- Automatic safety backup created before import
- Notes are restored
- Choose any save location
- Backup includes all folders and notes
- Images included in JSON backup
- SQL.js (SQLite compiled to WebAssembly)
- Single database file:
cybernotes.db - Location:
%APPDATA%\CyberNotes\
- Deferred writes (1500ms coalescing)
- Minimizes disk I/O
- Lightweight list queries (no content HTML)
- Full content loaded only on open
- Stored in
%APPDATA%\CyberNotes\images\ - Referenced in note content
- Thumbnail extraction from first image
Reset all settings to defaults:
- Go to Settings β System
- Click Factory Reset
- Confirm the reset
β οΈ This clears all settings. Notes are preserved unless explicitly deleted.