Skip to content

Latest commit

 

History

History
executable file
·
14 lines (11 loc) · 717 Bytes

README.md

File metadata and controls

executable file
·
14 lines (11 loc) · 717 Bytes

Obsidian Daylio to Markdown Parser

Daylio is an amazing journaling and mood-tracking app, but you may want to store your journals also in an Obsidian Vault. For that you need a "translator" (or a parser, more technically speaking) that knows how to transfer Daylio entries into Obsidian notes.

Daylio to Obsidian

Installation

If you are an end-user and wish to just convert your .csv file into markdown:

pip install obsidian-daylio-parser
daylio_to_md --help

If you are a developer and wish to contribute to the project, clone this repo and submit your commits in a pull request.