Creating a project
In order to create a Magny command palette service, there are a few steps that should be taken on the Magny dashboard side. Those steps are as follows:
- 1.Creating a project
- 2.Creating categories (i.e ”holders” of commands”). Note that not every command need to be placed in a category.
- 3.Creating commands, where each command is executed if user clicks on enters on it.
When you first login to the dashboard, you are asked to create a project. This is the initial project you have. It is perfectly fine to use it, or create another project from scratch.
In order to create a project, follow those steps:
- 1.Click Projects → Create Project
- 2.Under Action, click View & Edit.
Since you haven’t added any categories or commands, you’ll be presented with an empty projects page.
Now click on Create new category. Enter the name of the category here. A category holds other commands and acts like a container.
Now you have added a category, we are ready to add commands to this category. Note that each category name will be visible to the user if the command matches the user’s action.
Last modified 3mo ago