🍲 A library for all your recipes
Перейти к файлу
Sebastian Fey d8d5875047
Bumped @nextcloud/axios to 1.6.0 and @nextcloud/event-bus to 1.2.0
Added @nextcloud/auth

Signed-off-by: Sebastian Fey <info@sebastianfey.de>
2021-01-15 20:00:23 +01:00
.github Updated issue template 2021-01-11 16:42:21 +01:00
.tx
appinfo Bump to version 0.7.8 2021-01-09 17:47:04 +00:00
css Updated CSS 2021-01-14 21:47:03 +01:00
docs Added documentation for automatic deployment 2021-01-11 16:15:28 +01:00
img Creating 256x256 thumbnail and 16x16 preview thumbnail instead of 128x128 thumbnail for recipes 2020-12-21 10:27:47 +01:00
l10n [tx-robot] updated from transifex 2021-01-12 02:28:24 +00:00
lib Extracted one more constant in class 2021-01-15 18:39:52 +01:00
src Fixed acessing undefined element when adding first input element in edit input group. Fixed pasting content without newline in input group 2021-01-15 20:00:22 +01:00
templates
tests Corrected style of PHP files to be consistent 2020-11-17 17:06:20 +01:00
translationfiles
.codecov.yml Corrections settings for codecov 2020-10-20 17:12:22 +02:00
.gitignore Added php-cs-fixer to composer toolchain 2020-11-17 16:59:12 +01:00
.php_cs.dist Added php-cs-fixer to composer toolchain 2020-11-17 16:59:12 +01:00
CHANGELOG.md Updated CHANGELOG 2021-01-15 20:00:20 +01:00
COPYING
DEVELOPMENT.md Added a few comments where to find the DevOps settings. 2020-11-15 12:52:57 +01:00
LICENSE
Makefile Update the makefile to allow a non-dev installation from composer 2020-12-12 12:21:26 +01:00
README.md Add a bit of more text to the readme 2021-01-15 16:48:11 +01:00
composer.json Update nextcloud/coding-standard requirement from ^0.4.0 to ^0.5.0 2021-01-12 02:03:41 +00:00
draft-release.sh
package.json Bumped @nextcloud/axios to 1.6.0 and @nextcloud/event-bus to 1.2.0 2021-01-15 20:00:23 +01:00
phpunit.integration.xml Added whitelist for code coverage generation 2020-10-19 17:26:10 +02:00
phpunit.xml Added whitelist for code coverage generation 2020-10-19 17:26:10 +02:00
webpack.build.js Reduce Bundlesize and add Bundle-Analyzer 2020-12-21 14:38:49 +01:00
webpack.config.js Reduce Bundlesize and add Bundle-Analyzer 2020-12-21 14:38:49 +01:00
webpack.devel.js Avoid restarting of browser upon invocation 2020-12-21 16:37:10 +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

They probably haven't been indexed. Try clicking the Settings > Rescan library button.

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