You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
2.3 KiB

4 years ago
4 years ago
3 years ago
3 years ago
  1. # Maunium sticker picker
  2. A fast and simple Matrix sticker picker widget. Tested on Element Web, Android & iOS.
  3. ## Discussion
  4. Matrix room: [`#stickerpicker:maunium.net`](https://matrix.to/#/#stickerpicker:maunium.net)
  5. ## Instructions
  6. For setup and usage instructions, please visit the [wiki](https://github.com/maunium/stickerpicker/wiki):
  7. * [Creating packs](https://github.com/maunium/stickerpicker/wiki/Creating-packs)
  8. * [Enabling the widget](https://github.com/maunium/stickerpicker/wiki/Enabling-the-widget)
  9. * [Hosting on GitHub pages](https://github.com/maunium/stickerpicker/wiki/Hosting-on-GitHub-pages)
  10. If you prefer video tutorials, [Brodie Robertson](https://www.youtube.com/c/BrodieRobertson) has made a great video on setting up the picker and creating some packs: https://youtu.be/Yz3H6KJTEI0.
  11. ## Comparison with other sticker pickers
  12. * Scalar is the default integration manager in Element, which can't be self-hosted and only supports predefined sticker packs.
  13. * [Dimension](https://github.com/turt2live/matrix-dimension) is an alternate integration manager. It can be self-hosted, but it's more difficult than Maunium sticker picker.
  14. * Maunium sticker picker is just a sticker picker rather than a full integration manager. It's much simpler than integration managers, but currently has to be set up manually per-user.
  15. | Feature | Scalar | Dimension | Maunium sticker picker |
  16. |---------------------------------|--------|-----------|------------------------|
  17. | Free software | ❌ | ✔️ | ✔️ |
  18. | Custom sticker packs | ❌ | ✔️ | ✔️ |
  19. | Telegram import | ❌ | ✔️ | ✔️ |
  20. | Works on Element mobiles | ✔️ | ❌ | ✔️ |
  21. | Easy multi-user setup | ✔️ | ✔️ | ❌<sup>[#7][#7]</sup> |
  22. | Frequently used stickers at top | ❌ | ❌ | ✔️ |
  23. [#7]: https://github.com/maunium/stickerpicker/issues/7
  24. ## Preview
  25. ### Element Web
  26. ![Element Web](preview-element-web.png)
  27. ### Element Android
  28. ![Element Android](preview-element-android.png)
  29. ### Element iOS (dark theme)
  30. ![Element iOS](preview-element-ios.png)