Hi there,
I was wondering if the editor could output or be customized to support a virtual node compatible output? For example a structure that could be ingested directly into a virtual DOM renderer?
I work heavily with Inferno.js and would be very interested in learning how to translate the outputted, clean and valid HTML source into a format that can easily be handled by the vnode handler in Inferno.
A similar representation would be applicable to React, Preact and the whole ecosystem of virtual dom libraries.
Any thoughts/ideas?
Hey!
At the moment there is no options for that. However we are planning to add «rendering» layers API to allow translate current JSON output to any format you need — HTML, Markdown, PDF etc.
Very cool, looking forward to the rendering layer then. Is there a roadmap/timeline we can generally count on for that feature? It would be a fantastic addition to our platform.
We are currently collecting feedback after PH launch. After we will prioritize feature requests and our own ideas and publish them on GitHub.
Most helpful comment
Hey!
At the moment there is no options for that. However we are planning to add «rendering» layers API to allow translate current JSON output to any format you need — HTML, Markdown, PDF etc.