-
-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Import from Mini Diary #1953
Comments
I might have a workaround.
|
new: |
@github2099 It looks like you've written importers for these formats that are already pretty close to complete. Have you considered sending us a PR with these importers to put them into jrnl? |
Pull request creation failed. Validation failed: must be a collaborator |
Did this resolve itself? |
I wasn't able to open a PR. but the script itself should work |
Use Case/Motivation
i am planning to move from Mini Diary: below are the typical format, exported from Mini Diary
JSON:
{
"metadata": {
"application": "Mini Diary",
"version": "3.3.0",
"dateUpdated": "Sat Nov 16 2024 07:04:48 GMT+0000"
},
"entries": {
"2024-10-01": {
"dateUpdated": "Sat Nov 16 2024 07:01:49 GMT+0000",
"title": "",
"text": "sample text"
},
"2024-10-02": {
"dateUpdated": "Sat Nov 16 2024 07:02:31 GMT+0000",
"title": "",
"text": "i love this weather"
}
}
}
plain text:
sample text
i love this weather
Example Usage
jrnl --import --format mini-diary-json
jrnl --import --format mini-diary-txt
Other Information
https://github.com/samuelmeuli/mini-diary
The text was updated successfully, but these errors were encountered: