Skip to content

Export a DayOne journal to markdown

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

joshuacoles/Dayone-Export

Repository files navigation

Dayone Export

A small utility to export a locally stored DayOne journal into a folder of markdown files.

I use this for referencing and digesting my journal entries in Obsidian, however there is nothing specific about the exported content to Obsidian.

Usage

Usage: dayone-export-standalone [OPTIONS] --journal <JOURNAL> --database <DATABASE> --vault <VAULT> --default-output <DEFAULT_OUTPUT>

Options:
  -j, --journal <JOURNAL>
          The name of the journal to be exported
  -d, --database <DATABASE>
          Path to the dayone sqlite database
  -v, --vault <VAULT>
          The root of the vault which will be searched for existing entries
  -o, --default-output <DEFAULT_OUTPUT>
          Where to place new entries that have not yet been exported
  -w, --overwrite
          If existing files should be updated with newer DayOne content if available
  -h, --help
          Print help information
  -V, --version
          Print version information

Possible Improvements

  • Allow access to recorded audios.
  • Finish tag support
  • Replace links to other DayOne entries with [[WikiLinks]].

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Export a DayOne journal to markdown

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages