At the moment we working hard on the CodeX Editor 2.0 with completely new core, new API and great new documentation. Stay tuned and subsribe to us on the Twitter. Be in the front.
Next generation Editor for modern web applications.
Entry composed by different and extended list of Blocks
Outputs clear Blocks data via JSON
{
"blocks": [
{
"type": "paragraph",
"data": {
"text": "There is a first paragraph"
}
},
{
"type": "header",
"data": {
"text": "Aaand here is a Header",
"type": "H2"
}
},
...
]
}
Focused on the Plugins API that allows to create amazing Blocks
Zero-dependency — use everywhere you want