Arjen
Arjen
has anyone had a chance to look at this yet? 🙏
Any thoughts on this? 👀
> If you have more than a computer, they should have different IPs. I would create 2 favorites and name them "my imac" and "my pc" to distinguish. You're right...
Yes, pagination would be a good solution for that. I don't have much time to work on that right now, but I'm happy to accept a PR that addresses this...
Hey 👋 To be honest I'm not quite sure. When we built this plugin two years ago, [the existing media plugin](https://github.com/sanity-io/sanity-plugin-media) (sanity-plugin-media) wasn't very good. Had lots of bugs, no...
That's a great idea! I like it ✨ However for the native image input I don't think that's possible right now. Looking at [the source](https://github.com/sanity-io/sanity/blob/next/packages/%40sanity/form-builder/src/inputs/ImageInput/ImageInput.tsx#L541-L547) there is no information about...
tbh I don't know why this happens. Does it work when you change from this plugin to the media-browser plugin? https://www.sanity.io/plugins/sanity-plugin-media
this would even make it possible to do a visual regression test for each component when compiling.
> add output data json file alongisde component html ```json { "height": 100, "description": "", "source": "…" } ```
> add vue single file component for embedding components ```vue code {{ htmlFile }} export default { props: ["name"], data() { return { htmlLoaded: false, jsonLoaded: false, height: 0, source:...