Skip to content

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

Notifications You must be signed in to change notification settings

KGrzeg/5-minute-journal-to-obsidian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published