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.
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-->
Source:
Thank you to the Ghost crew for all the packages. See GitHub - TryGhost/Koenig: Components of Ghost's Editor for more info.