This plugin helps convert WordPress into manager of our digital content, to publish it in different mediums or platforms not just the website, but also email, iOS Android apps, home-assistants and others.. Because each Gutenberg block stores its own content and properties, these ones can be extracted as metadata and exported through JSON object, accessible through REST API endpoint, to feed any application on any platform.. For instance, whereas HTML is valid for printing content for the web, this language is not valid for iOS Android app similarly, we can add classes to our HTML for the web, but these must be converted to styles for email.. The solution is to separate form from content The presentation and the meaning of the content must be decoupled, only the meaning is used as the source of truth. For instance, given the following piece of HTML code, the is HTML tag. Hence, this piece of content cannot be used as source of truth, and it must be converted into format. This piece of code can be used as source of truth for content, since from it we can recreate once again the HTML code to use for the web, and procure appropriate format for other mediums.. This plugin attempts to extract the metadata for all Gutenberg blocks shipped WordPress core support for additional blocks, such as from plugins, can be added through hooks. Not all Gutenberg blocks can be supported .. Please head over to GitHub repo for contributing, reporting issues or making suggestions, and others..
Read more