toxygen/docs/smileys_and_stickers.md

13 lines
584 B
Markdown
Raw Normal View History

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