kogent / boost2fs

Convert Boostnote to normal files.

Home Page:https://www.npmjs.com/package/boost2fs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.
  • Covert Markdown Notes to {title}.md.
  • Covert 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

About

Convert Boostnote to normal files.

https://www.npmjs.com/package/boost2fs

License:MIT License


Languages

Language:JavaScript 100.0%