nb icon indicating copy to clipboard operation
nb copied to clipboard

List only notes, without bookmarks

Open andreaslillevangbech opened this issue 2 years ago • 1 comments

Seems there should be a way to separate bookmarks and notes when browsing and such

andreaslillevangbech avatar Feb 06 '22 05:02 andreaslillevangbech

nb, nb ls, nb list, and nb search currently have a --type <type / --<type> option that can be used to filter by type:

# list only notes in the current notebook
nb --notes

# search only bookmarks in the “example” notebook
nb example:q "sample query" --type bookmark

xwmx avatar Feb 06 '22 15:02 xwmx