PromptMD is a lightweight, browser-based prompt management tool that helps you create, organize, and edit text prompts with real-time Markdown preview. Built as a single HTML file with no external dependencies (except marked.js for Markdown rendering), it works entirely in your browser and stores all data locally.
You can download the latest release HERE.
- v1.01
- added automatic truncation of long prompt titles
- editor switches to edit mode upon creating a new prompt
- v1.0 - initial release
- Create and edit prompts with automatic saving
- Real-time Markdown preview and editing
- Drag-and-drop prompt reordering
- Local storage for all your prompts
- Import/Export functionality for backup and sharing
- Responsive split-pane interface with adjustable width
- Live Markdown preview
- Support for all common Markdown elements:
- Headers
- Lists (ordered and unordered)
- Code blocks and inline code
- Tables
- Blockquotes
- Links
- Horizontal rules
- Built-in Markdown cheat sheet
- Tag-based organization system
- Powerful search across titles, content, and tags
- Dynamic title generation from first line
- Clean, minimalist interface
- Smart content previews
- Keyboard shortcuts for common actions
- Auto-save with 500ms debounce
- Drag-and-drop reordering
- One-click copying to clipboard
- Quick access help modal
- Automatically truncate overly long prompt titles
- Automatically disables MD mode for new prompts
- Download the HTML file
- Open it in your web browser
- Start creating and managing your prompts!
No installation, no dependencies, no setup required.
PromptMD automatically labels each prompt using the first line of its content. If the first line is long, it will truncate it.
Ctrl + N
: Create new promptCtrl + S
: Force save current promptCtrl + F
: Focus search boxCtrl + C
: Copy current promptCtrl + M
: Toggle Markdown previewDelete
: Delete selected prompt?
: Show/hide helpEsc
: Close modal/Cancel edit
All data is stored locally in your browser using localStorage. No data is ever sent to any server.
Works in all modern browsers that support:
- localStorage
- ES6+ JavaScript
- CSS Grid/Flexbox
PromptMD is free software; see LICENSE for more details.