🍲 A library for all your recipes
Перейти к файлу
dependabot[bot] 8c0218d468
Merge pull request #2504 from nextcloud/dependabot/npm_and_yarn/sass-1.79.1
2024-09-18 04:42:12 +00:00
.changelog Update Changelog 2024-09-15 22:50:41 +02:00
.github Bump to version 0.11.2 2024-09-13 10:02:17 +02:00
.helpers Build(deps): Bump certifi in /.helpers/changelog 2024-08-25 13:49:58 +00:00
.hook-checkout Fix gitignore file 2024-09-12 12:08:08 +02:00
.hooks Fix hook to download XSD file first 2024-09-12 11:58:22 +02:00
.img
.tx
.vscode
appinfo Bump to version 0.11.2 2024-09-13 10:02:17 +02:00
assets
docs Build(deps-dev): Bump github-pages from 231 to 232 in /docs 2024-08-25 11:55:02 +00:00
img
l10n Fix(l10n): Update translations from Transifex 2024-09-18 00:38:39 +00:00
lib Fix the access to the array entry if not existing 2024-09-15 22:46:07 +02:00
src Make prettier&eslint happy 2024-09-12 15:10:44 +02:00
templates
tests Update code styling 2024-08-26 19:04:35 +02:00
translationfiles
.codecov.yml
.editorconfig
.eslintignore
.eslintrc.yml
.gitignore
.l10nignore
.php-cs-fixer.dist.php
.prettierignore
.prettierrc.json
CHANGELOG.md Update Changelog 2024-09-13 10:00:45 +02:00
COPYING
DEVELOPMENT.md
LICENSE
Makefile
README.md Update ref in README.md 2024-06-28 10:14:50 -05:00
babel.config.js
composer.json
composer.lock Build(deps-dev): Bump psalm/phar from 5.26.0 to 5.26.1 2024-09-10 01:44:27 +00:00
cookbook.code-workspace
jest.config.js
package-lock.json Merge pull request #2504 from nextcloud/dependabot/npm_and_yarn/sass-1.79.1 2024-09-18 04:42:12 +00:00
package.json Bump to version 0.11.2 2024-09-13 10:02:17 +02:00
phpunit.integration.xml
phpunit.migration.xml
phpunit.xml
psalm.xml
stylelint.config.js
tsconfig.json
webpack.config.js
webpack.devel.js

README.md

Nextcloud Cookbook icon Nextcloud Cookbook icon

Nextcloud Cookbook

A screenshot of how the app looks

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.

📱 Clients

The app works generally in any modern browser. Additionally, there are some more specialized clients available, including mobile apps for Android and iOS. You can find an overview here.

📖 Documentation

Further documentation (also internal ones) are published on the documentation pages of the project and in the FAQ at the bottom.

💼 Is it Production Ready?

[!WARNING]
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.

💰 Sponsoring

We thank the sponsors of this project for their support as open-source software.

Blackfire Logo Browserstack Logo

🧑‍🏫 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 doesn't 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 parse() method and create a pull request with your changes.
All of the text is in English? This app uses the [Transifex](https://app.transifex.com/nextcloud/nextcloud/cookbook/) translation system. You might want to register there to help translating the app to new languages or report errors in existing translations.