Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0008 Mise en place #106

Merged
merged 6 commits into from
Nov 22, 2024
Merged

0008 Mise en place #106

merged 6 commits into from
Nov 22, 2024

Conversation

dubadub
Copy link
Contributor

@dubadub dubadub commented Nov 5, 2024

Rendered

To align with Cooklang's goal of being a concise and human-readable recipe format, this proposal introduces a shorthand syntax for ingredient preparations. This change reduces redundancy in recipes, optimises readability, and maintains clarity.

In many recipes, preparation instructions for ingredients (e.g., peeling, chopping) are often repeated, leading to unnecessarily verbose text. For example:

Peel and finely chop @onion{1}. Peel and mince @garlic{2%cloves}.  

Mix onion and garlic into paste.  

This repetition adds clutter without enhancing the recipe's clarity. By introducing shorthand syntax, we can attach preparation instructions directly to ingredient references:

Mix @onion{1}(peeled and finely chopped) and @garlic{2%cloves}(peeled and minced) into paste.  

This approach reduces redundancy while keeping the recipe easy to follow.

Discussion

This proposal is informed by community discussions:

@dubadub dubadub marked this pull request as draft November 5, 2024 09:28
@dubadub dubadub marked this pull request as ready for review November 18, 2024 10:02
@dubadub dubadub merged commit e0b1f65 into main Nov 22, 2024
@dubadub dubadub deleted the proposal/0008-mise-en-place branch November 22, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant