Use this property lists to use the markdown-it-emoji phrases in your macOS keyboard. If you sync your text replacements, you can also use them on iOS.
- Make a backup of your text replacements (see also: Back up and share text replacements on Mac - Apple Support)
- Download the
.plist
files to a convenient location - On your Mac, choose Apple menu > System Preferences > Keyboard > Text
- Drag the
.plist
files from its location to the Text pane
- It could be useful to turn off Correct spelling automatically
You can recompile the files, if needed with the provided Python script. To do so:
- Update
markdown_it_emoji.py
andshortcuts.py
- Run
create_plists.py
from withinplist_compiling/
You can remove the text replacements provided by this package by using the isolate_custom_textreplacements.py
script.
Just export all your text replacements as in Installation and run the script with the exported file as an argument.
./seperate_custom_textreplacements.py ~/Desktop/Text\ Substitutions.plist
You can also add a second arg to nicely dump the output into a file.
./seperate_custom_textreplacements.py ~/Desktop/Text\ Substitutions.plist ~/Desktop/output.plist