From c126920f25d3f5025c856dcfbaa83fedbe8d75a5 Mon Sep 17 00:00:00 2001 From: zsviczian Date: Sat, 11 Dec 2021 12:03:57 +0100 Subject: [PATCH] Update readme.md --- docs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme.md b/docs/readme.md index b81ba08..25d1d30 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -14,7 +14,7 @@ With a little work, using ExcalidrawAutomate you can generate simple mindmaps, b - [Utility Functions](API/utility.md) ## ExcalidrawAutomate Script Engine -Besides Templater, QuickAdd and DataView, you can also create ExcalidrawAutomate "macros" using the Scripts Engine. +I recommend using the Scripts Engine for "Macro" like automation, when you want to automate a few simple steps, such as adding a box around a text element, or connecting two objects with an arrow, or setting line width or the grid to a custom value. - [ExcalidrawAutomate Script Engine](ExcalidrawScriptsEngine.md). ## Examples