An open API service indexing awesome lists of open source software.

https://github.com/markmead/tiny-markdown

📝 Simple markdown editor in the browser for quick and easy markdown creation
https://github.com/markmead/tiny-markdown

cms editor markdown markdown-editor markdown-to-html

Last synced: 3 months ago
JSON representation

📝 Simple markdown editor in the browser for quick and easy markdown creation

Awesome Lists containing this project

README

          

# Tiny Markdown

Tiny Markdown is a fast, single-file markdown editor with live preview.

![](https://tiny-markdown.vercel.app/cover.jpg)

## What It Does

- Writes markdown with toolbar shortcuts.
- Renders live preview safely with HTML sanitization.
- Saves revision snapshots to `localStorage`.
- Loads, deletes, and clears saved revisions from the revision menu.
- Copies markdown to clipboard.
- Exports markdown as `.md`.
- Supports dark mode and fullscreen editing.

## Tech Stack

- Alpine JS
- Alpine JS Persist
- Tailwind CSS
- Marked
- DOMPurify