boostnote-github-sync icon indicating copy to clipboard operation
boostnote-github-sync copied to clipboard

✨ Sync BoostNote notes into Github Private Repo in Markdown format

Results 18 boostnote-github-sync issues
Sort by recently updated
recently updated
newest added

Write unit tests for github module

tests

Write unit tests for Sync module

tests

Write unit tests for Preprocessor module

good first issue
tests

Write unit tests for Watcher module

good first issue
tests

Sync only the latest version of a file, if multiple versions are in the sync queue in order to prevent unnecessary commits on the repository.

enhancement

Command line of the boostnote github sync should look like the following: ``` $ boostnote-github-sync configure Your github repository name: my-boostnotes Destination branch: [master] master Boostnote Directories to Sync: /Users/johndoe/boostnotes,/Users/johndoe/work/boostnotes...

feature

The current implementation parses markdown content from Boostnote `.cson` files and syncs to GitHub. This loses the metadata (tags, storage locations etc.) on notes, hence notes cannot be synced from...

feature

Use chokidar (https://github.com/paulmillr/chokidar) instead of native node.js `fs.watch` for watching directories as `fs.watch` is inconsistent across platforms according to the official documentation (https://nodejs.org/docs/latest/api/fs.html#fs_caveats)

enhancement