You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when viewing Files in Studio, images offer a preview of the file, however it does not appear that other file types (e.g., json, txt, etc.) show previews. This results in the file not being viewable - the only way it seems possible is to put a "Link" on a view, use $File{...} merge syntax and then click the link to get to the file itself.
Studio should:
DIsplay a preview of the file unless the file type will not support it (e.g., binary)
Offer a "Preview/Get Link" button/link or similar to enable opening a new tab to view the file directly
Edit I just realized that you can click the "down arrow" to the right of the file name and it will download the file for viewing. While this works, it's not very intuitive and/or obvious. Per item 2 above, making this more prominent by adding a preview button/link in addition to the download arrow would be preferred.
The text was updated successfully, but these errors were encountered:
Currently, when viewing Files in Studio, images offer a preview of the file, however it does not appear that other file types (e.g., json, txt, etc.) show previews. This results in the file not being viewable - the only way it seems possible is to put a "Link" on a view, use
$File{...}
merge syntax and then click the link to get to the file itself.Studio should:
Edit I just realized that you can click the "down arrow" to the right of the file name and it will download the file for viewing. While this works, it's not very intuitive and/or obvious. Per item 2 above, making this more prominent by adding a preview button/link in addition to the download arrow would be preferred.
The text was updated successfully, but these errors were encountered: