hdoro / sanity-plugin-external-files

Work w/ media hosted in external vendors from inside a Sanity.io studio
44 stars 14 forks source link

Sanity Studio v3 Support #13

Closed surjithctly closed 10 months ago

surjithctly commented 1 year ago
beninada commented 1 year ago

@hdoro are there any plans to build support for Sanity Studio v3?

mxmzb commented 1 year ago

Just wanted to install it, so it's currently not compatible?

hdoro commented 1 year ago

Hey all, sorry for the wait. I have no plans on investing my personal time on this plugin, and currently lack sponsors to do the work.

If you're earning money using it and would like to hire me to upgrade, reach out to meet@hdoro.dev, that'd be amazing.

Otherwise, I'd suggest pressing the Sanity team to doing it themselves - I'm willing to transfer the repository and npm packages to the @sanity-io organization :)

surjithctly commented 1 year ago

@hdoro You already did many amazing things for the Sanity Community. We are so grateful for your contributions.

So this is completely understandable. Much love ❤️

shaks786 commented 1 year ago

Trying to migrate this to v3 but finding it difficult to follow the Sanity docs - any guidance on where to start and what needs changing to migrate this to v3? @hdoro

felixhaeberle commented 10 months ago

Is there any hope this will be ported to v3? would also contribute. with v2 nearing end of life at 7th December 2023, this holds the portability of our codebase back.

@hdoro are you willing to accept a PR?

@surjithctly @shaks786 @beninada @mxmzb let's do this together!

hdoro commented 10 months ago

@felixhaeberle @shaks786 @surjithctly @beninada @mxmzb v3 work is essentially done under the feat/sanity-v3 branch, I just haven't completed documentation and user testing for it.

You can install it with the ^1.0.0-next.1 version of whichever adapter you have. I don't see myself getting back to finishing this branch until the end of the year, but will try to do so. Feel free to submit PRs for documentation changes or bug fixing after you do your own user testing on it 🙏

paulhchoi commented 10 months ago

thank you @hdoro for your continued work on this! I'm newer to this and was wondering how, exactly, I could install your "^1.0.0-next.1" version? for me, I'm looking to link Sanity V3 and S3, and neither sanity add s3-dam@^1.0.0-next.1 nor yarn add sanity-plugin-external-files@^1.0.0-next.1 seem to be available to use

shaks786 commented 9 months ago

thank you @hdoro for your continued work on this! I'm newer to this and was wondering how, exactly, I could install your "^1.0.0-next.1" version? for me, I'm looking to link Sanity V3 and S3, and neither sanity add s3-dam@^1.0.0-next.1 nor yarn add sanity-plugin-external-files@^1.0.0-next.1 seem to be available to use

Did you manage to figure it out?

viswongdev commented 8 months ago

thank you @hdoro for your continued work on this! I'm newer to this and was wondering how, exactly, I could install your "^1.0.0-next.1" version? for me, I'm looking to link Sanity V3 and S3, and neither sanity add s3-dam@^1.0.0-next.1 nor yarn add sanity-plugin-external-files@^1.0.0-next.1 seem to be available to use

Did you manage to figure it out?

Has anyone figured it out? I saw the branch was merged into the main. I'll give it a try.