mattermost-plugin-memes
mattermost-plugin-memes copied to clipboard
Add culture to your Mattermost with memes 🔌
#### Summary This PR adds the "Drakeposting" meme for additional memeing! Let me know if there are any issues.
#### Summary - Added metadata support for text slots: - horizontal_align: 0 for left, 1 for center, 2 for right. If not defined, defaults to center. - vertical_align: 0 for...
With Mattermost Version 7.0.0 and the Memes plugin 1.4.0 only part of the text displays. Using the example from the README: `/meme everywhere "memes." "memes everywhere"` results in:  Similarly...
Everything is in the title, just did a fresh install (Mattermost & `mattermost-plugin-memes`) works like a charm on desktop & web, but I get blank posts from the mobile version.
Hi, I've been experimenting in a local fork and added support for additional metadata options in the yaml files, namely horizontal and vertical alignment, outlineWidth, outlineColor. These already had the...
Working: `/meme brace-yourselves Its Sunday` Not working: `/meme brace-yourselves It's Sunday` Result: "Internal Server Error" and the following log entry ` {"level":"error","ts":1618726829.0428991,"caller":"mlog/log.go:232","msg":"error resolving meme","path":"/api/v4/commands/execute","request_id":"warwwuchztb978swhjfp7jey7e","ip_addr":"93.218.248.222","user_id":"f3c6mis46byi8mhj3bmfswbmrc","method":"POST","err_where":"ExecuteCommand","http_code":500,"err_details":"Unterminated single-quoted string"}` Mattermost 5.34.2 with NGINX
when trying to create a meme in iOS using the standard keyboard, one would get this caracter: “, in stead of " caracter, causing the script to interprete /meme brian...
I'd like to create memes using russian, but cyrillic symbols are displayed incorrectly (any symbol is replaced by square with a cross inside it) or don't displayed at all. Is...
Running `make memelibrary` and then `make check-style` does report linter issues in `server/memelibrary/assets.go`. The generated file should be correctly formatted.