🍲 A library for all your recipes
Перейти к файлу
Christian Wolf 119a47d0c5
Deprecate old api endpoints
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-10-19 20:30:31 +02:00
.github Bump to version 0.9.6 2021-10-18 11:20:08 +00:00
.hooks Corrected hook to allow amend commits 2021-10-15 14:29:23 +02:00
.tx Added configuration for transifex 2020-03-17 13:43:34 +01:00
appinfo Removed appinfo from repository 2021-08-09 17:57:29 +02:00
docs Deprecate old api endpoints 2021-10-19 20:30:31 +02:00
img Updated/added screenshots 2021-06-29 19:02:53 +02:00
l10n [tx-robot] updated from transifex 2021-08-10 02:41:44 +00:00
lib Bump to version 0.9.6 2021-10-18 11:20:08 +00:00
src Corrected method name 2021-10-17 19:50:38 +02:00
templates Catch guest account without correct setting at loading of page 2021-02-14 13:22:02 +01:00
tests Corrected code styling 2021-09-11 14:05:20 +02: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 Updated eslint configuration 2021-02-26 17:29:54 +01:00
.gitignore Removed appinfo from repository 2021-08-09 17:57:29 +02:00
.l10nignore Created basic version of new API release 2021-10-18 18:13:33 +02:00
.php_cs.dist Do not only filter but exclude paths from search 2021-02-27 15:48:04 +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 Preparing new release 2021-10-18 13:05:19 +02: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 Added hook to repo 2021-09-26 17:58:31 +02:00
README.md Adding Nook to README 2021-09-27 10:18:03 +02:00
composer.json Added hook to repo 2021-09-26 17:58:31 +02:00
draft-release.sh Updated build script 2020-06-07 09:12:41 +02:00
package.json Bump to version 0.9.6 2021-10-18 11:20:08 +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 Corrected configuration for webpack 5 2021-05-12 19:15:26 +02:00
webpack.devel.js Corrected configuration for webpack 5 2021-05-12 19:15:26 +02: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.