No description
Find a file
rawknuckles a9a0ad2bc6
Bump release workflow to Node.js 24 compatible actions (#22)
actions/checkout v4 -> v6, actions/setup-node v4 -> v6, and bump
the runner's node-version from 20 to 24 ahead of GitHub's deprecation
of Node.js 20 on June 2nd, 2026.

Closes #16

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 10:41:33 -07:00
.github/workflows Bump release workflow to Node.js 24 compatible actions (#22) 2026-05-20 10:41:33 -07:00
assets Initial commit 2026-04-22 09:36:23 -07:00
src Skip horizontal rule when no metadata is present (#20) 2026-05-20 10:38:17 -07:00
.editorconfig Initial commit 2026-04-22 09:36:23 -07:00
.gitignore Initial commit 2026-04-22 09:36:23 -07:00
.npmrc Initial commit 2026-04-22 09:36:23 -07:00
AGENTS.md Initial commit 2026-04-22 09:36:23 -07:00
esbuild.config.mjs Initial commit 2026-04-22 09:36:23 -07:00
eslint.config.mts Initial commit 2026-04-22 09:36:23 -07:00
LICENSE Update LICENSE (#2) 2026-04-22 10:50:02 -07:00
manifest.json Bump version to 0.1.4 (#21) 2026-05-20 10:38:37 -07:00
package-lock.json Bump version to 0.1.4 (#21) 2026-05-20 10:38:37 -07:00
package.json Bump version to 0.1.4 (#21) 2026-05-20 10:38:37 -07:00
README.md Update README.md (#6) 2026-04-23 17:45:55 -07:00
styles.css Remove display: contents from metadata layout (#17) 2026-05-15 21:48:21 -07:00
tsconfig.json Initial commit 2026-04-22 09:36:23 -07:00
version-bump.mjs Initial commit 2026-04-22 09:36:23 -07:00
versions.json Bump version (#13) 2026-05-15 21:09:29 -07:00
watch-plugin-files.sh Initial commit 2026-04-22 09:36:23 -07:00

Cooklang codeblock plugin for Obsidian

This plugin enables embedding recipes written in cooklang within an Obsidian note. In view mode, the block renders the recipe with its corresponding ingredients, cookware, and method. The recipe can also optionally render meta information such as cook time, and serving size at the top of the block.

Plugin in use