Skip to content

YtvwlD/hedgedoc-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hedgedoc-backup

You got a hedgedoc history file and want to download all pads?

pipenv install
cd output
pipenv run ../main.py <URL> <history file>

Or if you don't want to install any dependencies:

cd output
../main.py <URL> <history file>