phrase triggerDescription:
The phrase trigger is used to specify a linguistic pattern used to activate a command by voice or typing.
Parent: triggers
Value (simple form): string, specifying a phrase or list of phrases
Value (sequence form):
# simple form
phrase: (string, required)
# simple example
phrase: smart snippet
# key/value form
phrases:
- (string1, required)
- (string2, optional)
- ...
# key/value example
phrases:
- smart snippet
- snip text from image
Status: ✅ IMPLEMENTED