项目作者: viko16

项目描述 :
Convert Boostnote to normal files.
高级语言: JavaScript
项目地址: git://github.com/viko16/boost2fs.git
创建时间: 2017-07-30T13:07:48Z
项目社区:https://github.com/viko16/boost2fs

开源协议:MIT License

下载


boost2fs

NPM version
Node version
JavaScript Style Guide
Build Status

🚀 Convert Boostnote to normal files.

Install

  1. $ [sudo] npm install -g boost2fs

Usage

  1. Convert Boostnote to normal files.
  2. Usage:
  3. b2f [baseDir] [options]
  4. Commands:
  5. baseDir Specify the input path, which includes 'boostnote.json' ( default: `process.cwd()` )
  6. Options:
  7. --output, -o Specify the output path ( default: ./out )
  8. --version Output version number
  9. --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

License

MIT © viko16