← Back to Editor
Notepad Custom - Help & Changelog
Keyboard Shortcuts
Text Formatting (Markdown)
| Shortcut | Action |
| Ctrl + B | Bold text |
| Ctrl + I | Italic text |
| Ctrl + K | Insert link |
| Ctrl + ` | Inline code |
| Ctrl + Shift + K | Code block |
| Ctrl + Shift + X | Strikethrough |
| Ctrl + L | Bullet list |
| Ctrl + Shift + C | Checkbox |
Code & JSON NEW
| Shortcut | Action |
| Tab | Indent (4 spaces) |
| Shift + Tab | Dedent (remove 4 spaces) |
| Ctrl + Shift + J | Beautify JSON (selection or full document) |
| Ctrl + Shift + F | Format code block at cursor |
Tip: Code Block Formatting
Ctrl +
Shift +
F formats the code block where your cursor is located.
Works with: JavaScript, TypeScript, JSON, HTML, Markdown.
Search & Navigation
| Shortcut | Action |
| Ctrl + F | Find in document |
| Ctrl + H | Find and replace |
| Ctrl + G | Go to line |
General
| Shortcut | Action |
| Ctrl + S | Save document |
| Ctrl + Z | Undo |
| Ctrl + Shift + Z | Redo |
Features
JSON Tools Panel NEW
Click the { } button in the toolbar to open the JSON panel.
- Beautify - Format JSON with 2-space indentation
- Minify - Compress JSON to single line
- Validate - Check JSON syntax and show errors with line/column
- Copy - Copy to clipboard
- Insert - Insert as code block in editor
- Path Navigator - Explore JSON structure with clickable paths
Multi-Language Support NEW
Import and edit files with proper syntax highlighting:
- JavaScript - .js, .jsx
- TypeScript - .ts, .tsx
- PHP - .php
- Python - .py
- JSON - .json
- Markdown - .md (default)
- Plain Text - .txt
Markdown Preview
Click the eye button to toggle split-view preview with synchronized scrolling.
Table of Contents
Click the document button to show a navigable TOC generated from your headings.
Organization
- Tags - Add tags to documents for filtering
- Folders - Organize documents in folders (drag & drop supported)
- Workspaces - Separate spaces for different projects
- Favorites - Pin important documents
- Archive - Hide documents without deleting
Images
- Paste - Paste images directly from clipboard
- Drag & Drop - Drop images into the editor
- Images are automatically uploaded and stored
Sync & Backup
- Auto-sync - Changes sync across devices automatically
- Google Drive - Connect for backup and import
- Offline mode - Works without internet, syncs when back online
- Version history - Access previous versions of documents
REST API Client NEW
Click the globe button in the toolbar to open the REST client.
- Request Builder - Build GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS requests
- Headers - Add custom headers with enable/disable toggle
- Body - JSON, form, or raw body content
- Authentication - Bearer token, Basic auth, API key, custom headers
- Token Management - Save and reuse authentication tokens
- Request Folders - Organize saved requests in folders
- Response Viewer - View status, time, headers, and formatted body
- AI Parse - Parse curl commands or API docs with OpenAI
Changelog
v1.2.0 - December 2024
- NEW REST API Client with full request builder
- NEW Token management for saved authentication
- NEW AI-powered curl/docs parsing with OpenAI
- NEW Request folders for organization
v1.1.0 - December 2024
- NEW Tab/Shift-Tab indentation (4 spaces)
- NEW JSON beautify shortcut (Ctrl+Shift+J)
- NEW JSON Tools Panel with beautify, minify, validate, path navigator
- NEW Multi-language file support (JS, TS, PHP, Python, JSON)
- NEW Code block formatting with Prettier (Ctrl+Shift+F)
- IMPROVED Syntax highlighting per file type
v1.0.0 - Initial Release
- Markdown editor with CodeMirror 6
- Split-view preview with sync scroll
- Multi-tab document editing
- Tags, folders, and workspaces
- Google Drive integration
- PWA with offline support
- Image paste and drag-drop
- Document version history
Notepad Custom © 2024