🍲 A library for all your recipes
Перейти к файлу
Nextcloud bot 259544ca9f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-12 00:35:57 +00:00
.changelog Update Changelog 2024-05-31 10:28:29 +02:00
.github Bump to version 0.11.1-rc1 2024-05-31 11:52:02 +02:00
.helpers Bump requests from 2.31.0 to 2.32.2 in /.helpers/changelog 2024-05-23 13:41:44 +00:00
.hook-checkout
.hooks
.img
.tx
.vscode Ignore test fixtures in VS code 2024-05-30 11:46:39 +02:00
appinfo Bump to version 0.11.1-rc1 2024-05-31 11:52:02 +02:00
assets
docs Merge pull request #2291 from nextcloud/maintenance/update-changelog-method 2024-05-20 12:11:33 +02:00
img
l10n Fix(l10n): Update translations from Transifex 2024-06-12 00:35:57 +00:00
lib Bump to version 0.11.1-rc1 2024-05-31 11:52:02 +02:00
src Reorder CSS to match lint style 2024-05-30 14:40:13 +02:00
templates
tests Allow for UTF chars in the file name without breaking the backend 2024-05-31 10:22:18 +02:00
translationfiles
.codecov.yml
.editorconfig
.eslintignore
.eslintrc.yml
.gitignore
.l10nignore
.php-cs-fixer.dist.php
.prettierignore
.prettierrc.json
CHANGELOG.md Update Changelog 2024-05-31 11:49:27 +02:00
COPYING
DEVELOPMENT.md
LICENSE
Makefile
README.md
babel.config.js
composer.json
composer.lock Build(deps-dev): Bump psalm/phar from 5.23.1 to 5.24.0 2024-05-02 01:55:44 +00:00
cookbook.code-workspace
jest.config.js
package-lock.json Merge pull request #2364 from nextcloud/dependabot/npm_and_yarn/braces-3.0.3 2024-06-11 01:46:03 +00:00
package.json Bump to version 0.11.1-rc1 2024-05-31 11:52:02 +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 parseRecipeHtml() method](https://github.com/nextcloud/nextcloud-cookbook/blob/master/lib/Service/RecipeService.php) 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.