From df735ffba1600141d686f34431a5ebd7dee6b2d4 Mon Sep 17 00:00:00 2001 From: puutaro <55217593+puutaro@users.noreply.github.com> Date: Tue, 2 Jul 2024 23:17:58 +0900 Subject: [PATCH 1/2] Update list_index.md --- md/developer/set_variable_types/list_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md/developer/set_variable_types/list_index.md b/md/developer/set_variable_types/list_index.md index 0fa87fd64..a608814a1 100755 --- a/md/developer/set_variable_types/list_index.md +++ b/md/developer/set_variable_types/list_index.md @@ -19,7 +19,7 @@ This option transform `command variable` into list index. ## Usage ```js.js -setVariableTypes={variableName}:LI=listDir={target list dir path}|menu={menuName1}(&subMenuName1&subMenuName2..}!{menuName2}(&subMenuName21&subMenuName22..}(|prefix={grep prefix})(|suffix={grep suffix}) +setVariableTypes={variableName}:LI= ``` ## List index config From 6e22cc5eaa79436a75b28dfc3e558b3f54571042 Mon Sep 17 00:00:00 2001 From: puutaro <55217593+puutaro@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:59:51 +0900 Subject: [PATCH 2/2] Update set_variable_types.md --- md/developer/set_variable_types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md/developer/set_variable_types.md b/md/developer/set_variable_types.md index 068352b3e..2acd98965 100755 --- a/md/developer/set_variable_types.md +++ b/md/developer/set_variable_types.md @@ -62,7 +62,7 @@ ex) Transform `editText` command variable into select box | `DT` | get date button | {variableName}:DT= | | `TM` | get time button | {variableName}:TM= | | `CLR` | select color button | {variableName}:CLR= | -| `LI` | edit list component | {variableName}:LI=listDir={target list dir path}|menu={menuName1}(&subMenuName1&subMenuName2..}!{menuName2}(&subMenuName21&subMenuName22..}(|prefix={grep prefix})(|suffix={grep suffix}) [detail](https://github.com/puutaro/CommandClick/blob/master/md/developer/set_variable_types/list_index.md) |.. | +| `LI` | list index component | {variableName}:LI=listDir={target list dir path}|menu={menuName1}(&subMenuName1&subMenuName2..}!{menuName2}(&subMenuName21&subMenuName22..}(|prefix={grep prefix})(|suffix={grep suffix}) [detail](https://github.com/puutaro/CommandClick/blob/master/md/developer/set_variable_types/list_index.md) |.. | ## Usage