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)