{"id":24753842,"url":"https://github.com/akatopo/githubemoji","last_synced_at":"2025-09-12T02:11:42.277Z","repository":{"id":46803682,"uuid":"43565315","full_name":"akatopo/GithubEmoji","owner":"akatopo","description":"Github emoji in markdown documents and commit messages for Sublime Text","archived":false,"fork":false,"pushed_at":"2024-07-18T10:43:52.000Z","size":792,"stargazers_count":33,"open_issues_count":10,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-28T11:40:19.925Z","etag":null,"topics":["emoji","markdown","sublime-text-3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akatopo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-02T17:01:03.000Z","updated_at":"2023-07-01T09:45:22.000Z","dependencies_parsed_at":"2022-09-11T17:11:33.723Z","dependency_job_id":null,"html_url":"https://github.com/akatopo/GithubEmoji","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akatopo%2FGithubEmoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akatopo%2FGithubEmoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akatopo%2FGithubEmoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akatopo%2FGithubEmoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akatopo","download_url":"https://codeload.github.com/akatopo/GithubEmoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245056909,"owners_count":20553856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emoji","markdown","sublime-text-3"],"created_at":"2025-01-28T11:36:27.880Z","updated_at":"2025-03-23T05:12:42.667Z","avatar_url":"https://github.com/akatopo.png","language":"Python","readme":"# Github :octocat: Emoji :panda_face: for Sublime Text\n\nA Sublime Text plugin for inserting github emoji in markdown documents. Also supports [commit message emoji](https://github.com/dannyfritz/commit-message-emoji)\n\n## Usage\n\n\u003cimg src=\"screenshots/emoji-completions.gif\" alt=\"emoji completion\" width=\"688\"\u003e\n\nWhen editing a markdown document type `:` and then press \u003ckbd\u003eTAB\u003c/kbd\u003e to display the auto-complete popup for github emoji. You can type `@` instead of `:` for commit message emoji.\n\nAlternatively, for non-commit emoji, you can add this to your `auto_complete_triggers` in the user preferences:\n\n```js\n\"auto_complete_triggers\": [\n  //...\n  {\n    \"characters\": \":\",\n    \"selector\": \"text.html.markdown\"\n  },\n  // ...\n],\n```\n\nIn Sublime Text __4__ you do the same for commit emojis:\n```js\n{ \"characters\": [\":\", \"@\"],\n  \"selector\": \"text.html.markdown, text.git.commit\"},\n```\n\nThis way when you type `:` (or `@` in ST4) in markdown documents you'll get the autocompletion popup.\n\nYou can customize the available emoji, scopes, and filenames by copying and editing the default settings (`Preferences \u003e Package Settings \u003e GithubEmoji \u003e Settings – Default`) and saving them into your own user settings (`Preferences \u003e Package Settings \u003e GithubEmoji \u003e Settings – User`)\n\nYou can check available github emoji at the [emoji cheat sheet](http://www.emoji-cheat-sheet.com/)\n\n**Note:** On linux you will need a font that includes emoji in order to see emoji characters in the auto-complete popup. Here's [one](https://github.com/MorbZ/OpenSansEmoji)\n\n## Installation\n\n### Package Control (preferred)\n\n1. [Install Sublime Package Control](http://wbond.net/sublime_packages/package_control/installation)\n2. From inside Sublime Text, open Package Control's Command Pallet: \u003ckbd\u003eCTRL\u003c/kbd\u003e + \u003ckbd\u003eSHIFT\u003c/kbd\u003e + \u003ckbd\u003eP\u003c/kbd\u003e (Windows, Linux) or \u003ckbd\u003eCMD\u003c/kbd\u003e + \u003ckbd\u003eSHIFT\u003c/kbd\u003e + \u003ckbd\u003eP\u003c/kbd\u003e on Mac.\n3. Type `install package` and hit Return. A list of available packages will be displayed.\n4. Type `GithubEmoji` and hit Return. The package will be downloaded to the appropriate directory.\n\n### Manual Installation\n\nDownload or clone this repository to a directory `GithubEmoji` in the Sublime Text Packages directory for your platform:\n\n**Mac:**\n\n```shell\ngit clone https://github.com/akatopo/GithubEmoji.git ~/Library/Application\\ Support/Sublime\\ Text/Packages/GithubEmoji\n```\n\n**Windows:**\n\n```shell\ngit clone https://github.com/akatopo/GithubEmoji.git %APPDATA%\\Sublime/ Text/\\GithubEmoji\n```\n\n**Linux:**\n\n```shell\ngit clone https://github.com/akatopo/GithubEmoji.git ~/.Sublime\\ Text/Packages/GithubEmoji\n```\n\n## Credits\n\nSpecial thanks to @eugenesvk for adding sublime text 4 support.\n\nThe list of github emoji ([emoji.json](https://github.com/github/gemoji/blob/3f6057146c9a12e154c7bf00be4b125a76f413e0/db/emoji.json)) is taken from [gemoji](https://github.com/github/gemoji).\n\nInstallation instructions ripped from [MarkdownEditing](https://github.com/SublimeText-Markdown/MarkdownEditing)'s readme.\n\n## Similar Plugins\n\nThe [Emoji](https://github.com/ethanal/SublimeEmoji/) plugin allows you to insert emoji characters from the command palette.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakatopo%2Fgithubemoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakatopo%2Fgithubemoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakatopo%2Fgithubemoji/lists"}