WriteFileDirective: Placeholder = ...

Directive to write the provided text to a file. The placeholder will always be replaced with an empty string.

Syntax: {{write to="[path]" append=(true|false) end="[token]" :...}}, where ... is the text to write, [path] is the path to the file to write to, and [token] is a token to append to the end of the file (defaults to \n\n). If append is true, the text will be appended to the end of the file instead of overwriting it.

The append and end settings are optional. If no end token is provided, the default token is \n\n. The default append setting is false. You must provide a path and text.

Generated using TypeDoc