mirror of
https://github.com/jbranchaud/til
synced 2026-01-04 23:58:01 +00:00
Add Add Emoji To GitHub Repository Description as an internet til
Also add the internet section
This commit is contained in:
@@ -7,7 +7,7 @@ variety of languages and technologies. These are things that don't really
|
|||||||
warrant a full blog post. These are mostly things I learn by pairing with
|
warrant a full blog post. These are mostly things I learn by pairing with
|
||||||
smart people at [Hashrocket](http://hashrocket.com/).
|
smart people at [Hashrocket](http://hashrocket.com/).
|
||||||
|
|
||||||
_384 TILs and counting..._
|
_385 TILs and counting..._
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -20,6 +20,7 @@ _384 TILs and counting..._
|
|||||||
* [Elixir](#elixir)
|
* [Elixir](#elixir)
|
||||||
* [Git](#git)
|
* [Git](#git)
|
||||||
* [Go](#go)
|
* [Go](#go)
|
||||||
|
* [Internet](#internet)
|
||||||
* [JavaScript](#javascript)
|
* [JavaScript](#javascript)
|
||||||
* [Linux](#linux)
|
* [Linux](#linux)
|
||||||
* [Mac](#mac)
|
* [Mac](#mac)
|
||||||
@@ -127,6 +128,10 @@ _384 TILs and counting..._
|
|||||||
- [Replace The Current Process With An External Command](go/replace-the-current-process-with-an-external-command.md)
|
- [Replace The Current Process With An External Command](go/replace-the-current-process-with-an-external-command.md)
|
||||||
- [Sleep For A Duration](go/sleep-for-a-duration.md)
|
- [Sleep For A Duration](go/sleep-for-a-duration.md)
|
||||||
|
|
||||||
|
### Internet
|
||||||
|
|
||||||
|
- [Add Emoji To GitHub Repository Description](internet/add-emoji-to-github-repository-description.md)
|
||||||
|
|
||||||
### JavaScript
|
### JavaScript
|
||||||
|
|
||||||
- [Accessing Arguments To A Function](javascript/accessing-arguments-to-a-function.md)
|
- [Accessing Arguments To A Function](javascript/accessing-arguments-to-a-function.md)
|
||||||
|
|||||||
18
internet/add-emoji-to-github-repository-description.md
Normal file
18
internet/add-emoji-to-github-repository-description.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Add Emoji To GitHub Repository Description
|
||||||
|
|
||||||
|
GitHub restricts the set of unicode characters that can appear in the
|
||||||
|
description field of a repository to anything up to `0xffff`. Most emoji
|
||||||
|
have unicode values above this. This means you will have limited success
|
||||||
|
adding emoji via your system's.
|
||||||
|
|
||||||
|
Fortunately, GitHub allows you to add any recognized emoji to a repository
|
||||||
|
description with its specialized emoji syntax (e.g. `:memo:`). You may have
|
||||||
|
used this syntax in other parts of GitHub such as the issue tracker.
|
||||||
|
|
||||||
|
If you add an emoji like this:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
it will show up like so:
|
||||||
|
|
||||||
|

|
||||||
Reference in New Issue
Block a user