No description
Find a file
2024-01-21 20:26:18 +01:00
.github/workflows Update author name and UI layout 2024-01-20 13:07:20 +01:00
src Update i18n and add svelte-i18next package 2024-01-21 20:26:18 +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 dependencies and fix code formatting 2024-01-20 13:25:20 +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
LICENSE Update Obsidian plugin dependencies and metadata 2024-01-20 12:23:25 +01:00
manifest.json Update author name and UI layout 2024-01-20 13:07:20 +01:00
package-lock.json Update i18n and add svelte-i18next package 2024-01-21 20:26:18 +01:00
package.json Update i18n and add svelte-i18next package 2024-01-21 20:26:18 +01:00
README.md Update Obsidian plugin dependencies and metadata 2024-01-20 12:23:25 +01:00
styles.css Update Prettier configuration and ESLint rules 2024-01-21 14:24:15 +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 dependencies and fix code formatting 2024-01-20 13:25:20 +01:00
vite.config.js Initial commit 2024-01-19 14:48:26 +01:00

obsidian-cooklang

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

Installation

## Changelog

Acknowlegments

  • 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.