From dc8223b6fa9bbfe4d2085e37bad3bb21f7a34152 Mon Sep 17 00:00:00 2001 From: Zsolt Viczian Date: Sat, 8 May 2021 09:56:07 +0200 Subject: [PATCH] . --- AutomateHowTo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutomateHowTo.md b/AutomateHowTo.md index 61a1f3a..9a31a73 100644 --- a/AutomateHowTo.md +++ b/AutomateHowTo.md @@ -337,7 +337,7 @@ This template will prompt you for the title of the drawing. It will create a new ea.setTheme(1); //set Theme to dark await ea.create({ filename : title, - foldername : tp.file.folder(true), + foldername : folder, //templatePath: 'Excalidraw/Template.excalidraw', //uncomment if you want to use a template onNewPane : true });