stickerpicker
stickerpicker copied to clipboard
A fast and simple Matrix sticker picker widget
Element Desktop removes additional properties in the sticker info, but not the media info. Element Android removes them in both currently. This commit moves the net.maunium.telegram.sticker property to the media...
While importing any stickerpack i got this ``` Reuploading 1179969546484711763..Traceback (most recent call last): File "/home/lagemeet/stickerpicker/.venv/lib/python3.7/site-packages/sticker/stickerimport.py", line 85, in reupload_pack reuploaded_documents[document.id] = already_uploaded[document.id] KeyError: 1179969546484711763 During handling of the above...
This PR aims to close #42, #43 and #44 ! What's new ? - Clear the search box when the user: + sends a sticker + presses ESC while focusing...
Lottie files can be converted using https://github.com/sot-tech/LottieConverter like mautrix-telegram does. Probably need to convert to gif to make it work, even though that's not such a nice format
the search box should be focused by default so you can start typing your search immediately
the 🔍️ should turn into :x: when you type, which you can click to clear the field
the sticker picker search field should clear automatically after sending the sticker you searched for
- update package names - improve documentation for Windows users - add setup heading - add hint for homeserver URL Updated wiki: https://github.com/aWeinzierl/stickerpicker-1/wiki/Creating-packs
Optional dedicated search field at the stickerpack.json. A dedicated search field would allow to add text, which can be searched for, without modifying the stickerbody and stickerid.
Currently the picker is just some static files, which means everyone has the same packs and they can only be configured server-side. The project could include a simple web server...