Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

A fast and simple Matrix sticker picker widget

License

Notifications You must be signed in to change notification settings

MediaPlay-Discord/stickerpicker

 
 

Repository files navigation

Maunium sticker picker

A fast and simple Matrix sticker picker widget. Tested on Element Web, Android & iOS.


Adding the MPD sticker pack

Using the /devtools command on Element Web, edit the m.widgets account data event, then replace the content with:

{
    "stickerpicker": {
        "content": {
            "type": "m.stickerpicker",
            "url": "https://mediaplay-discord.github.io/stickerpicker/web?theme=$theme",
            "name": "Stickerpicker",
            "data": {}
        },
        "sender": "@you:matrix.server.name",
        "state_key": "stickerpicker",
        "type": "m.widget",
        "id": "stickerpicker"
    }
}

You can also get the MPD sticker pack folder (web/packs/MPD-Sticker-Pack.json and index.json) if you'd like to create a sticker pack on your own stickerpicker.


Preview

Element Web

Element Web

Element Android

Element Android

Element iOS (dark theme)

Element iOS

About

A fast and simple Matrix sticker picker widget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.5%
  • JavaScript 37.5%
  • Sass 10.9%
  • HTML 2.1%