Dominik Moritz
Dominik Moritz
Ah yes, we use the schema url to get the spec type and version. There is a package in the schema repo that does the parsing of urls. We should...
Yes, and file a new issue with Vega schema to not fail on unknown urls.
What's the reason for having titles? I don't like having extra CLI actions when possible.
I think we should make titles the default but also 1. Make sure we url encode keys (which iirc is required by the spec) and use the non url encoded...
Adding titles isn't a breaking change imo but should be a minor version bump. But I don't feel strongly about it.
> Any thoughts regarding refactoring so this could be a custom formatter instead? Yeah, I think this should/could be implemented as a formatter similar to the annotation formatter. We can...
I don't have the exact syntax handy but with @title or @tjs-title you can set properties that will appear in the schema.
Can you explain how that would work from python and how interactivity works with that? I'm also not sure whether we can even support python since we just support widgets...
Ahh, thanks for the details. I think we could support a button in the web view to download an image with something like https://stackoverflow.com/questions/6887183/how-to-take-screenshot-of-a-div-with-javascript.
Hmm, thanks for looking into this. I won't have time to look into this deeply anytime soon but I'd be more than happy to review a pull request.