auto-save 2026-07-13

This commit is contained in:
Ray
2026-07-13 02:00:15 -04:00
parent dab5a4ebc6
commit 473729267c
14 changed files with 579 additions and 38 deletions
@@ -84,6 +84,8 @@ server {
Recipes are imported by URL via the scraper API. See `references/batch-import.md` for a curl/Python script.
**Recipe curation:** see `references/recipe-curation.md` for how to find popular high-rated recipes from reliable sites, filter by dietary preference, and build an import list.
**Scraper compatibility:** see `references/scraper-sites.md` for which recipe sites work reliably and workarounds for blocked sites.
**Recipe management (list, filter, delete):** see `references/recipe-management.md` for bulk CRUD via API — useful when you need to remove recipes by keyword (e.g., all pork/bacon recipes) or inspect what's in the library.