Description
- Toggles hidden/shown state of open notes.
Syntax
- Note.ShowHideOpen(cat)
Parameters
- cat
- (string) note category
-
Possible Values
- *
- all categories
- a single category name
Examples
- Note.ShowHideOpen("*")
- Toggles visibility of all open notes.
- Note.ShowHideOpen("work")
- Toggles visibility of all notes open from category "work".