emoji-code

Snippets to insert escaped Emoji code into HTML, CSS, JavaScript, JSON, Python, Ruby and Twig

Jan T. Sott

8,185

6

0.11.1

MIT

GitHub

emoji-code

apm apm apm CircleCI David

Snippets to insert escaped Emoji code into a variety of languages, including:

Note Github supports emojis out of the box (e.g. :wave:), so there is no need to paste Unicode characters.

This package is also available for Sublime Text and Visual Studio Code.

Screenshot

Screenshot of completions in Atom with one-light-ui

Installation

apm

Install emoji-code from Atom's Package Manager or the command-line equivalent:

$ apm install emoji-code

Using Git

Change to your Atom packages directory:

# Windows
$ cd %USERPROFILE%\.atom\packages

# Linux & macOS
$ cd ~/.atom/packages/

Clone repository as emoji-code:

$ git clone https://github.com/idleberg/atom-emoji-code emoji-code

Inside the cloned directory, install Node dependencies:

$ yarn || npm install

Usage

All emojis are prefixed with ji, following the string of the official Unicode terminology.

Examples:

Let's say, you want to insert the 😄 emoji

Keep in mind that Atom supports fuzzy completion, inviting you to use abbreviation of your preference.

License

This work is licensed under the The MIT License.