Recipe Export

Recipe Box can export any recipe in several formats - for sharing, backup, or use in other apps. The export button is in the Recipe View header.

Formats

FormatOutputUse case
Markdown (plain)Clean, human-readable Markdown with no plugin-specific frontmatterSharing with someone who doesn’t use Recipe Box
Markdown (importable)Markdown with Recipe Box frontmatter intactMoving a recipe between vaults that both use Recipe Box
JSONMachine-readable structured recipe dataIntegrating with other tools or scripts
JSON-LDSchema.org compliant recipe dataSEO embedding, structured data validators, recipe apps that read JSON-LD

Markdown formats save as a new note inside your vault. JSON and JSON-LD trigger a file download to your device instead - they’re interchange artifacts, not vault content.

Options

Include cook history and other sections - includes your cook history entries and any other non-recipe sections from the note body. On by default.

Include images - embeds images in the export where the format supports it. Local vault images are currently omitted with a placeholder marker rather than bundled into the file.

Export at current multiplier - only shown when the recipe is scaled (multiplier ≠ 1). Exports ingredient quantities at the current scale instead of the base recipe amounts.

Output Location

For Markdown formats, the Save as note path field pre-fills with your configured Export folder (default Recipe Exports) and the recipe name. You can type any vault-relative path; an autocomplete suggests existing notes as you type.

For JSON/JSON-LD, the filename is the recipe’s note name with a .json or .jsonld extension.

Preview

Click Show preview to expand a read-only text area showing what will be exported before you commit. The preview updates when you change the format or options. It’s collapsed by default since building the full recipe body is relatively expensive.

Settings

Under Settings → Recipe Box → Export:

SettingDefaultWhat it does
Export folderRecipe ExportsDefault vault-relative folder for Markdown exports. Can be overridden per-export in the path field.
Default formatMarkdown (plain)Format pre-selected when the export dialog opens.
Include cook history by defaultOnPre-checks the “Include cook history” option.
Include images by defaultOnPre-checks the “Include images” option.