Skip to content

Commit 2e1b1ae

Browse files
Update docs to: Fix docs render bug
1 parent af9cde1 commit 2e1b1ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/create_action_scripts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66
## When I should use action scripts?
77

88
There is a checklist before selecting action script as your solution:
9+
910
- I need add an action that user can trigger it?
1011

1112
If yes, It **can** be action script. Users can use menus, shortcuts, and commands to trigger action scripts. You can
1213
use other ways to add triggerable actions, but action scripts are a standard way, specially for a lot of actions.
14+
1315
- I need add a new option in menus?
1416

1517
If yes, It **must** be action script. Everything in menus is action script.
18+
1619
- I need add a new command?
1720

1821
If yes, It **may** be action script. Action scripts have internal command defining system, and you can use them from

0 commit comments

Comments
 (0)