Skip to content

Commit 24e2b90

Browse files
authored
nb: add page (#19145)
1 parent 3b0a11f commit 24e2b90

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

pages/common/nb.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# nb
2+
3+
> Note-taking, bookmarking, and archiving tool.
4+
> Supports encryption, tagging, wiki-style links, Git syncing, Pandoc conversion, and more.
5+
> More information: <https://github.com/xwmx/nb#-help>.
6+
7+
- Create a new note in your `$EDITOR`:
8+
9+
`nb {{[a|add]}} "{{note_title}}"`
10+
11+
- Edit a note in your `$EDITOR`:
12+
13+
`nb {{[e|edit]}} {{note_id}}`
14+
15+
- List all notes in the current notebook:
16+
17+
`nb list`
18+
19+
- Add a todo:
20+
21+
`nb {{[to|todos]}} {{[a|add]}} {{title}}`
22+
23+
- Import a file:
24+
25+
`nb import ({{path/to/file|url}})`
26+
27+
- Search for notes containing a keyword:
28+
29+
`nb {{[q|search]}} "{{keyword}}"`
30+
31+
- Sync notes via Git:
32+
33+
`nb sync`
34+
35+
- Display help:
36+
37+
`nb help`

0 commit comments

Comments
 (0)