kfahy / slack-disable-wysiwyg-bookmarklet

Disables the WYSIWYG editor in Slack.
MIT License
824 stars 23 forks source link

Add a convenience script for the app on Linux and MacOS #18

Closed ksandom closed 4 years ago

ksandom commented 4 years ago

Still way more steps than it should be. But another step forward.

rogerluan commented 4 years ago

Awesome! Thanks!

rogerluan commented 4 years ago

I just had to change the last line to

SLACK_DEVELOPER_MENU=true /Applications/Slack.app/Contents/MacOS/Slack

Because on my Mac: line 18: slack: command not found

ksandom commented 4 years ago

@rogerluan Could you please give it another go? I've just added a basic check to select the right binary.

ksandom commented 4 years ago

Given that a much more convenient script based on patching is now available. I'm going to close this. But feel free to re-open it if you'd like to have this available as well.

I'm still personally using this one, because I didn't want to risk wasting time cleaning up after a patch once the WYSIWYG editor officially becomes available again.

In either case, thanks for all your effort on this. It really has made things much more pleasant in the mean time.

rogerluan commented 4 years ago

Sorry I forgot to reply here that your last updates work for me :)