Commands
Commands
Build custom dictation commands
Dictation commands let the clinician control the editor by voice. Medera ships a default command set; you can extend it per deployment.
See Dictation Commands best practices.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Build custom dictation commands
| Phrase | Command | Args |
|---|---|---|
| ”new paragraph” | new_paragraph | — |
| “next section” | next_section | — |
| “period” | period | — |
| “comma” | comma | — |
| “scratch that” | delete_last | — |
| “go to assessment” | goto_section | assessment |
{
"name": "insert_template",
"phrases": ["insert template {name}"],
"args": { "name": "string" }
}