Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (28 loc) · 1.63 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.63 KB

gist2boost

npm version contributions welcome Join the chat at https://gitter.im/gist2boost

A converter of your Gist notes to Boostnote format.

Quick Start

npm install -g gist2boost

or

yarn global add gist2boost

then

gist2boost start

? Enter username of Gist account ... : <username>
? Enter token from getting Github setting page ... : <token>
? Enter folderId which is getting from Boostnote setting page ... : <folderId>

How it work

1. Get Github developer token from here

  • Press Generate New Token button
  • Write and token description.
  • Select gist checkbox in the token's scope list.
  • Save the token somewhere.

2. Create folder in the Boostnote.

  • Open Boostnote app.
  • Click preferences button

Click preferences button

  • Add folder button and save the added folder id somewhere again.

Add folder button and save the added folder id somewhere again.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dreadful44/gist2boost/issues

License

The gist2boost is available as open source under the terms of the MIT License.