Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BramVer/boostnote-md-extractor
Script to transfer and extract the content from the Boostnote files in cson to md.
https://github.com/BramVer/boostnote-md-extractor
Last synced: 5 days ago
JSON representation
Script to transfer and extract the content from the Boostnote files in cson to md.
- Host: GitHub
- URL: https://github.com/BramVer/boostnote-md-extractor
- Owner: BramVer
- License: gpl-3.0
- Archived: true
- Created: 2018-09-17T15:23:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T18:28:22.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T16:46:34.013Z (3 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# boostnote-md-extractor
Script to transfer and extract the content from the Boostnote files in cson to md.## Why
After using Boostnote for a while, I got frustrated by some implementations so I wanted to try Joplin.
I saw that Boostnote did not save my notes as pure markdown but with their custom wrapper and the files had a `.cson` extension.
I could manually export all `.md` files one after the other, or write a script to extract the content and write each file to the desired output directory.##### Want to use this script too?
Sure, go ahead, but know that I have hardcoded everything.
It looks for `*.cson` files and creates `*.md` files.
The filenames do not get changed (so they contain the same hash from Boostnote),
and the origin/output directory is set in the main method.
Change these to what you need and you'll be good to go I suppose.