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
Many artifacts will have more than one file, so we need to be able to call a file in the URL so that /player/ knows what to play.
I suggest:
host/application/artifact?file=#
example: https://alexandria.io/player/fc2a5a?file=1
Note, please use the array ID for the file requested, starting at 0.
There was discussion of using query operators in the URL for handling files, like https://alexandria.io/player/fc2a5a?file=1
This might scale better than using #, as we add more features.
Many artifacts will have more than one file, so we need to be able to call a file in the URL so that /player/ knows what to play.
I suggest:
host/application/artifact?file=#
example:
https://alexandria.io/player/fc2a5a?file=1
Note, please use the array ID for the file requested, starting at 0.
(yes i know that for now it will be https://alexandria.io/browser/player/fc2a5a?file=1)
The text was updated successfully, but these errors were encountered: