Convert online recipes into clean Markdown.
Recipe2MD is a lightweight Firefox extension that converts online recipes into clean, readable Markdown for Joplin, Obsidian, Logseq and other note-taking apps.
Instead of converting HTML, Recipe2MD extracts structured recipe data (schema.org/Recipe) whenever possible and falls back to HTML parsing for websites that provide incomplete metadata.
The generated Markdown is ideal for applications such as:
- Joplin
- Obsidian
- Logseq
- Git repositories
- Plain Markdown files
- Clean Markdown output
- Supports structured recipe data (
schema.org/Recipe) - HTML fallback for unsupported websites
- Ingredient groups when available
- Automatic language detection
- Localized output (DE, EN, FR, IT, ES)
- No tracking
- No cloud service
- No account required
Recipe2MD is designed to work with any website exposing schema.org/Recipe.
Tested with:
- Chefkoch
- Emmi kocht einfach
- MaltesKitchen
- Food by Jo's
- Knorr
More websites will be added over time.
# Banana bread
**Source:** https://...
## Ingredients
- [ ] 140 g butter
- [ ] ...
## Instructions
1. Heat oven...- Better HTML fallback
- Download as
.md - Chrome / Chromium support
- Plugin architecture for website-specific parsers
GPL-3.0
Recipe2MD does not collect, store or transmit any personal data. All processing happens locally in your browser.