From afdd60561a59a7d3aa462344a6252dac752b3348 Mon Sep 17 00:00:00 2001 From: Elior Boukhobza Date: Sun, 7 Apr 2024 18:17:24 +0300 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 47ddf7f1..183b6801 100644 --- a/README.md +++ b/README.md @@ -85,15 +85,15 @@ website. [[Become a sponsor](https://opencollective.com/atom-material-themes-and **You will need node > 16 to use it.** -1. Run `npm install -g mtslack` in a terminal (or run `sudo npx mtslack` if you don't want to install it globally) -2. Run the command `sudo mtslack` (in Windows, you need to open the Terminal in Administrator Mode) +1. Run `npm install -g mtslack` in a terminal (or run `npx mtslack` if you don't want to install it globally) +2. Run the command `mtslack` 3. You will be prompted with a menu the following options: - Copy code to clipboard - Show plugin version 4. Select *Copy to clipboard* to copy the code snippet to your clipboard. -5. Open Slack in dev mode: `export SLACK_DEVELOPER_MENU=true; open -a /Applications/Slack.app` -6. Go to View -> Developer -> Toggle Deve Tools +5. Slack will open in dev mode: `export SLACK_DEVELOPER_MENU=true; open -a /Applications/Slack.app` +6. Go to View -> Developer -> Toggle Dev Tools 7. In the Dev Tools Console tab, paste the code snippet 8. ????? 9. PROFIT!!!!!!! @@ -191,6 +191,14 @@ Settings. Switch the current theme's links color with the one of your choice. You can set the desired color in the Slack Tweak Settings. +#### Click to Edit + +Double click on your messages to edit it. If you double click on other people's messages, it will copy it to clipboard. + +#### Animations + +Add animations to your Slack window. + ----