Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ze-kel/DayOne-JSON-to-MD
day one jsons to markdown converter | I'm not supporting it, check forks for better versions
https://github.com/ze-kel/DayOne-JSON-to-MD
dayone markdown obsidian obsidian-md
Last synced: 3 months ago
JSON representation
day one jsons to markdown converter | I'm not supporting it, check forks for better versions
- Host: GitHub
- URL: https://github.com/ze-kel/DayOne-JSON-to-MD
- Owner: ze-kel
- Created: 2020-10-30T20:25:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T17:04:20.000Z (over 2 years ago)
- Last Synced: 2024-01-29T00:21:55.918Z (9 months ago)
- Topics: dayone, markdown, obsidian, obsidian-md
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 25
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-obsidian - DayOne JSON to MD - kel) | (Converters)
- jimsghstars - ze-kel/DayOne-JSON-to-MD - day one jsons to markdown converter | I'm not supporting it, check forks for better versions (Python)
README
Simple app that converts jsons(packed with media files into zip) exports from [Day One](https://dayoneapp.com/) to Markdown.
I wrote it to export all my entries to [Obsidian](https://obsidian.md/). By default it uses Obsidian's ```![[]]``` linking, change relativeMediaLinking value inside to False if you want ```![]() ```.
I haven't tested it for anything other than exporting text, headers, tags, date, photos and audios. Feel free to pr to make it less shitty.
How to use:
1. Install python 3
2. Go to Dayone Export and click "Export Day One JSON". You can export everything to one zip file or have separate ones.
3. Download app.py
4. Create "in" folder in the same directory as app.py and place all zips you have there
5. Run ```python app.py```