FAQ and Troubleshooting

My Note Isn't Opening as a Recipe

Check three things:

  1. The note's frontmatter has type: set to your Recipe type value (default recipe).
  2. The note is inside one of your configured Recipe folders (or that setting is empty, meaning the whole vault).
  3. Auto-open recipe view is enabled. If it's off, use the Open as recipe command instead.

My Ingredients Aren't Showing Up / Aren't Being Parsed Correctly

An Ingredient Keeps Landing in "Other"

The built-in dictionary doesn't recognize it. Add a category override, or tag it with #Category on the ingredient line and switch Category source to "Tag" or "Tag, then dictionary".

Quantities Aren't Combining the Way I Expect

Items combine when their normalized name and unit match exactly. "2 cups flour" and "1 cup all-purpose flour" won't merge if the names normalize differently. Try keeping units and naming consistent across recipes for ingredients you buy often.

I Added/Removed a Recipe from the Meal Plan but the Grocery List Didn't Update

Run Sync grocery list from meal plan note. This is also the fix if you edited the meal plan note by hand.

My Multiplier Isn't Scaling Nutrition/Servings the Way I Expect

Check Nutrition source - it tells Recipe Box whether the numbers in your frontmatter are recipe totals or per-serving. If it's set the opposite of how you actually entered your numbers, scaling and the per-serving/total toggle will look wrong.

Timers Aren't Appearing

I Don't See Meat Temperature / Allergen / GI Badges

"Suggest a Meal" Isn't Suggesting Anything

My Cook History Entries Disappeared After a Write

The ## Cook History section in the note body is managed by Recipe Box and regenerated from the cookHistory frontmatter array on every write. If you edited the note body directly inside that section, your changes were overwritten. Use the Cook History modal (desktop) or Cook History tab (mobile) to add, edit, or delete entries - never edit the note body section by hand.

lastMade / cookedCount Don't Match My History

If Track cook history is on, lastMade and cookedCount are derived from the cookHistory frontmatter array automatically - they are not independently managed. If these values look wrong, check the cookHistory array in the note's frontmatter. Editing lastMade or cookedCount directly while cook history is on will have no lasting effect, as they'll be overwritten on the next cook.

I Cleared My Grocery List by Accident

Clear grocery list clears the grocery list note and Recipe Box's item state immediately, with no in-app undo. If your vault is under version control or has file history (e.g. Obsidian Sync's file recovery), restore the note from there.

Where Is My Data Actually Stored?

In your notes. Recipe metadata (including cook history) lives in each recipe's frontmatter; the meal plan and grocery list are plain Markdown notes at the paths you configure. Recipe Box's plugin data file additionally tracks meal plan entries, one-off items, and which groups you've collapsed - but the notes are the source of truth for what you see.

Still Stuck?

Check the GitHub repository for issues and releases, or open a new issue with your settings and an example recipe note (with any sensitive info removed).