0.4.2 ā€¢ Published 4 years ago

boost2fs v0.4.2

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

boost2fs

NPM version Node version JavaScript Style Guide Build Status

šŸš€ Convert Boostnote to normal files.

Install

$ [sudo] npm install -g boost2fs

Usage

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

License

MIT Ā© viko16

0.4.2

4 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago