@note-tools/cli
v0.0.6
Published
@note-tools/cli ===============
Downloads
12
Readme
@note-tools/cli
Usage
$ npm install -g @note-tools/cli
$ note-tools COMMAND
running command...
$ note-tools (-v|--version|version)
@note-tools/cli/0.0.6 darwin-x64 node-v12.19.1
$ note-tools --help [COMMAND]
USAGE
$ note-tools COMMAND
...
Commands
note-tools backup-markdown
Download linked images and PDFs from a folder of markdown files, and (optionally) rewrite the links.
USAGE
$ note-tools backup-markdown
OPTIONS
-h, --help show CLI help
--filesFolder=filesFolder (required) The output folder, where the downloaded files will be written.
--input=input (required) The folder containing markdown files to search in
--replace Replace the links in the files with the relative local paths
See code: src/commands/backup-markdown.ts
note-tools help [COMMAND]
display help for note-tools
USAGE
$ note-tools help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
note-tools roam-export
Export your Roam Research graphs in multiple formats.
USAGE
$ note-tools roam-export
OPTIONS
-h, --help show CLI help
--debug
--email=email (required) The email address of your Roam Research account.
--extract Enable to extract the downloaded zip files
--formats=JSON|EDN|Markdown [default: EDN]
--graph=graph (required) The name of the graph you want to export.
--output=output The folder to store downloaded items in. Defaults to ./graph-name
--password=password (required) The password of your Roam Research account. Only sent to Roam.
See code: src/commands/roam-export.ts