Description
- Shows a menu of notes from specified category & opens the selected note.
Syntax
- Note.OpenOneFromMenu(cat)
Parameters
- cat
- (string) note category
-
Possible Values
- *
- all categories
- a single category name
Examples
- Note.OpenOneFromMenu("lists")
- Shows a menu of all notes in category "lists", then opens the chosen note.