Skip to content

alecdotdev/Markpad

Repository files navigation

Markpad Icon

Markpad

The Notepad equivalent for Markdown

GitHub Release

A lightweight, minimalist Markdown viewer and text editor built for productivity across Windows, macOS, and Linux.

Website // Download Latest Release // Report a Bug


demo

Features

  • Tabbed interface
  • Monaco editor (VS Code)
  • Split view
  • Syntax highlighting both in editor and code blocks
  • Math equation support (KaTeX)
  • Mermaid diagram support
  • Vim mode
  • Auto-reload
  • Zen mode
  • Table of contents
  • Custom themes
  • Paste images into editor
  • Custom typography and font settings
  • Content zooming
  • Image and YouTube embeds
  • PDF and HTML export
  • Familiar GitHub styled markdown rendering
  • Tiny memory usage (~10MB)
  • No telemetry or bloat
  • Free and open-source
  • Lightweight native UI
  • Cross-platform (Windows, macOS, Linux)

Installation

Package Managers

Windows (Chocolatey)

choco install markpad-app --version=2.5.0 # version flag is temporary for now

Linux (Snap)

sudo snap install markpad 

Direct Download

Download the latest executable or installer from the releases page or from markpad.sftwr.dev

Installation from source

  • Clone the repository
  • Run npm install to install dependencies
  • Run npm run tauri build to build the executable
  • [Optional] Rename to MarkpadInstaller.exe to run as installer

Issues & Feedback

If you find a bug, have a feature request, or just want to leave some feedback, please open an issue. I'm actively developing Markpad and love hearing from users!

Contributing

Contributions are always welcome! Markpad is built with SvelteKit and Tauri.

  1. Fork & Clone the repository
  2. Install dependencies: npm install
  3. Run the dev server: npm run tauri dev (to run the Tauri app locally)
  4. Make your changes and ensure type checking passes: npm run check
  5. Open a Pull Request!

Please ensure your code follows the existing style and that you add descriptions for any new features.

Screenshots

Split view

split view

Home page

home page

Split view minimal

split view minimal

Code blocks

code block

Light mode

light mode

Settings

settings

Zen mode

zen mode

Theme settings

theme setting

Table of contents

toc

Theme example

theme example

Drag and drop

drag and drop