Quick Actions — Rewritten (v2)
Adds an extensible tab to the ‘User Settings’ context menu that enables Powercord shortcuts.
Compatibility:
Quick Actions supports a vast selection of the settings utilized by the following plugins below.
DISCLAIMER: Not all settings will be available due to workload and limitations - please see “Frequently Asked Questions” for more details.
Plugin Name | Plugin Shortcode (URI) | Version | Official* | Repository URL |
---|---|---|---|---|
advancedTitleBar** | advanced-title-bar | v1.0.0 | ⭕ | [Link] |
Auditory | auditory | v1.0.7 | ⭕ | [Link] |
Autoplay GIF Avatars | autoplayGifAvatars | v1.0.3 | ⭕ | [Link] |
Badges Everywhere | badges-everywhere | v1.0.1 | ⭕ | [Link] |
Better Friends** | betterfriends | v3.2.1 | ⭕ | [Link] |
Bookmoji | bookmoji | v1.0.2 | ⭕ | [Link] |
Clickable Message Edits | pc-clickableEdits | v0.2.0 | ✔️ | n/a |
Context+ | pc-cadence-contextPlus | v1.1.0 | ⭕ | [Link] |
Discord RPC | discordrpc | v1.1.0 | ⭕ | [Link] |
Discord Tweaks | discord-tweaks | v1.0.1 | ⭕ | [Link] |
Emote Utility | pc-emojiUtility | v1.3.3 | ✔️ | n/a |
Hastebin | pc-hastebin | v1.0.0 | ✔️ | n/a |
Helpful Utilities | pc-helpful-utilities | v1.0.0 | ⭕ | [Link] |
Lightify | lightify | v0.0.1 | ⭕ | [Link] |
Module Manager | pc-moduleManager | v0.1.1 | ✔️ | n/a |
Mu | powercord-multiuser | v0.1.0 | ⭕ | [Link] |
Plugin Updater | pc-plugin-updater | v1.0.8 | ⭕ | [Link] |
Quick React** | pc-quick-react | v1.1.2 | ⭕ | [Link] |
Quote | quote | v1.4.2 | ⭕ | [Link] |
Role Color Everywhere | rolecolor-everywhere | v1.0.0 | ⭕ | [Link] |
Settings API | pc-general | v1.0.0 | ✔️ | n/a |
Spotify Modal | pc-spotify | v1.1.0 | ✔️ | n/a |
Style Manager | pc-styleManager | v1.1.1 | ✔️ | n/a |
Swerve | swerve | v1.0.1 | ⭕ | [Link] |
Translate | pc-translate | v1.0.0 | ✔️ | n/a |
Unread Count Badges | unread-count-badges | v1.0.1 | ⭕ | [Link] |
Wallpaper Changer** | wallpaper-changer | v1.1.0 | ⭕ | [Link] |
*Plugin is shipped with Powercord by default (will work straight out of the box once enabled).
**Plugin is not fully compatible with Quick Actions (some settings may be missing or left as-is).
Usage/Instructions:
- Right-click the ‘User Settings’ button (third icon starting from the left - the little cog) found under the “User Account Details” container.
- Hover your cursor over the ‘Powercord’ sub-menu.
Aside from just offering shortcuts ranging from a list of other plug-ins, Quick Actions also provides some of its own built-in settings in order to help improve user experience. Here’s what we have in store so far:
- Auto Updates: controls whether or not this plug-in should automatically fetch and send prompts for updates.
- Show Descriptions: toggles the notes that are usually displayed when hovering over buttons, checkboxes and sub-menus.
- Show Hidden Plugins: toggles the visibility of plug-ins hidden from the ‘Powercord’ and ‘Installed Plugins’ sub-menu.
- Show Explore Plugins: toggles the ‘Explore Plugins’ tab found under the ‘Installed Plugins’ sub-menu.
- Show Explore Themes: toggles the ‘Explore Themes’ tab found under the ‘Installed Themes’ sub-menu.
Installation:
Thanks to Powercord’s state of the art plug-in API, installing Quick Actions is as simple as counting from one to three and takes no more than 4 steps (legend even has it that you can do this in your sleep because of how easy it is!).
To get started, please take the time to read the steps below carefully, making sure that you follow everything exactly as shown on screen for the smoothest possible installation.
If you still happen to not be sure about something or just need some further assistance then feel free to add me on Discord @ Harley#1051.
Basic Installation
- Open a command prompt / terminal of your choice (e.g. CMD if you’re using Windows, or Terminal if you’re using Linux/macOS).
- Using
cd <POWERCORD_INSTALL_DIR>/src/Powercord/plugins
, point the terminal that you just opened to the “plugins” folder of your Powercord installation. - Copy ‘n’ paste the following command
git clone https://github.com/GriefMoDz/quickActions
into the same terminal. - Restart Discord (
Ctrl
+R
) after the above command has sucessfully executed.
Advanced Installation
- Open your DevTools (
Ctrl
+Shift
+I
) and click the ‘Console’ tab. - Copy ‘n’ paste the following one-liner
await require('util').promisify(exec)('git clone https://github.com/GriefMoDz/quickActions', { cwd: powercord.pluginManager.pluginDir })
into the input box. - Restart Discord (
Ctrl
+R
) or typepowercord.pluginManager.remount('quickActions')
inside the same input box from the previous step to complete the installation phase.
Frequently Asked Questions:
- Help! I’m using a supported plugin from the “Compatibility Table”, but I seem to be missing some settings. What do I do?
Due to how context menus are laid out, plugin settings are only limited to buttons, checkboxes (this includes switch items), and sliders. This means that text inputs are completely unavailable and left ignored until further notice.You should still be able to quickly access the settings of a said plugin by simply selecting its corresponding sub-menu item, where you’ll be able to find and edit all kinds of text to your hearts content. c:Unfortunately, this plug-in is still heavily in beta, meaning that not all settings that you happen see in the ‘User Settings’ dialog will necessarily be found under the ‘Powercord’ sub-menu.
This isn’t to say that no work is being done and I’m not doing anything to fix this, as I'm really trying my best and working around the clock to have most, if not all, of these settings pushed out as soon as possible.
All that I really ask of you now is that you please be patient. Thank you!