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
- Host: GitHub
- URL: https://github.com/markmead/tiny-markdown
- Owner: markmead
- License: mit
- Archived: true
- Created: 2022-07-04T15:54:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T19:49:29.000Z (over 3 years ago)
- Last Synced: 2024-10-28T13:05:34.435Z (over 1 year ago)
- Topics: cms, editor, markdown, markdown-editor, markdown-to-html
- Language: HTML
- Homepage:
- Size: 175 KB
- Stars: 45
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiny Markdown
Tiny Markdown is a fast, single-file markdown editor with live preview.

## 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