No description
Find a file
Roger Veciana 82aefb04f1 0.0.4
2024-01-30 09:39:35 +01:00
.github/workflows Update plugin name and installation instructions 2024-01-28 23:14:20 +01:00
src Refactor renderPreview method to use a container div 2024-01-30 09:34:52 +01:00
.editorconfig Initial commit 2024-01-19 14:48:26 +01:00
.eslintignore Initial commit 2024-01-19 14:48:26 +01:00
.eslintrc Update i18n and add svelte-i18next package 2024-01-21 20:26:18 +01:00
.gitignore Update .gitignore and Edit.svelte 2024-01-27 00:00:37 +01:00
.npmrc Initial commit 2024-01-19 14:48:26 +01:00
.prettierignore Update Prettier configuration and ESLint rules 2024-01-21 14:24:15 +01:00
.prettierrc Update Prettier configuration and ESLint rules 2024-01-21 14:24:15 +01:00
header.png Add Cooklang plugin screenshot and update installation instructions 2024-01-27 01:10:06 +01:00
LICENSE Update Obsidian plugin dependencies and metadata 2024-01-20 12:23:25 +01:00
manifest.json Update manifest and versions.json for version 0.0.3 2024-01-28 23:49:03 +01:00
package-lock.json 0.0.4 2024-01-30 09:39:35 +01:00
package.json 0.0.4 2024-01-30 09:39:35 +01:00
README.md Update plugin name and installation instructions 2024-01-28 23:14:20 +01:00
styles.css Refactor UI styles and remove unnecessary code 2024-01-24 23:48:43 +01:00
tsconfig.json Initial commit 2024-01-19 14:48:26 +01:00
version-bump.mjs Initial commit 2024-01-19 14:48:26 +01:00
versions.json Update manifest and versions.json for version 0.0.3 2024-01-28 23:49:03 +01:00
vite.config.js Initial commit 2024-01-19 14:48:26 +01:00

Cooklang

This plugin allows you to edit and view recipes written in the Cooklang format.

Screenshot

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 install and npm run dev to 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.