Life is easier with simple scripting. Grateful for everyone's encouragement and support!
View this project on GitHub
There are multiple repositories available, and websites that are set up to help us code the emoji symbols into GitHub pages. But are they needed?
❓
Let’s start with the proper way. First of all, Jekyll markdown support is clear that emoji codes are not automatically supported.
To enable support, there is jemoji plugin. All you have to do is add it to your _config.yml
plugin list:
plugins:
- jemoji
It is also officially listed as a jemoji ruby gem.
And then you can type out any emoji code and it will become the symbol in the rendered page. Beautiful.
… you get the idea.
But what if we skipped all the above and just typed up our markdown files in Xcode or GitHub website or other rich text editor (admittedly, I did not check the different software extensively).
If I want an emoji added, I hit an emoji shortcut (Mac default: command (⌘)
- control
- spacebar
. Or you can assign the globe / fn
key to open the emoji menu. That’s how I just inserted the command symbol above and it works. If it is not among my recent symbols, I can start typing a search.
So, do we really need to go through all the work in coding each emoji manually?
Emoji menu in action:
Accessing from the Input menu (if enabled):
Setting up to access with the Globe / fn key: