v3 ready: Tools and Plugins #3343
Replies: 21 comments 37 replies
-
Would love to see the following ones:
|
Beta Was this translation helpful? Give feedback.
-
Just starting a new project, and would love to see these:
I'm still trying to figure out which Cloudinary plugin (or vanilla Sanity media) would be best with our NextJs frontend. Exciting times ahead! Awesome work! |
Beta Was this translation helpful? Give feedback.
-
Mux :) *crossing fingers for batch upload of video files in array of mux.input (drag and drop all together) 🤞 |
Beta Was this translation helpful? Give feedback.
-
Definitely Vision, |
Beta Was this translation helpful? Give feedback.
-
Hi... with the |
Beta Was this translation helpful? Give feedback.
-
I installed the @sanity/color-input and followed the usage but in the
|
Beta Was this translation helpful? Give feedback.
-
One more very useful could be Vercel Deploy if possible |
Beta Was this translation helpful? Give feedback.
-
I have updated the Giphy asset source plugin to v3! |
Beta Was this translation helpful? Give feedback.
-
@valse @sanity/document-internationalization is out! No language-filter quite yet: that bit is pending implementation in Studio core, so you will have to bear with us for now. |
Beta Was this translation helpful? Give feedback.
-
Would love to see these updated for v3 as well |
Beta Was this translation helpful? Give feedback.
-
Would really help me to have @sanity/block-tools for converting html to portable text outside of sanity studio. |
Beta Was this translation helpful? Give feedback.
-
Any updates for Vision or when we can expect it? |
Beta Was this translation helpful? Give feedback.
-
sanity-plugin-markdown works locally for me, but now when deployed. I have opened an issue here: sanity-io/sanity-plugin-markdown#28 Does anyone else have the same problem? |
Beta Was this translation helpful? Give feedback.
-
@sanity/language-filter now has a v3 version. |
Beta Was this translation helpful? Give feedback.
-
Hi, we currently use a tool called sanity-codegen https://github.com/ricokahler/sanity-codegen to generate types from our studio into our frontend. Invaluable! Is that something that will be needed in v3, or will it have a way to export all of the types easily? If it will, my guess is that it would need to be upgraded to work with v3, would that just fall to the original author? Thanks |
Beta Was this translation helpful? Give feedback.
-
Vercel and Netlify dashboard widget plugins are now V3 ready: |
Beta Was this translation helpful? Give feedback.
-
sanity-plugin-documents-pane is now V3 ready |
Beta Was this translation helpful? Give feedback.
-
V3 ready:
|
Beta Was this translation helpful? Give feedback.
-
Any plans for upgrading the hierarchical-document-list plugin? |
Beta Was this translation helpful? Give feedback.
-
@sanity/table, V3 replacement for sanity-plugin-table is ready. Big thanks to @davydog187 for doing all the migration work! |
Beta Was this translation helpful? Give feedback.
-
Please could you make next-auth-sanity V3 ready? Thanks. |
Beta Was this translation helpful? Give feedback.
-
As we talked about during the v3 launch, here is the first batch of tools and plugin repositories that you can use in Sanity Studio v3 today!
Take a look at the README in each repository to learn more about each plugin or tool.
Note: v3 plugins are released under the
studio-v3
npm tag.You can install them using a regular npm command, for example:
then follow the usage section of each plugin.
sanity install
is no longer used in Studio v3.Plugins
Lives in the sanity monorepo.
The following plugins used to live inside the Sanity monorepo,
but have been extracted to standalone repositories now:
The following plugins have now have a v3 version in their respective repos:
sanity-secrets
in v2)sanity-plugin-asset-source-cloudinary
)Community made
Tools
Take specially note of.@sanity/plugin-kit, it provides CLI commands for create new, and updating existing plugins.
The road ahead
Let us know which plugins you would like to see ported to Studio v3!
Join in the fun and run
npx @sanity/plugin-kit verify-package
in your own Studio v2 plugin packages to get an idea of the steps needed to get there.Create your very own v3 plugin package with
npx @sanity/plugin-kit init awesome-thing-i-made
and let us know about it!Beta Was this translation helpful? Give feedback.
All reactions