From 5e281259dfd1803e1ba99af0d1fcf5cebd527cd3 Mon Sep 17 00:00:00 2001 From: Chris Gurney Date: Fri, 27 Dec 2024 08:22:27 -0500 Subject: [PATCH] docs: clarify script args format --- src/I18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/I18n/en.json b/src/I18n/en.json index cc65ef1d..1ef22b62 100644 --- a/src/I18n/en.json +++ b/src/I18n/en.json @@ -1,7 +1,7 @@ { "adapter": { "args": "Arguments (optional)", - "args-description": "Arguments accepted by your script function, in comma-separated 'name: value' format.", + "args-description": "Arguments accepted by your script function, in comma-separated 'name: value' format, with string values in quotes.", "outputcontainer": "Output callout ID (optional)", "outputcontainer-description": "Add a note-toolbar-output callout with a unique meta field to your note to put text output.", "postCommand": "Command after execution (optional)", @@ -37,7 +37,7 @@ "importexec-sourcefunction": "Function (optional)", "importexec-sourcefunction-description": "If the script has functions, function name to execute.", "importexec-args": "Arguments (optional)", - "importexec-args-description": "Arguments accepted by your script function, in comma-separated 'name: value' format." + "importexec-args-description": "Arguments accepted by your script function, in comma-separated 'name: value' format, with string values in quotes." }, "templater": { "append-function": "Insert template",