This repository was archived by the owner on Sep 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,15 @@ website. [[Become a sponsor](https://opencollective.com/atom-material-themes-and
8585
8686** You will need node > 16 to use it.**
8787
88- 1 . Run ` npm install -g mtslack ` in a terminal (or run ` sudo npx mtslack` if you don't want to install it globally)
89- 2 . Run the command ` sudo mtslack` (in Windows, you need to open the Terminal in Administrator Mode)
88+ 1 . Run ` npm install -g mtslack ` in a terminal (or run ` npx mtslack ` if you don't want to install it globally)
89+ 2 . Run the command ` mtslack `
90903 . You will be prompted with a menu the following options:
9191 - Copy code to clipboard
9292 - Show plugin version
9393
94944 . Select * Copy to clipboard* to copy the code snippet to your clipboard.
95- 5 . Open Slack in dev mode: ` export SLACK_DEVELOPER_MENU=true; open -a /Applications/Slack.app `
96- 6 . Go to View -> Developer -> Toggle Deve Tools
95+ 5 . Slack will open in dev mode: ` export SLACK_DEVELOPER_MENU=true; open -a /Applications/Slack.app `
96+ 6 . Go to View -> Developer -> Toggle Dev Tools
97977 . In the Dev Tools Console tab, paste the code snippet
98988 . ?????
99999 . PROFIT!!!!!!!
@@ -191,6 +191,14 @@ Settings.
191191Switch the current theme's links color with the one of your choice. You can set the desired color in the Slack Tweak
192192Settings.
193193
194+ #### Click to Edit
195+
196+ Double click on your messages to edit it. If you double click on other people's messages, it will copy it to clipboard.
197+
198+ #### Animations
199+
200+ Add animations to your Slack window.
201+
194202
195203----
196204
You can’t perform that action at this time.
0 commit comments