mirror of
https://github.com/rveciana/obsidian-cooklang.git
synced 2026-07-22 05:04:15 +00:00
No description
| .github/workflows | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| header.png | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
| vite.config.js | ||
Cooklang
This plugin allows you to edit and view recipes written in the Cooklang format.
Installation
- You can find this plugin in the Community Plugins section inside the Settings.
- To develop, you can download the code into the .obsidian/plugins folder in a vault and run
npm installandnpm run devto see the changes.
Features
- Multi language: The titles for the sections (i.e. ingredients, cookware and so on) will be translated into the recipe language or the one configured in the Obsidian settings
Changelog
- 0.0.1: Support for source and servings metadata.
- 0.0.0: Initial version. Can edit, view, and select the language.
Acknowledgments
-
This plugin is obviously inspired by cooklang-obsidian by deathau. I wanted to learn how to code for Obsidian and add multi-language capabilities to the Cooklang plugin.
-
The plugin is using cooklang-ts, which passes all the tests and seems better than the other JavaScript alternatives.
