toxygen/docs/smileys_and_stickers.md

13 lines
584 B
Markdown
Raw Normal View History

2016-06-21 18:00:47 +00:00
#Smileys
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.
#Stickers
2016-07-10 21:38:25 +00: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