Updated readme
This commit is contained in:
@@ -27,6 +27,8 @@ Works seamlessly with other recipe plugins — supports fuzzy product matching,
|
||||
Imported recipes are parsed automatically.
|
||||
- Plays nicely with [Recipe View](https://obsidian-recipe-view.readthedocs.io/en/latest/).
|
||||
If you use the **HTML comment syntax** (`<!-- grocy_id: … -->`), Recipe View will hide the annotation from the rendered card.
|
||||
- Omit notes when `grocy_id` is used (configurable) -> Grocy increments cleanly by product/amount only.
|
||||
- Follow links(e.g. meal plan note) when the active note has no Ingredients section. Traverses linked notes up to a configurable depth.
|
||||
|
||||
---
|
||||
|
||||
@@ -79,6 +81,9 @@ Mix and cook...
|
||||
| **Require score margin** | Default `2` — top candidate must be this many points above runner-up |
|
||||
| **Debug matching** | Log candidate scores & decisions to Obsidian console |
|
||||
| **No-match fallback** | What to do when no good product is found:<br>• **Ask** (chooser + free-text option)<br>• **Prompt free-text** (type a note)<br>• **Free-text** (auto-add note)<br>• **Skip** |
|
||||
| **Follow links when note has no Ingredients** | If enabled, will traverse linked notes and gather their Ingredients |
|
||||
| **Link follow depth** | How many levels of links to follow (default = 1, max = 5) |
|
||||
| **Omit note for annotated items** | If enabled, when `grocy_id` is present, only `product_id` (+amount) is sent, without the note |
|
||||
|
||||
---
|
||||
|
||||
@@ -96,6 +101,7 @@ Or with an HTML comment (**hidden in Recipe View**):
|
||||
- 2 tomatoes <!-- grocy_id: 42 -->
|
||||
```
|
||||
> ⚠️ Recipe View will display clean ingredients without showing the `grocy_id` comment, if using the HTML notation.
|
||||
> ⚠️ If "Omit note for annotated items" is enabled in settings, these entries will send only product + amount to Grocy (no note).
|
||||
|
||||
### By Product Name
|
||||
```markdown
|
||||
|
||||
Reference in New Issue
Block a user