Process a recipe into an Obsidian note using the Recipe template.

Steps

  1. Parse the recipe. Extract the name, ingredients, and method from the user’s input. Input may be rough notes, a URL, or structured text.

  2. Clean up the content:

    • List each ingredient separately with quantities.
    • Number the method steps.
    • Fix obvious typos (e.g., “1 ton” likely means “1 tin”).
    • Keep it concise. Don’t embellish or add steps the user didn’t provide.
  3. Create the note at Inbox/<Recipe Name>.md. Read Templates/Recipe.md and use it as the base structure. Replace {{date}} and {{time}} with the current date and time. Fill in the Ingredients, Method, and Notes sections with the parsed content.

  4. If a URL was provided, set the source field in frontmatter to the URL.

  5. Confirm what was created.

Rules

  • Tag every recipe with recipe so it appears in the Recipes index.
  • Don’t invent ingredients or steps. Only clean up what the user provided.