Hi, I tried to create a new notebook, MindMapNotebook for example, but failed. Could you tell me how to work it out. The Codes I tried as below:
tell application “MarginNote 3” to make new notebook with properties {title:“test one”, type:MindMapNotebook}
Applescript Editor run result: “MarginNote 3 got an error: AppleEvent handler failed.”
OR
tell application “MarginNote 3” to make new MindMapNotebook with properties {title:“test one”}
Applescript Editor run result: “MarginNote 3 got an error: Can’t make MindMapNotebook into type type.” number -1700 from MindMapNotebook to type
Anyone can help?