All Blocks

{
  "id": "10202c41-4d4e-8052-950c-ddd9ad8ef0b1",
  "type": "table-of-contents",
  "headers": [
    {
      "id": "cf0ee6e2-2446-43c7-85ac-efc2b7b42be6",
      "type": "header-1",
      "content": [
        {
          "type": "text",
          "content": "Blockies"
        }
      ]
    },
    {
      "id": "38e7679b-f259-4b13-9e07-ea244745c412",
      "type": "header-1",
      "content": [
        {
          "type": "text",
          "content": "Heading 1"
        }
      ]
    },
    {
      "id": "9619a930-55e1-418f-93d6-22cd69c55dc1",
      "type": "header-2",
      "content": [
        {
          "type": "text",
          "content": "Heading 2"
        }
      ]
    },
    {
      "id": "059043e4-bd58-4973-9b17-ea928d28e65b",
      "type": "header-3",
      "content": [
        {
          "type": "text",
          "content": "Heading 3"
        }
      ]
    },
    {
      "id": "52d96143-8f3e-4482-af21-7ce0ce1a5655",
      "type": "header-3",
      "content": [
        {
          "type": "text",
          "content": "Gallery collection block"
        }
      ]
    },
    {
      "id": "c7c4b190-f787-4a8d-95eb-750419787521",
      "type": "header-3",
      "content": [
        {
          "type": "text",
          "content": "Board collection block"
        }
      ]
    },
    {
      "id": "4dec99d7-c079-4628-a20b-3b84072891cd",
      "type": "header-3",
      "content": [
        {
          "type": "text",
          "content": "List collection block"
        }
      ]
    }
  ],
  "styles": [
    {
      "type": "color",
      "color": "gray"
    }
  ]
}

Blockies

{
  "id": "89ca6124-c9aa-4ec8-a060-b39d12d57e3c",
  "type": "quote",
  "content": [
    {
      "type": "text",
      "content": "Aether is compatible with all of Super's blocks. Check out how they look below."
    }
  ]
}

Heading 1

Heading 2

Heading 3

Text block Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus a pretium leo. Praesent eu sem nulla. In nunc arcu, rutrum eu malesuada sed, lacinia nec ipsum. Maecenas quis tincidunt sem. Quisque vitae nisl vel purus laoreet efficitur quis ut arcu. Nulla sit amet risus hendrerit, tristique augue eu, dapibus risus. Curabitur ullamcorper ligula lacus, sit amet pharetra neque interdum in.

Normal Text

Bold Text

Italic Text

Underlined Text

Strikethrough Text

Linked Text

Code Text

Link block →

Call to action button

Bullet list block

