toxygen/docs/smileys_and_stickers.md

14 lines
582 B
Markdown
Raw Permalink Normal View History

2017-04-12 14:10:48 +00:00
# Smileys
2016-06-21 18:00:47 +00:00
2016-06-28 18:47:49 +00:00
Toxygen support smileys. Smiley is small picture which replaces some symbol or combination of symbols. If you want to create your own smiley pack, create directory in src/smileys/. This directory must contain images with smileys and config.json. Example of config.json:
2016-06-21 18:00:47 +00:00
{":)": "one.png", ":(": "two.png"}
Animated smileys (.gif) are supported too.
2017-04-12 14:10:48 +00:00
# Stickers
2016-06-21 18:00:47 +00:00
2018-01-27 16:53:07 +00:00
Sticker is inline image. If you want to create your own sticker pack, create directory in src/stickers/ and place your stickers there.
2016-07-10 21:38:25 +00:00
2017-03-04 20:35:46 +00:00
Users can import smileys and stickers using menu: Settings -> Interface