Description
- Shows all hidden notes from a category.
Syntax
- Note.ShowOpen(cat)
Parameters
- cat
- (string) note category
-
Possible Values
- *
- all categories
- a single category name
Examples
- Note.ShowOpen("work")
- Shows all notes in category "work" that are open but hidden.