🍲 A library for all your recipes
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Linard Schwendener 7d99d11648 Added Regex to recipeYield
This takes the first  uninterrupted string of numbers as the correct yield count.
2019-11-27 00:20:52 +01:00
appinfo Version bump 2019-11-16 16:38:41 +01:00
css CSS changes for NC17 2019-10-07 15:30:43 +02:00
img Fixes #92 2019-10-23 13:08:45 +02:00
js Using DOMDocument to parse HTML 2019-10-28 17:04:47 +01:00
l10n Updated translation files to be up-to-date with source code 2019-10-15 13:04:52 +02:00
lib Added Regex to recipeYield 2019-11-27 00:20:52 +01:00
templates File is empty and does not need to be included 2019-11-11 22:27:40 +01:00
tests Expand test with a data provider to quickly add more tests data sets 2019-11-13 22:21:00 +01:00
translationfiles Minor french translation fixes 2019-10-26 15:35:53 +02:00
.gitignore Ignore IDEA Files 2019-11-26 23:48:57 +01:00
.travis.yml NC app 2019-03-11 03:04:20 +01:00
COPYING NC app 2019-03-11 03:04:20 +01:00
Makefile NC app 2019-03-11 03:04:20 +01:00
README.md Update README.md 2019-10-24 14:25:24 +02:00
composer.json NC app 2019-03-11 03:04:20 +01:00
draft-release.sh Added internationalization code in release script 2019-09-03 20:06:09 +02:00
phpunit.integration.xml NC app 2019-03-11 03:04:20 +01:00
phpunit.xml NC app 2019-03-11 03:04:20 +01:00
update-pot.sh Tidy up temp file in script 2019-09-04 19:42:08 +02:00

README.md

NextCloud Cookbook

A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings.

Join the discussion

F.A.Q.

I can't see my recipes

They probably haven't been indexed. Try clicking the Settings > Rescan library button.

"Could not load recipe" when trying to download recipes?

A lot of websites are unfortunately not following the schema.org/Recipe standard, which makes their recipes impossible to read by this app.

A website using correct schema.org markup is not being read correctly

The parser is far from perfect. If you can help out in any way, please have a look at the parseRecipeHtml() method and create a pull request with your changes.

All of the text is in English?

If your language hasn't been added yet, your can help out by following these instructions