From be060d0386da6ae5cb1c09d18c98db3027909b3a Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Thu, 28 Sep 2017 17:29:34 +0200 Subject: [PATCH] Add new info about emoji usage to the guide --- Resources/Guide/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Guide/index.html b/Resources/Guide/index.html index 550c00df..a937c62a 100644 --- a/Resources/Guide/index.html +++ b/Resources/Guide/index.html @@ -57,9 +57,10 @@ <details> <summary id="emoji">How to add emoji to tweets</summary> <div> - <p>When writing a new tweet, click the heart icon to open an emoji picker. If you're writing a reply, click the <em>Popout</em> icon first to bring the reply into the large panel.</p> + <p>When writing a new tweet, click the heart icon to open an emoji picker. If you're writing a reply, click the <em>Popout</em> icon to bring the reply into the New Tweet panel.</p> <p>Then you can immediately type into the <em>Search</em> field, which accepts keywords separated by space. Pressing <em>Enter</em> in the search field (when not empty) will insert the first result into your tweet. Pressing <em>Escape</em> closes the emoji picker.</p> - <p>You can also use your mouse to scroll through the emoji, click on the emoji to insert them, and change the skin tone.</p> + <p>You can also use your mouse to change the skin tone, scroll through the emoji, and click on the emoji to insert them.</p> + <p>Typing <em>:emoji_name:</em> in the New Tweet panel will automatically search for an emoji using those keywords. If a single emoji is found, it will be inserted into the tweet (press <em>Backspace</em> or <em>Escape</em> to revert it). If multiple emojis are found, it will open the emoji picker where you can refine the search, or press <em>Escape</em> to go back.</p> <p>Emoji are provided by an official plugin called <em>Emoji keyboard</em>, which is enabled by default. The heart icon will not show if the plugin is disabled.</p> <img src="img/new-tweet-emoji.png" alt=""> </div>