diff --git a/pages/common/nb.md b/pages/common/nb.md new file mode 100644 index 00000000000000..e32758f067de2c --- /dev/null +++ b/pages/common/nb.md @@ -0,0 +1,37 @@ +# nb + +> Note-taking, bookmarking, and archiving tool. +> Supports encryption, tagging, wiki-style links, Git syncing, Pandoc conversion, and more. +> More information: . + +- Create a new note in your `$EDITOR`: + +`nb {{[a|add]}} "{{note_title}}"` + +- Edit a note in your `$EDITOR`: + +`nb {{[e|edit]}} {{note_id}}` + +- List all notes in the current notebook: + +`nb list` + +- Add a todo: + +`nb {{[to|todos]}} {{[a|add]}} {{title}}` + +- Import a file: + +`nb import ({{path/to/file|url}})` + +- Search for notes containing a keyword: + +`nb {{[q|search]}} "{{keyword}}"` + +- Sync notes via Git: + +`nb sync` + +- Display help: + +`nb help`