Vault.append() method
Add text to the end of a plaintext file inside the vault.
Signature:
append(file: TFile, data: string, options?: DataWriteOptions): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
file | TFile | The file |
data | string | the text to add |
options | DataWriteOptions | (Optional) (Optional) |
Returns:
Promise<void>