fsavje / math-with-slack

Rendered math (MathJax) with Slack's desktop client
MIT License
431 stars 62 forks source link

Does not work on MacOS Mojave with Slack 3.3.8 #46

Closed romainhild closed 5 years ago

romainhild commented 5 years ago

I have followed the install procedure and restarted the client but when writing $e=mc^2$ as a direct message to me, the math are not rendered. Is there a debug mode in order to have more info ?

fsavje commented 5 years ago

Thanks for the report. Your best bet is Slack's DevTools.

Start Slack with:

export SLACK_DEVELOPER_MENU=true
open /Applications/Slack.app

Then open the DevTools with ⌥⌘I.

romainhild commented 5 years ago

Thanks, I took a quick look, but I have to admit that my competences in javascript are quite limited. I did a search for math and mws but couldn't find anything. Any advice ?

fsavje commented 5 years ago

I'm using Slack 3.3.8 on MacOS Mojave, and it works excellently. It is most likely an issue with your specific installation of Slack. My advice is to reinstall Slack and the script from scratch.

romainhild commented 5 years ago

indeed reinstalling Slack did it! thanks