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

Show images from URLs in table widgets #1158

Open
benedictleejh opened this issue Aug 12, 2024 · 1 comment
Open

Show images from URLs in table widgets #1158

benedictleejh opened this issue Aug 12, 2024 · 1 comment

Comments

@benedictleejh
Copy link

Describe the problem to be solved

Google Sheets and Excel allow for inserting image into cells with the IMAGE formula. This can quickly help with previewing linked images.

Currently, the only way to view an image from a URL in Grist is to use the Image Viewer widget, which can only view 1 image at a time, so it becomes cumbersome to view all images from a table, especially if there are a lot of table rows.

Describe the solution you would like

Display images from URLs directly inside the table widget.

@dsagal
Copy link
Member

dsagal commented Aug 15, 2024

Possibly related is this more general proposal for formatting in cells: #1161. That proposal does not include images initially, but if allowed, then an IMAGE(url) formula could be implemented as simply returning suitable markdown, and if the column is set to render with formatting enabled, it would show the image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants