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 GitHub back to the local storage. To provide back-and-forth sync, raw files also should be synced to a separate directory in the repository.
The current implementation parses markdown content from Boostnote
.csonfiles and syncs to GitHub. This loses the metadata (tags, storage locations etc.) on notes, hence notes cannot be synced from GitHub back to the local storage. To provide back-and-forth sync, raw files also should be synced to a separate directory in the repository.