URL API

/show

Shows FiveNotes. If no parameter is specified, the last open note will remain open.

Parameters:

  • note (optional) ID of a note 1...5

Available on: macOS, iOS, iPadOS

Example:

/show?note=2

/hide

Hides the app window

Available on: macOS

Example:

fivenotes:///hide

/add

Adds text to the specified note.

Parameters:

  • note (required) ID of a note 1...5
  • text (required) text to be set
  • at-end (optional) true by default. If false, text will be added in the beginning
  • add-new-line (optional) true by default. If true, the added text will get additional new-line character

Available on: macOS, iOS, iPadOS

Example

fivenotes:///add?note=1&text=new%20text

/set

Shows FiveNotes. If no parameter is specified, the last open note will remain open.

Parameters:

  • note (required) ID of a note 1...5
  • text (required) text to be set

Available on: macOS, iOS, iPadOS

Example

fivenotes:///set?note=1&text=new%20text