{
  "type": "unordered-list",
  "id": "40414b00-17a7-430e-b9b8-6ab29bdf9f98",
  "items": [
    {
      "id": "40414b00-17a7-430e-b9b8-6ab29bdf9f98",
      "content": [
        {
          "type": "text",
          "content": "Bulleted list block item 1"
        }
      ]
    },
    {
      "id": "4e92bc35-b0f0-46fd-af0d-880516766668",
      "content": [
        {
          "type": "text",
          "content": "Bulleted list block item 2"
        }
      ]
    },
    {
      "id": "1980fee3-6789-4516-97fd-dcaa815fa376",
      "content": [
        {
          "type": "text",
          "content": "Bulleted list block item 3"
        }
      ],
      "children": [
        {
          "type": "unordered-list",
          "id": "1a802c41-4d4e-80d2-8910-f322d712a7f2",
          "items": [
            {
              "id": "1a802c41-4d4e-80d2-8910-f322d712a7f2",
              "content": [
                {
                  "type": "text",
                  "content": "Nested bullet 3"
                }
              ],
              "children": [
                {
                  "type": "unordered-list",
                  "id": "1a802c41-4d4e-80b3-a49b-c9e30d86dabe",
                  "items": [
                    {
                      "id": "1a802c41-4d4e-80b3-a49b-c9e30d86dabe",
                      "content": [
                        {
                          "type": "text",
                          "content": "Nested nested bullet 3"
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}

Numbered list block

{
  "id": "4acad1db-ff22-42f2-9b45-9b102a1dda9f",
  "type": "ordered-list",
  "items": [
    {
      "id": "4acad1db-ff22-42f2-9b45-9b102a1dda9f",
      "content": [
        {
          "type": "text",
          "content": "Numbered list block item 1"
        }
      ]
    },
    {
      "id": "926a7531-3808-4400-96da-63bce008041b",
      "content": [
        {
          "type": "text",
          "content": "Numbered list block item 2"
        }
      ],
      "children": [
        {
          "id": "1a802c41-4d4e-80e4-b3cf-f19735790331",
          "type": "ordered-list",
          "items": [
            {
              "id": "1a802c41-4d4e-80e4-b3cf-f19735790331",
              "content": [
                {
                  "type": "text",
                  "content": "Nested ordered item 2"
                }
              ],
              "children": [
                {
                  "id": "1a802c41-4d4e-80a8-ad3e-cc2f9d0cee03",
                  "type": "ordered-list",
                  "items": [
                    {
                      "id": "1a802c41-4d4e-80a8-ad3e-cc2f9d0cee03",
                      "content": [
                        {
                          "type": "text",
                          "content": "Nested nested ordered item"
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "type": "unordered-list",
          "id": "1a902c41-4d4e-8021-9c9c-f18e5bfcf710",
          "items": [
            {
              "id": "1a902c41-4d4e-8021-9c9c-f18e5bfcf710",
              "content": [
                {
                  "type": "text",
                  "content": "Nested bulleted list I guess"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "id": "f03e3984-a180-4044-8d1c-9656194e92f5",
      "content": [
        {
          "type": "text",
          "content": "Numbered list block item 3"
        }
      ]
    }
  ]
}

Todo list block

{
  "id": "0f475e98-7c57-4811-90db-41f6f42b2012",
  "type": "todo-list",
  "items": [
    {
      "id": "0f475e98-7c57-4811-90db-41f6f42b2012",
      "status": 1,
      "content": [
        {
          "type": "text",
          "content": "Todo item block 1 (Checked)"
        }
      ]
    },
    {
      "id": "f9bf3099-f5fa-476f-bdda-689c0a8a8c1c",
      "status": 2,
      "content": [
        {
          "type": "text",
          "content": "Todo item block 2"
        }
      ],
      "children": [
        {
          "id": "1a802c41-4d4e-8008-9863-d3e731342261",
          "type": "todo-list",
          "items": [
            {
              "id": "1a802c41-4d4e-8008-9863-d3e731342261",
              "status": 2,
              "content": [
                {
                  "type": "text",
                  "content": "Todo nested item 2"
                }
              ],
              "children": [
                {
                  "type": "unordered-list",
                  "id": "1a802c41-4d4e-806a-9239-d67a3d115bd5",
                  "items": [
                    {
                      "id": "1a802c41-4d4e-806a-9239-d67a3d115bd5",
                      "content": [
                        {
                          "type": "text",
                          "content": "Nested nested bullet item 2"
                        }
                      ]
                    }
                  ]
                },
                {
                  "id": "1a902c41-4d4e-8077-a943-edc8e022ca83",
                  "type": "todo-list",
                  "items": [
                    {
                      "id": "1a902c41-4d4e-8077-a943-edc8e022ca83",
                      "status": 2,
                      "content": [
                        {
                          "type": "text",
                          "content": "Nested Nested todo"
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "id": "bd8c0759-1179-46ba-9fcd-4f50703fb5d8",
      "status": 2,
      "content": [
        {
          "type": "text",
          "content": "Todo item block 3 "
        }
      ]
    }
  ]
}

{
  "id": "754a6c7c-b25d-4511-b07f-b8af571e9a5d",
  "type": "toggle",
  "summary": [
    {
      "type": "text",
      "content": "Toggle block (Summary)"
    }
  ],
  "children": [
    {
      "id": "dc4af5db-f1b1-47ec-b554-c76baa1b8eca",
      "type": "paragraph",
      "content": [
        {
          "type": "text",
          "content": "Toggle block contents"
        }
      ]
    }
  ]
}

{
  "id": "47dd1849-2a9f-403e-b2ef-22fc8f387a0a",
  "type": "columns",
  "columns": [
    {
      "id": "47dd1849-2a9f-403e-b2ef-22fc8f387a0a",
      "blocks": [
        {
          "id": "0f8abe0c-3d18-4eab-93a9-5810fccb859e",
          "type": "quote",
          "content": [
            {
              "type": "text",
              "content": "Quote block"
            }
          ]
        },
        {
          "id": "efc9d1a1-9d54-4e7e-858c-3df2a4c29c79",
          "type": "quote",
          "content": [
            {
              "type": "text",
              "content": "Quote block"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "gray"
            }
          ]
        },
        {
          "id": "7c091a0a-aa99-44ff-a0b4-65adcdf49502",
          "type": "quote",
          "content": [
            {
              "type": "text",
              "content": "Quote block"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "brown"
            }
          ]
        },
        {
          "id": "7c3e6fb8-f151-4efb-841b-433670b754a4",
          "type": "quote",
          "content": [
            {
              "type": "text",
              "content": "Quote block"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "orange"
            }
          ]
        },
        {
          "id": "53e7d2da-b7fa-4eb3-87a6-701fc2e4570b",
          "type": "quote",
          "content": [
            {
              "type": "text",
              "content": "Quote block"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "yellow"
            }
          ]
        }
      ]
    },
    {
      "id": "47dd1849-2a9f-403e-b2ef-22fc8f387a0a",
      "blocks": [
        {
          "id": "df4965d2-1d65-4ee0-9114-fc012fed300e",
          "type": "quote",
          "content": [
            {
              "type": "text",
              "content": "Quote block"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "green"
            }
          ]
        },
        {
          "id": "ebad0298-3519-4891-8909-7846bedac6e2",
          "type": "quote",
          "content": [
            {
              "type": "text",
              "content": "Quote block"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "blue"
            }
          ]
        },
        {
          "id": "6aaf1f95-7f33-4e7d-869c-b3e048a3844b",
          "type": "quote",
          "content": [
            {
              "type": "text",
              "content": "Quote block"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "purple"
            }
          ]
        },
        {
          "id": "6198c0b1-dea8-4b0f-9740-2ecb07cd2a0f",
          "type": "quote",
          "content": [
            {
              "type": "text",
              "content": "Quote block"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "pink"
            }
          ]
        },
        {
          "id": "a4169da0-15db-46a3-8e87-1cee15a27c82",
          "type": "quote",
          "content": [
            {
              "type": "text",
              "content": "Quote block"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "red"
            }
          ]
        }
      ]
    }
  ]
}

{
  "id": "1dc1d2be-8c70-4c4c-a4bf-e050c7a96c1d",
  "type": "columns",
  "columns": [
    {
      "id": "1dc1d2be-8c70-4c4c-a4bf-e050c7a96c1d",
      "blocks": [
        {
          "id": "5568adad-ec35-4f08-8253-7751a4c088a2",
          "type": "callout",
          "icon": {
            "type": "emoji",
            "emoji": "📎"
          },
          "content": [
            {
              "type": "text",
              "content": "Callout block default"
            }
          ]
        },
        {
          "id": "6595feeb-97c1-4264-bfd5-9ef871d86481",
          "type": "callout",
          "icon": {
            "type": "emoji",
            "emoji": "📎"
          },
          "content": [
            {
              "type": "text",
              "content": "Callout block grey"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "gray"
            }
          ]
        },
        {
          "id": "348655bb-34a4-45dd-aa9c-bf8d5548cc99",
          "type": "callout",
          "icon": {
            "type": "emoji",
            "emoji": "📎"
          },
          "content": [
            {
              "type": "text",
              "content": "Callout block brown"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "brown"
            }
          ]
        },
        {
          "id": "a9c6303a-567f-4c2e-9c4a-14e9149fc0a6",
          "type": "callout",
          "icon": {
            "type": "emoji",
            "emoji": "📎"
          },
          "content": [
            {
              "type": "text",
              "content": "Callout block orange"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "orange"
            }
          ]
        },
        {
          "id": "12d8bf96-149a-4d3c-8c90-bd744f10a93d",
          "type": "callout",
          "icon": {
            "type": "emoji",
            "emoji": "📎"
          },
          "content": [
            {
              "type": "text",
              "content": "Callout block yellow"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "yellow"
            }
          ]
        }
      ]
    },
    {
      "id": "1dc1d2be-8c70-4c4c-a4bf-e050c7a96c1d",
      "blocks": [
        {
          "id": "3b2f3d5b-1229-4381-be4e-46238bcbebec",
          "type": "callout",
          "icon": {
            "type": "emoji",
            "emoji": "📎"
          },
          "content": [
            {
              "type": "text",
              "content": "Callout block green "
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "green"
            }
          ]
        },
        {
          "id": "2d6c5f31-5420-43a9-904e-773da4136ca7",
          "type": "callout",
          "icon": {
            "type": "emoji",
            "emoji": "📎"
          },
          "content": [
            {
              "type": "text",
              "content": "Callout block blue"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "blue"
            }
          ]
        },
        {
          "id": "fa6c54cc-acf7-469a-9ba6-3d75790f4687",
          "type": "callout",
          "icon": {
            "type": "emoji",
            "emoji": "📎"
          },
          "content": [
            {
              "type": "text",
              "content": "Callout block purple"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "purple"
            }
          ]
        },
        {
          "id": "7a8a68ed-767e-453d-867e-90cb6f113331",
          "type": "callout",
          "icon": {
            "type": "emoji",
            "emoji": "📎"
          },
          "content": [
            {
              "type": "text",
              "content": "Callout block pink"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "pink"
            }
          ]
        },
        {
          "id": "e8f5e26d-213c-465f-b563-bde9c098cccd",
          "type": "callout",
          "icon": {
            "type": "emoji",
            "emoji": "📎"
          },
          "content": [
            {
              "type": "text",
              "content": "Callout block red"
            }
          ],
          "styles": [
            {
              "type": "background",
              "color": "red"
            }
          ]
        },
        {
          "id": "80df775d-9b9a-49c3-9e28-e3fce7f162ab",
          "type": "paragraph"
        }
      ]
    }
  ]
}

{
  "id": "acd6614b-db96-45ce-ae20-151f24e95019",
  "type": "code",
  "content": [
    {
      "type": "text",
      "content": "/* CODE BLOCK */\ncode {\n\tbackground: #000;\n}"
    }
  ],
  "language": "css"
}

Divider block

{
  "id": "57421b8d-fe31-4de6-a665-6bc4534fada7",
  "type": "divider"
}

{
  "id": "18702c41-4d4e-8069-b765-f718fd257725",
  "type": "table",
  "rows": [
    {
      "cells": [
        {
          "content": [
            {
              "id": "18702c41-4d4e-8069-b765-f718fd257725-0-0",
              "type": "spans",
              "content": [
                {
                  "type": "text",
                  "content": "This"
                }
              ]
            }
          ]
        },
        {
          "content": [
            {
              "id": "18702c41-4d4e-8069-b765-f718fd257725-0-1",
              "type": "spans",
              "content": [
                {
                  "type": "text",
                  "content": "is"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "cells": [
        {
          "content": [
            {
              "id": "18702c41-4d4e-8069-b765-f718fd257725-1-0",
              "type": "spans",
              "content": [
                {
                  "type": "text",
                  "content": "a"
                }
              ]
            }
          ]
        },
        {
          "content": [
            {
              "id": "18702c41-4d4e-8069-b765-f718fd257725-1-1",
              "type": "spans",
              "content": [
                {
                  "type": "text",
                  "content": "simple"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "cells": [
        {
          "content": [
            {
              "id": "18702c41-4d4e-8069-b765-f718fd257725-2-0",
              "type": "spans",
              "content": [
                {
                  "type": "text",
                  "content": "table"
                }
              ]
            }
          ]
        },
        {
          "content": [
            {
              "id": "18702c41-4d4e-8069-b765-f718fd257725-2-1",
              "type": "spans",
              "content": [
                {
                  "type": "text",
                  "content": "block"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
{
  "id": "1aa02c41-4d4e-804f-b931-f4be8a0d212f",
  "type": "table",
  "rows": [
    {
      "cells": [
        {
          "is_header": true,
          "content": [
            {
              "id": "1aa02c41-4d4e-804f-b931-f4be8a0d212f-0-0",
              "type": "spans",
              "content": [
                {
                  "type": "text",
                  "content": "Header"
                }
              ]
            }
          ]
        },
        {
          "is_header": true,
          "content": [
            {
              "id": "1aa02c41-4d4e-804f-b931-f4be8a0d212f-0-1",
              "type": "spans",
              "content": [
                {
                  "type": "text",
                  "content": "Row Header"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "cells": [
        {
          "is_header": true,
          "content": [
            {
              "id": "1aa02c41-4d4e-804f-b931-f4be8a0d212f-1-0",
              "type": "spans",
              "content": [
                {
                  "type": "text",
                  "content": "Column Header"
                }
              ]
            }
          ]
        },
        {
          "content": [
            {
              "id": "1aa02c41-4d4e-804f-b931-f4be8a0d212f-1-1",
              "type": "spans",
              "content": [
                {
                  "type": "text",
                  "content": "cell 1"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "cells": [
        {
          "is_header": true,
          "content": [
            {
              "id": "1aa02c41-4d4e-804f-b931-f4be8a0d212f-2-0",
              "type": "spans",
              "content": [
                {
                  "type": "text",
                  "content": "Column Header 2"
                }
              ]
            }
          ]
        },
        {
          "content": [
            {
              "id": "1aa02c41-4d4e-804f-b931-f4be8a0d212f-2-1",
              "type": "spans",
              "content": [
                {
                  "type": "text",
                  "content": "cell 2"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}

{
  "id": "08dc2087-3e12-4c6f-8b43-57504839ac8b",
  "type": "database",
  "title": [
    {
      "type": "text",
      "content": "Table block"
    }
  ],
  "headers": [
    {
      "name": "Name",
      "type": "text"
    },
    {
      "name": "Tags",
      "type": "select",
      "values": [
        {
          "id": "88b23806-2ce9-4185-940b-34c94b53d3b0",
          "name": "1",
          "styles": [
            {
              "type": "color",
              "color": "gray"
            }
          ]
        },
        {
          "id": "cbd495fe-94d2-47ab-8ea0-8659485f9401",
          "name": "2",
          "styles": [
            {
              "type": "color",
              "color": "pink"
            }
          ]
        },
        {
          "id": "9f6884b6-fecd-4d78-b12a-8d6b8d4aab9f",
          "name": "3",
          "styles": [
            {
              "type": "color",
              "color": "brown"
            }
          ]
        }
      ]
    }
  ],
  "rows": [
    {
      "id": "41b6f23f-8422-4e18-80ca-5437fe39db3b",
      "columns": [
        {
          "name": "Name",
          "type": "text",
          "value": [
            {
              "type": "text",
              "content": "Table item 1"
            }
          ]
        },
        {
          "name": "Tags",
          "type": "select",
          "values": [
            {
              "id": "88b23806-2ce9-4185-940b-34c94b53d3b0",
              "name": "1",
              "styles": [
                {
                  "type": "color",
                  "color": "gray"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "id": "aeecbb5a-eea5-4f71-bc7f-82ebda416785",
      "columns": [
        {
          "name": "Name",
          "type": "text",
          "value": [
            {
              "type": "text",
              "content": "Table item 3"
            }
          ]
        },
        {
          "name": "Tags",
          "type": "select",
          "values": [
            {
              "id": "9f6884b6-fecd-4d78-b12a-8d6b8d4aab9f",
              "name": "3",
              "styles": [
                {
                  "type": "color",
                  "color": "brown"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "id": "c7934c5b-f184-48a6-b7c5-b53c0f3589ee",
      "columns": [
        {
          "name": "Name",
          "type": "text",
          "value": [
            {
              "type": "text",
              "content": "Table item 2"
            }
          ]
        },
        {
          "name": "Tags",
          "type": "select",
          "values": [
            {
              "id": "cbd495fe-94d2-47ab-8ea0-8659485f9401",
              "name": "2",
              "styles": [
                {
                  "type": "color",
                  "color": "pink"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}

Gallery collection block

{
  "id": "b48208be-21bb-4915-ba6d-9a44c7090b8f",
  "type": "database",
  "title": [
    {
      "type": "text",
      "content": "Gallery collection block"
    }
  ],
  "headers": [
    {
      "name": "Created",
      "type": "created_at"
    },
    {
      "name": "Name",
      "type": "text"
    },
    {
      "name": "Type",
      "type": "select",
      "values": [
        {
          "id": "98d88b63-576a-4dfc-9690-5cbfb9082940",
          "name": "Type 1",
          "styles": [
            {
              "type": "color",
              "color": "green"
            }
          ]
        }
      ]
    }
  ],
  "rows": [
    {
      "id": "40114e5d-e2c9-43a5-8018-7046d3abcd5a",
      "columns": [
        {
          "name": "Created",
          "type": "created_at",
          "value": "2024-09-15T17:38:00Z"
        },
        {
          "name": "Name",
          "type": "text",
          "value": [
            {
              "type": "text",
              "content": "Page 2"
            }
          ]
        },
        {
          "name": "Type",
          "type": "select",
          "values": [
            {
              "id": "98d88b63-576a-4dfc-9690-5cbfb9082940",
              "name": "Type 1",
              "styles": [
                {
                  "type": "color",
                  "color": "green"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "id": "5e279607-6d51-48b7-9eb3-0a03710f23ee",
      "columns": [
        {
          "name": "Created",
          "type": "created_at",
          "value": "2024-09-15T17:38:00Z"
        },
        {
          "name": "Name",
          "type": "text",
          "value": [
            {
              "type": "text",
              "content": "Page 1"
            }
          ]
        },
        {
          "name": "Type",
          "type": "select",
          "values": [
            {
              "id": "98d88b63-576a-4dfc-9690-5cbfb9082940",
              "name": "Type 1",
              "styles": [
                {
                  "type": "color",
                  "color": "green"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}

Board collection block

{
  "id": "48840873-c24b-49c1-afa9-aeabe7d7b41e",
  "type": "database",
  "title": [
    {
      "type": "text",
      "content": "Board collection block"
    }
  ],
  "headers": [
    {
      "name": "Name",
      "type": "text"
    },
    {
      "name": "Status",
      "type": "select",
      "values": [
        {
          "id": "304fa17f-d63f-4cec-a0f2-ff4f083b6f59",
          "name": "Status 1",
          "styles": [
            {
              "type": "color",
              "color": "blue"
            }
          ]
        },
        {
          "id": "f3823948-49e3-4369-99e2-8da3ebb60c50",
          "name": "Status 2",
          "styles": [
            {
              "type": "color",
              "color": "orange"
            }
          ]
        }
      ]
    }
  ],
  "rows": [
    {
      "id": "58c770ed-92f5-4ee7-88e1-be0c10bb2771",
      "columns": [
        {
          "name": "Name",
          "type": "text",
          "value": [
            {
              "type": "text",
              "content": "Page 1"
            }
          ]
        },
        {
          "name": "Status",
          "type": "select",
          "values": [
            {
              "id": "304fa17f-d63f-4cec-a0f2-ff4f083b6f59",
              "name": "Status 1",
              "styles": [
                {
                  "type": "color",
                  "color": "blue"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "id": "e41a8b5e-af34-445b-b62b-df996ee9af88",
      "columns": [
        {
          "name": "Name",
          "type": "text",
          "value": [
            {
              "type": "text",
              "content": "Page 2"
            }
          ]
        },
        {
          "name": "Status",
          "type": "select",
          "values": [
            {
              "id": "f3823948-49e3-4369-99e2-8da3ebb60c50",
              "name": "Status 2",
              "styles": [
                {
                  "type": "color",
                  "color": "orange"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}

List collection block

{
  "id": "744355c0-e844-4ddc-8d08-7c8d4bf8ec86",
  "type": "database",
  "title": [
    {
      "type": "text",
      "content": "List collection block"
    }
  ],
  "headers": [
    {
      "name": "Name",
      "type": "text"
    }
  ],
  "rows": [
    {
      "id": "5b0fae05-1117-4b7d-b2b2-f401e4f170df",
      "columns": [
        {
          "name": "Name",
          "type": "text",
          "value": [
            {
              "type": "text",
              "content": "Page 2"
            }
          ]
        }
      ]
    },
    {
      "id": "756536b1-65e5-4d3e-9bd8-1dda1a6e433c",
      "columns": [
        {
          "name": "Name",
          "type": "text",
          "value": [
            {
              "type": "text",
              "content": "Page 1"
            }
          ]
        }
      ]
    }
  ]
}

Inline equation block

E = mc²

Equation block

{
  "id": "e4a6a4ed-e66c-47ea-800c-03cc91280e07",
  "type": "equation",
  "content": [
    {
      "type": "equation",
      "content": "Hey"
    }
  ]
}

{
  "id": "529c0086-0b43-4740-b570-34534c11b68a",
  "type": "image",
  "url": "https://prod-files-secure.s3.us-west-2.amazonaws.com/a0e28483-01ab-4009-81c1-3139fd1424a5/10199651-dc21-4d25-b4d4-4f608eb7dc38/clouds.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256\u0026X-Amz-Content-Sha256=UNSIGNED-PAYLOAD\u0026X-Amz-Credential=ASIAZI2LB466WUZJPXUV%2F20260601%2Fus-west-2%2Fs3%2Faws4_request\u0026X-Amz-Date=20260601T053726Z\u0026X-Amz-Expires=3600\u0026X-Amz-Security-Token=IQoJb3JpZ2luX2VjEDkaCXVzLXdlc3QtMiJGMEQCID%2FGQWEBmERTcqRs%2FCOx53Th7W2%2BXAjHCI1GZ0RFZPfiAiBd%2BpjJ5vfXFRe2sCuXNbwDBxLc%2F%2B72gSKToHkLQrjuQir%2FAwgCEAAaDDYzNzQyMzE4MzgwNSIMEW2j5J8YrvQCZf9EKtwDtYNSbunaMTSzLEul12odQ%2BypXvbQyOYb8IHWJ1JyehOThd4fdbp7yZK3GXyMN2Wvh9XgrX0CDIZWQ%2BcWm72%2Fadd7eedCZJOaP1S4h19HblkJ8x50RYiJlhp564ngakO5EfdPgYZ3%2BtA%2BpSjF6BaYm6gUL7nXlHFdCSPJegh62lw72ntSjrNYFQC5GwYFhulp2Oht9WZriIzkyApAG%2FCS199sTbVwWOIOIPxfo%2FuFqxcJdcxiNBRlfEQGSbsTexsu4iQV6KMeMsoLydkSQ1jh0wtUxQTq5X2wYhOyGzNg7s6HeIPRAMve49ZAu2PZXy0xX9%2BzSgcxvVUMzsTzauiO3T5PzZaVfv%2FZ%2Fsb%2F4EECQ%2F%2B3L7GmTUNtR3UM28hTyDDH%2FhFm%2Fn%2B66y8Cwq%2FB%2BnX6zzB6SD8KADTqdfIX4rgOvGeZZ87ApabT5hkh3nWokSoMxX9raHVE6h5KOez9SN%2FXkg5u6h65Kr5tfB0J7A3UkyHw4hgUhJF3ryBplAdcKaHsN%2FvJYR9n6yMVK80Vpqu%2B0bqUUdk1B9VjBqvYceyRDHPanRNZtaAY0a6kvHoNRV78yWb1wDBM5asOmlak%2FzvRcBNYJT8EDNYva2%2Fjxn98ZCtyKOSq5fD0q0a8Bvww3KXz0AY6pgHJsABAV9qvfaKkVi%2BoH7%2FXkaU3IZB9WnT25QhClp8PMeUnGuanBCNbgdx%2Bkpg%2BW3bKXppZ68sx6QfaUaS4CmacSUqy3DnHuShcdzRR3a3nU%2BJkQroz22uGK5UlAQvUj9QzbygiyesA7oTl11m2w3c%2BwhLzJvLtwyvnO0SuGOQE9bhQmikKDDUFJwRmTa8hyNULJQyo%2FhHu9QXQHN0Ym%2Fi3MiYs7FLQ\u0026X-Amz-Signature=c4e2de6c1d9c67273bf6eec904f034360d26cb4d5b6734ecb8f56772ae182384\u0026X-Amz-SignedHeaders=host\u0026x-amz-checksum-mode=ENABLED\u0026x-id=GetObject",
  "caption": [
    {
      "type": "text",
      "content": "Image block",
      "styles": [
        {
          "type": "color",
          "color": "gray"
        }
      ]
    }
  ]
}

{
  "id": "a2e0df69-9450-4f3f-ae4d-c5b8bc782c3b",
  "type": "embed",
  "url": "https://super.so",
  "caption": [
    {
      "type": "text",
      "content": "Bookmark block"
    }
  ]
}

{
  "id": "18702c41-4d4e-8072-ad28-eac02c330507",
  "type": "embed",
  "url": "http://super.so"
}

Table of Contents

{
  "id": "8397cb3d-1bae-44b2-a085-e6e90d92e5dc",
  "type": "table-of-contents",
  "styles": [
    {
      "type": "color",
      "color": "gray"
    }
  ]
}

{
  "id": "ba5d60c8-1383-4918-98a9-233091c89862",
  "type": "video",
  "url": "https://www.youtube.com/watch?v=6K6vviL6_O4",
  "kind": "external",
  "caption": [
    {
      "type": "text",
      "content": "Video block"
    }
  ]
}

{
  "id": "935654aa-5a75-4931-9786-6b89f36d9811",
  "type": "file",
  "url": "https://prod-files-secure.s3.us-west-2.amazonaws.com/a0e28483-01ab-4009-81c1-3139fd1424a5/8a6e4ea0-b953-4181-a542-2dae6e0e3bab/clouds.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256\u0026X-Amz-Content-Sha256=UNSIGNED-PAYLOAD\u0026X-Amz-Credential=ASIAZI2LB466WUZJPXUV%2F20260601%2Fus-west-2%2Fs3%2Faws4_request\u0026X-Amz-Date=20260601T053726Z\u0026X-Amz-Expires=3600\u0026X-Amz-Security-Token=IQoJb3JpZ2luX2VjEDkaCXVzLXdlc3QtMiJGMEQCID%2FGQWEBmERTcqRs%2FCOx53Th7W2%2BXAjHCI1GZ0RFZPfiAiBd%2BpjJ5vfXFRe2sCuXNbwDBxLc%2F%2B72gSKToHkLQrjuQir%2FAwgCEAAaDDYzNzQyMzE4MzgwNSIMEW2j5J8YrvQCZf9EKtwDtYNSbunaMTSzLEul12odQ%2BypXvbQyOYb8IHWJ1JyehOThd4fdbp7yZK3GXyMN2Wvh9XgrX0CDIZWQ%2BcWm72%2Fadd7eedCZJOaP1S4h19HblkJ8x50RYiJlhp564ngakO5EfdPgYZ3%2BtA%2BpSjF6BaYm6gUL7nXlHFdCSPJegh62lw72ntSjrNYFQC5GwYFhulp2Oht9WZriIzkyApAG%2FCS199sTbVwWOIOIPxfo%2FuFqxcJdcxiNBRlfEQGSbsTexsu4iQV6KMeMsoLydkSQ1jh0wtUxQTq5X2wYhOyGzNg7s6HeIPRAMve49ZAu2PZXy0xX9%2BzSgcxvVUMzsTzauiO3T5PzZaVfv%2FZ%2Fsb%2F4EECQ%2F%2B3L7GmTUNtR3UM28hTyDDH%2FhFm%2Fn%2B66y8Cwq%2FB%2BnX6zzB6SD8KADTqdfIX4rgOvGeZZ87ApabT5hkh3nWokSoMxX9raHVE6h5KOez9SN%2FXkg5u6h65Kr5tfB0J7A3UkyHw4hgUhJF3ryBplAdcKaHsN%2FvJYR9n6yMVK80Vpqu%2B0bqUUdk1B9VjBqvYceyRDHPanRNZtaAY0a6kvHoNRV78yWb1wDBM5asOmlak%2FzvRcBNYJT8EDNYva2%2Fjxn98ZCtyKOSq5fD0q0a8Bvww3KXz0AY6pgHJsABAV9qvfaKkVi%2BoH7%2FXkaU3IZB9WnT25QhClp8PMeUnGuanBCNbgdx%2Bkpg%2BW3bKXppZ68sx6QfaUaS4CmacSUqy3DnHuShcdzRR3a3nU%2BJkQroz22uGK5UlAQvUj9QzbygiyesA7oTl11m2w3c%2BwhLzJvLtwyvnO0SuGOQE9bhQmikKDDUFJwRmTa8hyNULJQyo%2FhHu9QXQHN0Ym%2Fi3MiYs7FLQ\u0026X-Amz-Signature=699b889ab14af85c4e84e2c2e2a5e706e04099f18373148c948bd256a9824b3d\u0026X-Amz-SignedHeaders=host\u0026x-amz-checksum-mode=ENABLED\u0026x-id=GetObject",
  "kind": "file",
  "caption": [
    {
      "type": "text",
      "content": "File block"
    }
  ]
}

{
  "type": "error",
  "error": "unsupported block"
}

{
  "id": "0f000f49-296d-447d-a8a6-df4aeb96ba66",
  "type": "embed",
  "url": "https://twitter.com/super_/status/1448758838572818437"
}

Text color default

Text color gray

Text color brown

Text color orange

Text color yellow

Text color green

Text color blue

Text color purple

Text color pink

Text color red

Background color gray

Background color brown

Background color orange

Background color yellow

Background color green

Background color blue

Background color purple

Background color pink

Background color red

{
  "id": "e8744a34-4271-4e48-9fc5-ea545700e991",
  "type": "columns",
  "columns": [
    {
      "id": "e8744a34-4271-4e48-9fc5-ea545700e991",
      "blocks": [
        {
          "id": "dc5e679b-a7d3-422c-81fc-8af542348784",
          "type": "paragraph",
          "content": [
            {
              "type": "text",
              "content": "← Previous",
              "styles": [
                {
                  "type": "color",
                  "color": "gray"
                }
              ]
            }
          ]
        },
        {
          "id": "73aaefd4-53fe-49bc-b589-5f10324546ef",
          "type": "paragraph",
          "content": [
            {
              "type": "link",
              "content": "Using Aether",
              "url": "/8fa99420c5c04ff8b06967b8815fbcaf"
            }
          ]
        }
      ]
    },
    {
      "id": "e8744a34-4271-4e48-9fc5-ea545700e991",
      "blocks": [
        {
          "id": "c1ff26fb-35e8-4e80-bb42-2dd28dd6cae4",
          "type": "paragraph",
          "content": [
            {
              "type": "text",
              "content": "Next →",
              "styles": [
                {
                  "type": "color",
                  "color": "gray"
                }
              ]
            }
          ]
        },
        {
          "id": "8202d150-68b5-4e36-a3ef-ebbf6312db9c",
          "type": "paragraph",
          "content": [
            {
              "type": "link",
              "content": "Documentation example",
              "url": "/c893cd9cef6049fdbfb642a3fb655b69"
            }
          ]
        }
      ]
    }
  ]
}