saintnet_stickers/README.md

44 lines
2.3 KiB
Markdown
Raw Normal View History

2020-09-04 19:31:34 -04:00
# Maunium sticker picker
2020-09-05 11:52:44 -04:00
A fast and simple Matrix sticker picker widget. Tested on Element Web, Android & iOS.
2020-09-04 19:31:34 -04:00
2020-09-05 07:56:35 -04:00
## Discussion
2020-09-13 07:27:37 -04:00
Matrix room: [`#stickerpicker:maunium.net`](https://matrix.to/#/#stickerpicker:maunium.net)
2020-09-05 07:56:35 -04:00
2020-09-17 07:09:44 -04:00
## Instructions
For setup and usage instructions, please visit the [wiki](https://github.com/maunium/stickerpicker/wiki):
2020-09-17 07:09:44 -04:00
* [Creating packs](https://github.com/maunium/stickerpicker/wiki/Creating-packs)
* [Enabling the widget](https://github.com/maunium/stickerpicker/wiki/Enabling-the-widget)
* [Hosting on GitHub pages](https://github.com/maunium/stickerpicker/wiki/Hosting-on-GitHub-pages)
2020-09-04 19:36:31 -04:00
2021-01-24 06:14:59 -05:00
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.
## Comparison with other sticker pickers
2021-01-24 06:14:59 -05:00
* Scalar is the default integration manager in Element, which can't be self-hosted and only supports predefined sticker packs.
* [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.
* 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.
2020-10-30 16:28:09 -04:00
| Feature | Scalar | Dimension | Maunium sticker picker |
|---------------------------------|--------|-----------|------------------------|
| Free software | ❌ | ✔️ | ✔️ |
| Custom sticker packs | ❌ | ✔️ | ✔️ |
| Telegram import | ❌ | ✔️ | ✔️ |
| Works on Element mobiles | ✔️ | ❌ | ✔️ |
| Easy multi-user setup | ✔️ | ✔️ | ❌<sup>[#7][#7]</sup> |
| Frequently used stickers at top | ❌ | ❌ | ✔️ |
[#7]: https://github.com/maunium/stickerpicker/issues/7
2020-09-04 19:36:31 -04:00
## Preview
### Element Web
![Element Web](preview-element-web.png)
### Element Android
![Element Android](preview-element-android.png)
### Element iOS (dark theme)
![Element iOS](preview-element-ios.png)
2024-06-17 21:16:57 -04:00
Saintnet branch