Skip to content

Append Text

Appends the specified text to the end of the file, preceded by a newline.

ParameterDescription
TextThe string to append

Example: Appending #literature to a file whose current content is # My Note produces:

# My Note
#literature

Typical uses:

  • Adding tags when a note enters a folder
  • Stamping a footer line or signature
  • Marking notes with a source label

Released under the MIT License.