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:
fivenotes:///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...5text(required) text to be setat-end(optional)trueby default. Iffalse, text will be added in the beginningadd-new-line(optional)trueby default. Iftrue, 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...5text(required) text to be set
Available on: macOS, iOS, iPadOS
Example
fivenotes:///set?note=1&text=new%20text
