Skip to content

Commit

Permalink
docs: clarify script args format
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgurney committed Dec 27, 2024
1 parent 692d7f4 commit 5e28125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/I18n/en.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5e28125

Please sign in to comment.