# About yeet.md

Paste from your notes, AI chats, or editor. Get a shareable link back instantly. No account required.

## What yeet.md does

- **Instant publish.** Paste Markdown, click Publish, get a permalink. Each link is an immutable snapshot — publish again for a new one.
- **Live preview.** Split-pane editor shows rendered output as you type. Code highlighting, math, and diagrams all work.
- **Local drafts.** Click *Save in browser* to keep editable drafts in localStorage. They stay on your device unless you choose to publish a snapshot.
- **Syntax highlighting** for JavaScript, Python, Rust, Go, TypeScript, CSS, HTML, JSON, YAML, SQL, Bash, and more.

## Obsidian-flavored Markdown

Extended syntax you already use, rendered the way you expect:

- Callouts: `> [!note]`, `> [!tip]`, `> [!warning]`, `> [!important]`, `> [!caution]` with optional custom titles and `+`/`-` collapse modifiers
- Highlights: `==highlighted text==`
- Comments: `%%hidden note%%` renders as faded italic
- Wikilinks: `[[Page]]` and `[[Page|Display Text]]` render as dashed-underline internal references
- Frontmatter: YAML at the top of a note renders as a clean property card

## Discord-flavored Markdown

The same formatting Discord users know, rendered natively:

- Underline: `__text__`
- Spoilers: `||text||` — click to reveal
- Subtext: `-# small caption`
- Emoji shortcodes: `:tada:`, `:fire:`, etc.

## Companion tools

- **[Browser extension](https://chromewebstore.google.com/)** for Chrome and Firefox. Publish from a popup or right-click context menu without leaving the current tab. Live preview with full yeet.md fidelity, copy as Markdown / HTML / Rich text.
- **[Obsidian plugin](https://github.com/davidvkimball/obsidian-yeet)**. Publishes the active note from inside Obsidian with one hotkey. Tracks every snapshot you've ever produced. Per-snapshot delete tokens are stored in Obsidian's secret storage.
- **HTTP API** at <https://yeet.md/api>. POST Markdown, get a snapshot URL back. DELETE with a bearer token to unpublish.

## Open source

yeet.md is open source: <https://github.com/davidvkimball/yeet.md>

Built by [David V. Kimball](https://davidvkimball.com).
