🍲 A library for all your recipes
Перейти к файлу
Christian Wolf 3bf0d2da83
Write documentation for thumbnail service
2022-01-18 08:59:53 +01:00
.github Add cache to speed up NPM runs 2022-01-17 15:46:58 +01:00
.hooks Allow hooks to run all checks before terminating 2021-11-25 12:10:47 +01:00
.tx Added configuration for transifex 2020-03-17 13:43:34 +01:00
appinfo Fix of transifex translations by adding the appinfo faile again 2022-01-16 23:24:09 +01:00
docs Adding documentation on schema.org 2021-07-03 20:22:15 +02:00
img Updated/added screenshots 2021-06-29 19:02:53 +02:00
l10n [tx-robot] updated from transifex 2022-01-18 02:53:33 +00:00
lib Write documentation for thumbnail service 2022-01-18 08:59:53 +01:00
src Allow for newlines in multiline text to be inserted with shift+enter 2022-01-17 14:47:38 +01:00
templates Removed bug in guest template 2021-12-08 15:30:12 +01:00
tests Removed bug in cookbook cache 2022-01-18 08:59:53 +01:00
translationfiles Removed translations from repo 2020-03-20 08:24:30 +01:00
.codecov.yml Make code coverage informational 2021-04-27 11:31:49 +02:00
.eslintignore Creating basic structure 2021-02-15 11:41:42 +01:00
.eslintrc.yml Split checking hooks into commit and push 2021-11-12 10:22:01 +01:00
.gitignore Fix of transifex translations by adding the appinfo faile again 2022-01-16 23:24:09 +01:00
.l10nignore Corrected path from l10n ignore file 2021-07-03 23:27:52 +02:00
.php-cs-fixer.dist.php Update configuration 2021-11-11 08:24:55 +01:00
.prettierignore Creating basic structure 2021-02-15 11:41:42 +01:00
.prettierrc.json Creating basic structure 2021-02-15 11:41:42 +01:00
.stylelintrc.yml Manually corrected some styles from stylelint 2021-02-23 16:41:12 +01:00
CHANGELOG.md Update Changelog 2022-01-17 16:05:46 +01:00
COPYING Fixes #132 2020-01-02 12:17:43 +00:00
DEVELOPMENT.md Added a few comments where to find the DevOps settings. 2020-11-15 12:52:57 +01:00
LICENSE Add license file 2020-03-28 17:40:52 -04:00
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 Updated build script 2020-06-07 09:12:41 +02:00
package.json Merge branch 'stable' 2022-01-13 09:43:49 +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
webpack.build-dev.js Corrected configuration for webpack 5 2021-05-12 19:15:26 +02:00
webpack.build.js Corrected configuration for webpack 5 2021-05-12 19:15:26 +02:00
webpack.config.js Revert "Fix bug in MinifyCssExtractPlugin to avoid compile time error" 2022-01-17 13:53:13 +01:00
webpack.devel.js Extract CSS into separate files 2021-12-07 15:33:44 +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.