Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 214 Bytes

createNote.md

File metadata and controls

11 lines (11 loc) · 214 Bytes

Create Note

Notes

Creates a note with the given input.

Syntax

createNote(text: <#String (Allows Variables)#>, show: <#Boolean#>)

Example

createNote(text: "My new note text!", show: false)