gittech. site

for different kinds of informations and explorations.

PromptMD – for those who juggle with prompts all day

Published at
3 days ago

PromptMD

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.

Downloads

You can download the latest release HERE.

Features

Core Functionality

  • 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

Rich Text Support

  • 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

Organization

  • Tag-based organization system
  • Powerful search across titles, content, and tags
  • Dynamic title generation from first line
  • Clean, minimalist interface
  • Smart content previews

User Experience

  • Keyboard shortcuts for common actions
  • Auto-save with 500ms debounce
  • Drag-and-drop reordering
  • One-click copying to clipboard
  • Quick access help modal

Getting Started

  1. Download the HTML file
  2. Open it in your web browser
  3. Start creating and managing your prompts!

No installation, no dependencies, no setup required.

Known Issues

Problem: PromptMD automatically labels each prompt using the first line of its content. If the first line is long, it may make the left panel become too large. Solution: make sure you enter the title of your prompt on the first line, and write the rest below.

Keyboard Shortcuts

  • Ctrl + N: Create new prompt
  • Ctrl + S: Force save current prompt
  • Ctrl + F: Focus search box
  • Ctrl + C: Copy current prompt
  • Ctrl + M: Toggle Markdown preview
  • Delete: Delete selected prompt
  • ?: Show/hide help
  • Esc: Close modal/Cancel edit

Data Privacy

All data is stored locally in your browser using localStorage. No data is ever sent to any server.

Browser Support

Works in all modern browsers that support:

  • localStorage
  • ES6+ JavaScript
  • CSS Grid/Flexbox

License

PromptMD is free software; see LICENSE for more details.