The Portable Text Editor (PTE) now ships with markdown keyboard shortcuts for headings, block quotes and lists.
This change extends the core behaviors of the PTE with default markdown behaviors for a more intuitive writing experience. This allows you to:
- Use
#
characters to create headings. - Use
>
to create a blockquote. - Use
Backspace
at the beginning of a block to clear its style. - Use
-
,*
,_
or1.
to initiate a list.
This is part of the effort that brings features from the new standalone Portable Text Editor back into the Studio.
You can now generate types from queries in .astro
files. Learn more in the TypeGen docs.
- Fixes schema extraction with nested union references.
- Header when creating new documents is now translated.
- Fixes
WebSocket is closed before the connection is established
warning. - Fixes a regression introduced in
v3.38.0
that could in rare cases cause a crash when opening a document in the Studio. unset()
inside custom datetime input components will now show that the value has been unset in the Studio UI.
To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.
If you are updating from a version earlier than 3.37.0, you should also check out this article to ensure your dependencies are up to date.