Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(plugin): Added CommandPalette #2145

Closed
wants to merge 10 commits into from
Closed

feat(plugin): Added CommandPalette #2145

wants to merge 10 commits into from

Conversation

ethan-davies
Copy link

This plugin allows a user to perform certain actions through a command palette (accessible via Control + Shift + P). This plugin can be easily modified to add further functionality. The purpose of this plugin is to quickly be able to perform actions with ease instead of needing to go through multiple menus or click multiple buttons. Also, in the case that this is merged, it will allow for future plugins (or current ones) to implement some of their own commands related to their plugin into the menu. In terms of adding separate functionality you can use the openSimpleTextInput() which will ask for a text input or the openMultipleChoice() which as the name implies will open a multiple choice menu with your selected options.

@ethan-davies

This comment was marked as resolved.

docs/3_COMMAND_PALETTE.md Outdated Show resolved Hide resolved
src/plugins/commandPalette/index.tsx Outdated Show resolved Hide resolved
@ethan-davies ethan-davies marked this pull request as ready for review February 29, 2024 18:02
@ethan-davies ethan-davies closed this by deleting the head repository May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants