https://github.com/schemen/settingconverter
A small script to convert a Joplin folder export into 1 combined document.
https://github.com/schemen/settingconverter
Last synced: 12 months ago
JSON representation
A small script to convert a Joplin folder export into 1 combined document.
- Host: GitHub
- URL: https://github.com/schemen/settingconverter
- Owner: schemen
- Created: 2023-06-04T11:13:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T21:28:31.000Z (over 2 years ago)
- Last Synced: 2025-06-12T19:04:05.363Z (12 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SettingConverter
A small script to convert a Joplin folder export into 1 combined document.
Used to convert a D&D Setting folder structure (Or any folder structure for that matter) into a single document.
* It will export a `combined.md` where all of the documents are now in 1 structure.
* It cleans up headers and links. Folders and file names are H1 and H2 respectively, all others are extended by 1 levels
* Creates a ODT file for nice printing. Use the reference.odt as template for formatting
## How to use
### Installation
```
git clone https://github.com/schemen/SettingConverter.git && cd SettingConverter
virtualenv venv -p python3
source venv/bin/activate
pip install -r requirements.txt
```
### Running
Move the exported folders into the SettingsCoverter project folder, rename it `toconvert`, leave `_resources` as is.
```
source venv/bin/activate
python /main.py
```