Robert-MacWha / minimalist-cooklang-obsidian

Minimal plugin for obsidian that implements a subset of the cooklang instruction set.
1 stars 0 forks source link

Automatic unit conversion #2

Open Robert-MacWha opened 11 months ago

Robert-MacWha commented 11 months ago

Converting between units manually is annoying, so let's let users select in the settings what their preferred units are (volume / weight, metric / imperial). Then we can do our best to convert the units under the hood for them, and display those converted units in recipes.

https://github.com/justinmklam/recipe-converter/tree/master seems to be a good basis for the implementation. https://app.tandoor.dev/open-data/ also exists, which likely has a larger dataset for conversions.

Robert-MacWha commented 11 months ago

https://github.com/TandoorRecipes/open-tandoor-data/tree/main/data specifically contains lots of data