I have a text substitution setup within the System Preferences. This works most places within OS X as far as I can tell, but it does not work in Slack. (Their native app for OS X version 1.1.4 - 2814)

Does anyone know why?

enter image description here

UPDATE
It looks like this is not specific to Slack at all

有帮助吗?

解决方案

Activate the "Text Replacement" option in the edit menu.

option to activate text replacement

其他提示

Even after following the instructions in the accepted answer, this still did not work for me until I followed these instructions. Basically, run the following in a terminal:

defaults write -g WebAutomaticTextReplacementEnabled -bool true

or to only change Slack's behavior (and not pollute your global domain):

defaults write com.tinyspeck.slackmacgap WebAutomaticTextReplacementEnabled -bool true

So, it seems that Text Substitutions have not been implemented in Chrome so I assume that is the underlying problem I'm having with Slack.

许可以下: CC-BY-SA归因
不隶属于 apple.stackexchange
scroll top