Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

day one jsons to markdown converter | I'm not supporting it, check forks for better versions

Awesome Lists containing this project

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```