Action
Dictate new draft
Open dictation and create a new draft with the result of the dictation.
Steps
-
script
// open dictation for new draft var s = editor.dictate(); if (s.length > 0) { var d = Draft.create(); d.content = s; d.update(); editor.load(d); editor.focus(); }
Options
-
After Success Default Notification Error Log Level Error
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.