Replies: 2 comments 5 replies
-
Thanks! It's a great idea and we keep this in mind. We might go with that if we introduce some big breaking change. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Do have a look how static site generators like Hugo model document metadata as TOML, YAML or JSON frontmatter: https://gohugo.io/content-management/front-matter/ Where Markdown is the content format for static sites, it is CookLang here. TOML and YAML have broad programming language support. So please, let's not reinvent the wheel on defining yet another metadata format. 🙏🏻 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at the current issues of this repo, it seems that some enhancements to the current spec will arrive sooner or later. Not sure that everything will be doable using just extra syntax and at some time there might be breaking changes.
It might be a good idea to have a standardized way to declare in a .cook file which version of the spec have been used to describe the recipe?
Beta Was this translation helpful? Give feedback.
All reactions