Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 691 Bytes

Readme.md

File metadata and controls

23 lines (17 loc) · 691 Bytes

Five Minute Journal to Obsidian converter

The app converts .json files exported from Five Minute Journal to markown files, that can be read by Obsidian

Install

🐧 npm install

Run

🐧 # Run with default arguments
🐧 mkdir -p output && npm start

🐧 # Run with customized arguments
🐧 mkdir -p mymarkdowns && npm start -- -i myfile.json -o mymarkdowns

🐧 # Show the help
🐧 npm start -- --help

The input is a path to the .json file; The output is a path to the directory that will contains .md files; The directory must exists before run the app.