toxygen/docs/smileys_and_stickers.md

14 lines
581 B
Markdown
Raw Normal View History

2017-04-12 16:10:48 +02:00
# Smileys
2016-06-21 20:00:47 +02:00
2016-06-28 20:47:49 +02: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 20:00:47 +02:00
{":)": "one.png", ":(": "two.png"}
Animated smileys (.gif) are supported too.
2017-04-12 16:10:48 +02:00
# Stickers
2016-06-21 20:00:47 +02:00
2016-07-10 23:38:25 +02:00
Sticker is inline image. If you want to create your own smiley pack, create directory in src/stickers/ and place your stickers there.
2017-03-04 21:35:46 +01:00
Users can import smileys and stickers using menu: Settings -> Interface