From 9e44944b1ddd18ef33e44631ecfe713518f5887d Mon Sep 17 00:00:00 2001 From: Raj Motwani <91799854+raj3000k@users.noreply.github.com> Date: Sat, 8 Oct 2022 13:38:52 +0530 Subject: [PATCH 1/2] Update SECURITY.md --- SECURITY.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index e5558348..27d6181a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,5 +6,4 @@ Since this software is still considered beta/WIP support is always only given fo ## Reporting a Vulnerability -Please open a normal public issue if you have any security related concerns. If you feel like the issue should not be discussed in -public just open a generic issue and we will discuss further communication there (since GitHub does not allow everyone to create a security advisory :/). +Please open a normal public issue if you have any security related concerns. If you feel like the issue should not be discussed in public just open a generic issue and we will discuss further communication there (since GitHub does not allow everyone to create a security advisory :/). From d9662f7fa5088f1fdfb1bb3461cdef369ce799cb Mon Sep 17 00:00:00 2001 From: Raj Motwani <91799854+raj3000k@users.noreply.github.com> Date: Sat, 8 Oct 2022 13:47:02 +0530 Subject: [PATCH 2/2] Update import_export.md Fixed some typos and spellings. --- docs/features/import_export.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/features/import_export.md b/docs/features/import_export.md index a7b44879..a6458886 100644 --- a/docs/features/import_export.md +++ b/docs/features/import_export.md @@ -1,7 +1,7 @@ This application features a very versatile import and export feature in order to offer the best experience possible and allow you to freely choose where your data goes. -!!! warning "WIP" +!!! WARNING "WIP" The Module is relatively new. There is a known issue with [Timeouts](https://github.com/vabene1111/recipes/issues/417) on large exports. A fix is being developed and will likely be released with the next version. @@ -13,7 +13,7 @@ if your favorite one is missing. !!! info "Export" I strongly believe in everyone's right to use their data as they please and therefore want to give you - the most possible flexibility with your recipes. + the best possible flexibility with your recipes. That said for most of the people getting this application running with their recipes is the biggest priority. Because of this importing as many formats as possible is prioritized over exporting. Exporter for the different formats will follow over time. @@ -75,7 +75,7 @@ Follow these steps to import your recipes You will get a `Recipes.zip` file. Simply upload the file and choose the Nextcloud Cookbook type. -!!! warning "Folder Structure" +!!! WARNING "Folder Structure" Importing only works if the folder structure is correct. If you do not use the standard path or create the zip file in any other way make sure the structure is as follows ``` @@ -94,9 +94,9 @@ Mealie provides structured data similar to nextcloud. To migrate your recipes -1. Go to your Mealie settings and create a new Backup -2. Download the backup by clicking on it and pressing download (this wasn't working for me, so I had to manually pull it from the server) -3. Upload the entire `.zip` file to the importer page and import everything +1. Go to your Mealie settings and create a new Backup. +2. Download the backup by clicking on it and pressing download (this wasn't working for me, so I had to manually pull it from the server). +3. Upload the entire `.zip` file to the importer page and import everything. ## Chowdown Chowdown stores all your recipes in plain text markdown files in a directory called `_recipes`. @@ -158,7 +158,7 @@ As ChefTap cannot import these files anyway there won't be an exporter implement Meal master can be imported by uploading one or more meal master files. The files should either be `.txt`, `.MMF` or `.MM` files. -The MealMaster spec allow for many variations. Currently, only the one column format for ingredients is supported. +The MealMaster spec allows for many variations. Currently, only the one column format for ingredients is supported. Second line notes to ingredients are currently also not imported as a note but simply put into the instructions. If you have MealMaster recipes that cannot be imported feel free to raise an issue. @@ -248,4 +248,4 @@ For that to work it downloads a chromium binary of about 140 MB to your server a Since that is something some server administrators might not want there the PDF exporter is disabled by default and can be enabled with `ENABLE_PDF_EXPORT=1` in `.env`. See [this issue](https://github.com/TandoorRecipes/recipes/pull/1211) for more discussion on this and -[this issue](https://github.com/TandoorRecipes/recipes/issues/781) for the future plans to support server side rendering. \ No newline at end of file +[this issue](https://github.com/TandoorRecipes/recipes/issues/781) for the future plans to support server side rendering.