Haptein / BoostNote.Next-md-export

Script to export complete BoostnoteNext storages at once.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BoostNote.Next-md-export

Script to export complete BoostnoteNext local storages at once as markdown directories.

usage:

python boostnotnext-md-export.py storageFolder1 ... storageFolderN [OPTIONS]
or (after chmod +x)
./boostnotnext-md-export.py storageFolder1 ... storageFolderN [OPTIONS]

options:
  -t,         include trash notes.
  -h --help,  show help.

The whole markdown directory is recreated, ready for Joplin's import or whatever. Note: Attachments aren't really supported since I didn't use those, feel free to pr.

About

Script to export complete BoostnoteNext storages at once.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%