NoteComposerPluginInstance.extractHeading method
NoteComposerPluginInstance › extractHeading
Unofficial
Extract the content under a heading into a new note.Signature:
extractHeading(file: TFile, editor: Editor): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| file | TFile | The source file. |
| editor | Editor | The active editor. |
Returns: void