hackpad-export
hackpad-export copied to clipboard
Exports hackpads
Hackpad Export
Exports your hackpads to markdown, html or plaintext.
To run:
node index.js -c <your client ID> -s <your secret> --format <format to export in> <pad ID 1> <pad ID 2>...
You can get your client ID and secret on the account settings.
The format can be either html, md, or txt.
Each input pad will be saved to <pad ID>.<format> in the cwd.