```ts insertTextToEnd(file: TFile, text: string) { return this.app.vault.adapter.append(file.path, text); } ```