https://github.com/tomasmark79/masscode2md
is a lightweight tool designed to convert code snippets stored in JSON format into organized Markdown files. The tool reads a JSON file containing code snippets and automatically arranges them into directories based on the provided structure in the JSON file.
https://github.com/tomasmark79/masscode2md
joplin json markdown masscode migration
Last synced: 5 months ago
JSON representation
is a lightweight tool designed to convert code snippets stored in JSON format into organized Markdown files. The tool reads a JSON file containing code snippets and automatically arranges them into directories based on the provided structure in the JSON file.
- Host: GitHub
- URL: https://github.com/tomasmark79/masscode2md
- Owner: tomasmark79
- License: mit
- Created: 2024-06-15T10:00:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T08:04:17.000Z (6 months ago)
- Last Synced: 2025-01-28T22:58:58.290Z (5 months ago)
- Topics: joplin, json, markdown, masscode, migration
- Language: C++
- Homepage: https://digitalspace.name
- Size: 188 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MassCode2Md
Author: **Tomáš Mark**
Version: **main**[](https://github.com/tomasmark79/MassCode2Md/actions/workflows/ubuntu.yml)
[](https://github.com/tomasmark79/MassCode2Md/actions/workflows/macos.yml)
[](https://github.com/tomasmark79/MassCode2Md/actions/workflows/windows.yml)MassCode2Md is a lightweight tool designed to convert code snippets stored in JSON format into organized Markdown files. The tool reads a JSON file containing code snippets and automatically arranges them into directories based on the provided structure in the JSON file.
Please note that the program does not include robust controls and checks, so ensure that you pass the correct arguments. The output folder must exist before generating Markdown files.
### Usage
To use MassCode2Md, run the following command:
```bash
./MassCode2MdStandalone
```#### Example
```bash
./MassCode2MdStandalone db.json ./out
```Set the paths and run the command. That's all you need to do.
---
**[MarkWareVCMake](https://github.com/tomasmark79/MarkWareVCMake)** – Kickstart your next project with this CMake template. ✨ It features a well-structured layout, integration of modern C++ standards, and a focus on cross-platform compatibility. Ideal for both beginners and experienced developers. 💻