Skip to content

Lukcyluke/markdown-it-emoji-for-macOS-text-replacements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-it-emoji for macOS text replacements

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.

Installation

  1. Make a backup of your text replacements (see also: Back up and share text replacements on Mac - Apple Support)
    Export drag'n'drop animation
  2. Download the .plist files to a convenient location
  3. On your Mac, choose Apple menu  > System Preferences > Keyboard > Text
  4. Drag the .plist files from its location to the Text pane
    Import drag'n'drop animation
  • It could be useful to turn off Correct spelling automatically

Compiling the .plist files

You can recompile the files, if needed with the provided Python script. To do so:

  • Update markdown_it_emoji.py and shortcuts.py
  • Run create_plists.py from within plist_compiling/

Getting your own text replacements back (without having a backup)

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

About

Property lists to use markdown-it-emoji with macOS text replacements

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages