diff --git a/public/MatrixStickerHelper/0nkwC9f7MfsBiWcLtY65AWDK873ljiK-.ttf b/public/MatrixStickerHelper/0nkwC9f7MfsBiWcLtY65AWDK873ljiK-.ttf new file mode 100644 index 0000000..15c6502 Binary files /dev/null and b/public/MatrixStickerHelper/0nkwC9f7MfsBiWcLtY65AWDK873ljiK-.ttf differ diff --git a/public/MatrixStickerHelper/NeuchaPatrickHandSC.css b/public/MatrixStickerHelper/NeuchaPatrickHandSC.css new file mode 100644 index 0000000..901b7aa --- /dev/null +++ b/public/MatrixStickerHelper/NeuchaPatrickHandSC.css @@ -0,0 +1,14 @@ +@font-face { + font-family: 'Neucha'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url(q5uGsou0JOdh94bfvQlo.ttf) format('truetype'); +} +@font-face { + font-family: 'Patrick Hand SC'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url(0nkwC9f7MfsBiWcLtY65AWDK873ljiK-.ttf) format('truetype'); +} diff --git a/public/MatrixStickerHelper/index.html b/public/MatrixStickerHelper/index.html index 32df29d..dd9ecbc 100644 --- a/public/MatrixStickerHelper/index.html +++ b/public/MatrixStickerHelper/index.html @@ -20,17 +20,21 @@ +

+ This application requires modern JavaScript. +

+

- ๐Ÿƒ๏ธ [Matrix] Sticker Helper Early Version, - created with โ˜•๏ธ by OctoSpacc. + ๐Ÿƒ๏ธ [Matrix] Sticker Helper WIP Version, + created with ๐Ÿ’•๏ธ and โ˜•๏ธ by OctoSpacc.
Made possible by Maunium sticker picker, brought to paper thanks to PaperCSS.

+

+ Note: importing stickers from files is currently experimental, and error handling isn't the best. + Make sure that your Internet connection is stable when uploading files. +

+

Help and Information

@@ -88,22 +110,29 @@ TODO: after finding the maunium/stickerpicker import procedure uncomfortable.
Read more (and follow the development I guess?) at - https://octospacc.altervista.org/tag/matrixstickerhelper/. + octospacc.altervista.org/#MatrixStickerHelper.

How can I add sticker packs to my collection?

- To add new sticker packs to your collection, you can use the dedicated section to - input an URL pointing to the JSON data file (in the format used by maunium/stickerpicker) - of an already existing collection (index.json) or individual pack (created by other users, or from your backups). + To add new sticker packs to your collection, you can use the dedicated section, which offers 2 options. You can: +

  • + Either leave the optional text field blank to create a brand-new pack, to be filled with stickers by importing media files; +
  • +
  • + Or, input an URL pointing to the JSON data file (in the format used by maunium/stickerpicker) + of an already existing collection (index.json) or individual pack (created by other users, or from your backups). +

  • - The ability to create sticker packs by uploading files from your device's storage will soon be available, - as well as from the messages sent by other Matrix users. + Currently, you can import common picture files (JPEG, WebP, PNG, GIF) from your device's storage as stickers. + Sooner, you will be able to also import media files from URL, as well as importing video files (like MP4) for automatic conversion into GIF.
    - Importing stickers from LINE or Telegram is planned for the more distant future. + Importing stickers and packs from Matrix messages, or the LINE or Telegram library, is planned for the more distant future.

    Stickerpicker information

    - This project is not a substitute of maunium/stickerpicker, and is not affiliated with it, but rather complements it. + This project is not a substitute of maunium/stickerpicker, + is not affiliated with it, and doesn't use any part of its code, but rather complements it. +
    It sets that up as the sticker picker integration for your Matrix account if you don't have it already, and allows you to manage your sticker collection in a way that is fully compatible with it, but without the manual setup.

    @@ -127,6 +156,28 @@ TODO: Maybe join my Matrix space, if you need some support: https://matrix.to/#/#Spacc:matrix.org.

    +
    +

    Changelog

    +

    + [2024-01-05] +

  • Uploading stickers from (multiple) local image files
  • +
  • Deleting individual stickers from packs
  • +
  • Various bugfixes and UX improvements
  • +

    +

    + [2024-01-04] +

  • Importing entire sticker collections from URL
  • +
  • Fix stickers not loading from accounts already setup with stock stickerpicker
  • +
  • Add help and changelog
  • +

    +

    + [2024-01-03] +

  • First release
  • +
  • Account management (logging in, reading and writing data)
  • +
  • Visualization of current account stickers
  • +
  • Importing sticker packs from URL
  • +

    +