A plugin for Obsidian adding support for Cooklang

Looking for maintainers, reach out dubadub on Discor server.
<your vault>/.obsidian/plugins/cooklang-obsidian, then running npm ci and npm run build.Opening a .cook file and toggling Preview shows a single rich recipe page:
Curry.jpg), and meta pills for total time, servings, difficulty,
source and tags.− N servings + control in the sticky bar that rescales every
ingredient quantity (and inline quantities in the steps) in real time.= Section =) group both the ingredients and the steps, and
> notes render as callouts.Recipe.0.jpg for the first step, Recipe.1.jpg for the second, …).Each of these can be toggled in the plugin settings (Servings scaler, Two-column layout, Step tracking), falling back to a simple stacked list.
Reference another recipe with Cooklang ingredient syntax, for example
@./Components/Beans. References resolve relative to the recipe containing
them. The plugin opens a matching .cook file first, following the Cooklang
convention. If no .cook file exists, it falls back to a same-path Markdown
file only when its frontmatter contains the Boolean flag:
---
recipe: true
---
This works in full recipe views and in embedded cook/cooklang blocks.
Third-party plugins can access files on your computer, connect to the internet, and even install additional programs.
The source code of this plugin is available on GitHub for you to audit yourself, but installing plugins into Obsidian is a matter of trust.
I can assure you here that I do nothing to collect your data, send information to the internet or otherwise do anything nefarious with your system. However, be aware that I could, and without auditing the code yourself, you only have my word that I don't.
This is the stuff I would ideally like to include in this plugin that isn't available as yet:
.md to .cookcook code block support?.conf file support (needs designing)