I needed an easy way to build a news round up with an rss feed or just json and then customize the html into an html node in Ghost. That was a bit of pain to do so I put together this n8n node to do the thing. Converts html to lexical and lexical to html.
NOTE: In order to get the html node type in the ghost editor, you will need to wrap your html like so:
<!--kg-card-begin: html-->
<h1>Posts</h1>
<p>Title of post<br/><small>subheading description</small></p>
<!--kg-card-end: html-->
https://www.npmjs.com/package/n8n-nodes-ghost-utils
Source:
Thank you to the Ghost crew for all the packages. See GitHub - TryGhost/Koenig: Components of Ghost's Editor ยท GitHub for more info.
![]()