🍲 A library for all your recipes
Перейти к файлу
Christian Wolf 247b166e33
Create image generation class to save thumbnails
Added test for complete coverage

Added dropping of thumbnails

Prevent accidential removal of primary image

Signed-off-by: Christian Wolf <github@christianwolf.email>
2022-03-28 14:28:42 +02:00
.github Bump to version 0.9.11 2022-03-28 12:24:02 +00:00
.hooks Allow hooks to run all checks before terminating 2021-11-25 12:10:47 +01:00
.tx
appinfo Fix of transifex translations by adding the appinfo faile again 2022-01-16 23:24:09 +01:00
docs Merge remote-tracking branch 'upstream/master' into document-development-environment 2022-03-05 19:30:28 +01:00
img
l10n [tx-robot] updated from transifex 2022-02-21 02:36:03 +00:00
lib Create image generation class to save thumbnails 2022-03-28 14:28:42 +02:00
src Trim each line as well 2022-03-20 18:49:28 +01:00
templates Make hot reload possible by using @nextcloud config 2022-03-12 10:53:31 +01:00
tests Create image generation class to save thumbnails 2022-03-28 14:28:42 +02:00
translationfiles
.codecov.yml
.eslintignore
.eslintrc.yml Split checking hooks into commit and push 2021-11-12 10:22:01 +01:00
.gitignore Added package-lock 2022-03-12 12:47:36 +01:00
.l10nignore
.php-cs-fixer.dist.php Update configuration 2021-11-11 08:24:55 +01:00
.prettierignore
.prettierrc.json
CHANGELOG.md Prepare new release in changelog 2022-03-28 14:09:49 +02:00
COPYING
DEVELOPMENT.md
LICENSE
Makefile Build the appinfo by default 2021-10-30 17:57:59 +02:00
README.md Adding Nook to README 2021-09-27 10:18:03 +02:00
composer.json Update nextcloud/coding-standard requirement from ^0.5.0 to ^1.0.0 2021-11-11 02:04:24 +00:00
draft-release.sh
package-lock.json Merge pull request #939 from nextcloud/dependabot/npm_and_yarn/prettier-2.6.1 2022-03-28 12:02:16 +02:00
package.json Bump to version 0.9.11 2022-03-28 12:24:02 +00:00
phpunit.integration.xml Make special case for SQLite 2021-08-22 16:02:28 +02:00
phpunit.xml Updated to use tabs for indentation in phpunit config 2021-08-10 12:46:25 +02:00
stylelint.config.js Correct stylelint configuration to cope with problems 2022-03-13 17:09:37 +01:00
webpack.config.js Clean webpack config file 2022-03-12 12:44:09 +01:00
webpack.devel.js Update npm scripts to allow hot reloading 2022-03-12 12:44:03 +01:00

README.md

⚠️ IMPORTANT ⚠️
Users of this app are practically testers. We're limited on resources, and still working out how to make this app function the best it can. There will be regressions and bugs. And we of course appreciate constructive feedback whenever users run into them.

CI-tests

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.

Further documentation (also internal ones) are published on the documentation pages of the project.

Clients

The app works generally in any modern browser. Additionally, there are some more specialized clients listed here.

Android

The currently available clients are

Browser plugins/scripts

Join the discussion

F.A.Q.

I can't see my recipes

Recipes are only shown in the UI if they are present in the database. It is likely you have recipes that haven't been indexed/added to the database yet. Try clicking the Settings > Rescan library button to compare the database with what is in your recipes folder and apply any differences to the database.

If this still doesnt work, a full, non-incremental resync might help. This can be done by setting your recipes folder to a different (ideally empty) folder to clear the database. Setting the recipes folder back to what it was before should cause all your recipes to sync again, effectively refreshing the database

"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?

This app uses the Transifex translation system. You might want to register there to help translating the app to new languages or report errors in existing translations.