All Projects → deepal → boostnote-github-sync

deepal / boostnote-github-sync

Licence: other
✨ Sync BoostNote notes into Github Private Repo in Markdown format

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to boostnote-github-sync

Boostnote-packages
Repo containing .rpm, .deb and Boostnote app folder
Stars: ✭ 31 (+55%)
Mutual labels:  boostnote
Boostnote.next
Boost Note is a powerful, lightspeed collaborative workspace for developer teams. Forum (New!): https://github.com/BoostIO/BoostNote-App/discussions
Stars: ✭ 2,682 (+13310%)
Mutual labels:  boostnote

Boostnote GitHub Sync

work

Sync your boostnotes to a Github private repository.

Boostnote Github Sync watches the changes in your boostnote notes, and automatically syncs the changes to a configured private repository in Markdown format.

Prerequisites

  • Create a private github repository for boostnotes
  • Create a github personal access token. When creating the token, select scope repo in order to grant Boostnote GitHub Sync access to sync notes to your repository.

Setting up:

  • Clone the repository
  • Configure your github repository, personal access token and the local boostnotes directory in .env file.
  • Configure other application settings in config.js file.
  • Run npm install
  • Run npm start to run the sync process.

Limitations and Future work

  • The current implementation is only one way. You can sync your notes in markdown format to GitHub, but not the other way around. This can be achieved by storing raw boostnote .cson files also in the repository.
  • Since the current implementation filters markdown from boostnote .cson files, tags and other metadata from the notes will not be reflected in the Git Repository. Therefore, all files will be displayed in the same tree regardless of there locations in the local machine.
  • Media files attached to the notes will not be synced in the current implementation. Therefore you might have broken images in your synced notes if you had images attached.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].