warrenmd
v0.0.7
Published
A clean, Medium-style markdown editor. Single binary with embedded web UI.
Downloads
681
Maintainers
Readme
warrenmd
A clean, Medium-style markdown editor. Ships as a single binary with an embedded web interface.
Installation
# Run directly with npx
npx warrenmd
# Or install globally
npm install -g warrenmd
warrenmdUsage
# Start the editor (opens at http://localhost:3000)
warrenmd
# Use a custom port
warrenmd -port 8080
# Use a custom documents directory
warrenmd -data ~/my-notes
# Combine options
warrenmd -port 8080 -data ~/my-notesOptions
| Option | Default | Description |
|--------|---------|-------------|
| -port | 3000 | Port to run the server on |
| -data | ./documents | Directory to store documents |
Features
- Rich Text Editing - WYSIWYG editing powered by Tiptap with markdown output
- File Explorer - Browse, create, rename, and delete files and folders
- Keyboard Shortcuts - Ctrl/Cmd+S to save, Ctrl/Cmd+B for bold, etc.
- Clean UI - Distraction-free writing experience
- Single Binary - No dependencies, just run it
Supported Platforms
- macOS (Apple Silicon & Intel)
- Linux (x64 & ARM64)
- Windows (x64)
License
MIT
