EditorCommandHandler.executeEditor method
EditorCommandHandler › executeEditor
Executes the command for the given editor and context.Signature:
executeEditor(editor: Editor, ctx: MarkdownFileInfo): Promisable<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| editor | Editor | The editor instance. |
| ctx | MarkdownFileInfo | The markdown file context. |
Returns: Promisable<void>