Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response image improvements #29

Open
jcraigk opened this issue May 24, 2021 · 0 comments
Open

Response image improvements #29

jcraigk opened this issue May 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jcraigk
Copy link
Owner

jcraigk commented May 24, 2021

  1. Templating. Currently response image content is inserted by splitting on IMG_DELIM constant. This simple mechanism should be replaced with a templating system with open/close tags so gsub-like replacements occur instead of splitting.

  2. Storage. Currently we default to STORAGE_PATH being set to /tmp, which must be changed when developing locally. Is there a way to make this dependent on an env var? Any way to construct the image in memory without local storage requirements? Can the cache location be S3? It would be nice to eliminate local storage requirements altogether.

  3. Custom content. What would be a good way to allow organizations to incorporate their own images?

  4. Display emojis in note echoes.

@jcraigk jcraigk added the enhancement New feature or request label May 24, 2021
@jcraigk jcraigk changed the title Improve response image templating Tesponse image improvements Aug 15, 2021
@jcraigk jcraigk changed the title Tesponse image improvements Response image improvements Aug 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant