Save the current standalone editor window's file back to disk.
(body: string)
| 213 | readExternalFile(): Promise<ExternalFileContent> |
| 214 | /** Save the current standalone editor window's file back to disk. */ |
| 215 | writeExternalFile(body: string): Promise<void> |
| 216 | /** Move the current standalone editor window's file into the active vault. */ |
| 217 | moveExternalFileToVault(): Promise<MoveExternalFileResult> |
| 218 | /** |