Import from Mela #1995
wbrawner
started this conversation in
Feature Request
Replies: 2 comments
|
Always happy to accept a PR for a new import type! |
0 replies
|
If anyone searches for a way to migrate from Mela to Mealie: I hacked together a small Python tool to import Melas recipe files: Ntgllr/migrate-mela-mealie Full disclosure: I'm not very good at coding, so I used ChatGPT Codex to create the code. There may be some bugs, but it worked for me. A PR for the import function would be a lot cleaner and preferrable, of course. If I find the time I will take a shot at it (No promises I will finish it, though). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before submitting this feature request I have
Please Describe The Problem To Be Solved
Mela is a native recipe management app exclusively available for Apple platforms. It allows users to export their data but uses its own file format. Importing this data thus has to be done manually. There are already other import solutions so it shouldn't be too much work to add an implementation for Mela.
Additional Information
All reactions