An n8n node for converting html to lexical and back

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.

:victory_hand:

3 Likes

Bumped to 1.0.0 after confirming integration with the n8n built-in Ghost node for creating a post with lexical format.