inkdrop-to-binder
v0.1.0
Published
Given an Inkdrop backup folder, convert it to a Blockdown Binder folder.
Downloads
5
Maintainers
Readme
inkdrop-to-binder
Given an Inkdrop backup folder, convert it to a Blockdown Binder folder.
Install
You must have Node.js version 12 or higher.
Then, install globally using:
npm install -g inkdrop-to-binder
Use
Configure your Inkdrop application to make a backup to a folder, for example to /home/me/inkdrop-backup
, then run the command:
inkdrop-to-binder \
--input /home/me/inkdrop-backup \
--output /home/me/inkdrop-binder
Note that if you delete a file from Inkdrop, a delete command won't be run to remove files from your Blockdown Binder. However, since the content is programmatically generated you can do:
rm -rf /home/me/inkdrop-binder \
&& inkdrop-to-binder \
--input /home/me/inkdrop-backup \
--output /home/me/inkdrop-binder
License
Published and released under the VOL.