Skip to content

Given an Inkdrop backup folder, convert it to a Blockdown Binder folder.

License

Notifications You must be signed in to change notification settings

saibotsivad/inkdrop-to-binder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Given an Inkdrop backup folder, convert it to a Blockdown Binder folder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published