massCode2md

This project is for an export the massCode snippets to the MarkDown files.

  • each exported MarkDown file is located within the same folder as in MassCode defined

Dependencies
C++ 17

Configuration
Set the path to the MassCode JSON file
std::string jsonFilePath = "/home/tomas/projects/cpp/masscode2md/db.json";

Set Output directory
std::string outputDir = "/home/tomas/joplin-output/";

Why?
I like Joplin :wink:

That's all!

get the source code here at my github repo
tomasmark79/masscode2md

I hope it will helpfull for you