https://github.com/viko16/boost2fs
Convert Boostnote to normal files.
https://github.com/viko16/boost2fs
boostnote exporter
Last synced: 10 months ago
JSON representation
Convert Boostnote to normal files.
- Host: GitHub
- URL: https://github.com/viko16/boost2fs
- Owner: viko16
- License: mit
- Created: 2017-07-30T13:07:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T18:26:00.000Z (over 3 years ago)
- Last Synced: 2024-10-06T09:19:56.313Z (over 1 year ago)
- Topics: boostnote, exporter
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/boost2fs
- Size: 132 KB
- Stars: 12
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boost2fs
[](https://npmjs.org/package/boost2fs)
[](https://github.com/viko16/boost2fs)
[](http://standardjs.com/)
[](https://travis-ci.org/viko16/boost2fs)
🚀 Convert Boostnote to normal files.
## Install
``` bash
$ [sudo] npm install -g boost2fs
```
## Usage
```bash
Convert Boostnote to normal files.
Usage:
b2f [baseDir] [options]
Commands:
baseDir Specify the input path, which includes 'boostnote.json' ( default: `process.cwd()` )
Options:
--output, -o Specify the output path ( default: ./out )
--version Output version number
--help Output usage information
```
## Feature
- Export all notes into the output folder.
- Convert Markdown Notes to `{title}.md`.
- Convert Snippet Notes to `{title}/{filename}`.
- Deleted notes will be skipped.
## Limitation
- Tags, Star, Description in Snippet will be ignored. 🙈
- All filename will be sanitized. ( eg. `hello\u0000world` => `helloworld.md` )
## Thanks
- [BoostIO/Boostnote](https://github.com/BoostIO/Boostnote) - Note-taking app for programmers.
## License
MIT © [viko16](https://github.com/viko16)