About Paprika Sync
Paprika Sync is a side-project by Greg Schafer to make it easy to share recipes and recipe changes across multiple Paprika app accounts.
The paprika-sync.com site is not public, because the Paprika app's Cloud Sync API uses HTTP Basic Auth (meaning the user's email and password must be sent in plaintext), and I don't want the liability of storing that data for strangers.
But, feel free to host your own instance of Paprika Sync and share it with your family and friends that use the Paprika app. Then, you can all see when Alice adds the recipe for her famous chili, Bob rates a new lasagna recipe as 5 stars, or Jackie adds the perfect high-altitude adjustment notes for their souffle recipe.
Thanks to mattdsteele for documenting the Paprika app's Cloud Sync API.
Changelog
- 2021-08-15
- Launched new search page
- Separate fields for searching by recipe title, ingredients, source, and account.
- Source and account fields include dropdowns and autocomplete (but you aren't required to select an option from the dropdown).
- Search results are unified (no longer shown in separate title/ingredient/source sections).
- Each word of title/ingredient searches is now separately matched (e.g. searching "carrot squash" will return recipes titled "carrot and squash").
- Included a link to the old search page at the top of the new search page. Let me know if/why you prefer the old search experience to the new one.
- Launched new search page
- 2021-01-19
- Bugfix - Fix photo display.
- 2020-10-04
- Deleted recipes now appear in search results.
- Bugfix - Fixed cloning recipes failing due to Paprika recipe images now requiring signature to access.
- Known Issue - Recipe images do not load.
- 2019-09-12
- Clone Recipe - You can now clone others' recipes from the news feed or from a recipe's detail page
- Site-wide Recipe Search - You can search recipes by name, ingredients, or source and results load as you type
- "Compare Recipes" page is now "Find Recipes" and contains new search functionality, along with browsing others' recipe lists
- 2019-09-02
- Fix issue where News Feed items weren't associated with a recipe (so they didn't appear in the News Feed)
- Added page titles
- 2019-08-18
- Improved News Feed items with actual descriptions, basic actions, and thumbnails (on wide screen)
- Added sticky table header on recipe lists
- Rating a recipe will now get its own News Feed item
- Improved loading performance of News Feed
- Emails now send from mg.paprika-sync.com, so I'll receive email replies
- Added "last updated" row to recipe comparison view
- Improved pagination style and made minor mobile layout tweaks
- Made thumbnails load over https
- Increased cookie age, to minimize having to re-login
- 2019-07-22
- Different categories will not flag a diff in the compare-accounts view
- Copied thumbnail photos should no longer show as a diff
- Deleted recipes are hidden
- 2019-07-22
- Fixed issue importing recipes with null values (for description, time, difficulty, etc.)
- 2019-07-21
- Open-sourced and launched paprika-sync.com
- Account signup, email validation, forgot password, etc.
- Paprika account import and sync for recipes and recipe categories
- Page to list your recipes
- Page to compare recipes between two accounts
- Page to show a recipe
- Page to compare a recipe between two accounts