Changelog

Latest product updates

Stay up to date with all of the latest additions and improvements we've made to Cloudpress.

Notion code block language support

Notion code blocks allow you to specify a language for the code inside the code block. Cloudpress now uses the language you set in your Notion code blocks when exporting to the various CMSs. The support level depends on the target CMS, as not all CMSs support code block languages completely. More details are provided in the table below.

CMSLevel of support
Contentful Rich Text🚫 Not supported since Contentful Rich Text fields do not support code blocks at all
Contentful Long Text (markdown)βœ… Supported
Kentico🚫 Not supported
Sanityβœ… Supported. The languages are limited by the ones supported by the Sanity code block.
Webflowβœ… Supported. Cloudpress adds the class hljs language-<language> to the code blocks, so you can enable sytax highlighting by adding Highlight.js to your site.
WordPress Gutenberg🚫 Not supported. The standard Gutenberg code block does not support code languages. We are investigating supporting 3rd party blocks.
WordPress Classicβœ… Supported. Cloudpress adds the class hljs language-<language> to the code blocks, so you can enable sytax highlighting by adding Highlight.js to your site.

Better support for exporting additional fields in Sanity

You have been able to export additional fields from Google Docs to your CMS for a while now. However, for Sanity, this feature has never worked remarkably well. The main reason is that Cloudpress cannot query your Sanity schema, so it does not know the types of your fields. The result was that - more often than not - Cloudpress updated the field in the wrong format.

We have now added the ability to define your additional field types in Cloudpress. When you do this, Cloudpress will update all your fields in the correct format. The video below demonstrates this new feature.

Raw content blocks for Notion

We have expanded our Raw Content Block support to Notion, allowing you to send raw content to your underlying CMS from Notion. We also added documentation on how to use Raw Content Blocks.

The video below demonstrates how you can use Raw Content Blocks to export custom Gutenberg blocks from Notion to WordPress.

Raw content blocks for Google Docs

You can now use Raw Content Blocks inside Google Docs, allowing you to send raw content to your underlying CMS. This opens up incredible opportunities to export content that Cloudpress cannot handle natively. In WordPress, for example, you can use this feature to export custom Gutenberg blocks like a call-to-action, newsletter signup form, countdown timer, and more.

The video below demonstrates this feature with Google Docs and WordPress.

Support for additional Sanity formatting

We now support underline, strike-through, and inline code formatting for Sanity.

Map Notion pages to existing items in your CMS

You can now map Notion pages to existing items in your CMS (i.e. items you created before adopting Cloudpress).

Map Notion properties to custom WordPress fields

You can now map Notion properties to custom fields in WordPress when using our Collection feature.

Configure Webflow image alignment

You can specify the image alignment for Webflow images from the Export Settings page of your Webflow connection.

Support for WordPress custom fields

We now support updating custom WordPress fields. For more information on enabling this for your WordPress connection and examples of using it with the most common custom fields WordPress plugins, refer to our updated documentation.

Set Webflow reference fields by name

You can now specify reference fields for Webflow by name. The video below demonstrates this feature.

Webhooks

Cloudpress now allows you to add Webhooks for when documents are exported. This is useful when you use Cloudpress in automation tools like Zapier or Make.com, and want automation scripts to run after a document has been exported.

Specify Google Docs export settings

You can now specify the export settings when exporting a Google Doc from the Export Content page in the Cloudpress application. These settings allow you to specify how Cloudpress should process the documents you are exporting:

  1. Use property table: This allows you to use a property table to set additional fields in your CMS when exporting content. This is useful when you want Cloudpress to update additional field values on your behalf, for example, the author or category of a blog post.
  2. Auto-detect embeds: When enabled, Cloudpress will attempt to convert standalone links in a single paragraph to the appropriate embed in your CMS. For example, if you have a paragraph containing only a link to a tweet, Cloudpress will convert it to the correct embed when exporting the document to your CMS.
  3. Convert single-cell tables to code blocks: This option is useful when you want to include programming code snippets in your content. When enabled, Cloudpress will convert any single-cell table (i.e. a table with one row and one column) to a code block when exporting the document to your CMS.

Support for footnotes in Google Docs

Cloudpress now supports footnotes in Google Docs. When adding footnotes to a document, Cloudpress will append the footnotes to the bottom of the content when exporting the document to your CMS.

Let’s take the following Google Doc: When exported to WordPress, the footnotes will be rendered as per the screenshot below.

Updated Collection documentation

With the release of Collection filters yesterday, we have also removed the beta label from Collections. With this, we have now added a full set of documentation for working with Collections in Cloudpress.

Collection filters

Cloudpress now allows you to filter items in a collection. You can read our announcement blog post or watch the video below for more information.

Update existing content with the Google Docs Add-on

Cloudpress now allows you to update existing content - i.e. content not created with Cloudpress - when exporting documents with the Google Docs Add-on. The video below gives a demonstration of using this feature.

Support for WordPress Pages

Cloudpress now supports exporting to WordPress pages. You can configure this from the Export Settings tab of your WordPress connection. A single connection can only support posts or pages, so you must create two separate connections to export to both.