-
Notifications
You must be signed in to change notification settings - Fork 66
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
State persistence for link sharing #697
Comments
❤️ this idea. What is the most important state we should persist in the URL? Perhaps to start with:
For now, pick bits of state piecemeal. Serializing all the state would not be trivial in its current incarnation. |
Great! Those for sure, maybe also background color and the transfer function. |
Talked with @thewtex about this. Thinking we will focus effort on a next generation viewer that will serialize all state to the URL. But, happy to support any effort adds this feature to this viewer. |
@PaulHax I see. Well I will be very curious to follow the development of the next gen viewer. |
I'd like to be able to bookmark my URL and share it with others with the expectation that my view will persist when opened elsewhere. We would love to use this to be able to generate and share curated views of our large scale OME-zarr data.
You could perhaps persist state in the URL. The only additional ask would be the option to specify a JSON file that contains the state as well, since sometimes these URLs get quite long.
The text was updated successfully, but these errors were encountered: