跳到主要内容

纯文本块

正文

{
"id": "OEUfFhiP4", // Block ID
"type": "text", // Block 类型
"text": [
{
"insert": "Body Text"
}
]
}

超链接

{
"id": "mZN0ziE8q", // Block ID
"type": "text", // Block 类型
"text": [
{
"attributes": {
"link": "https://ones.cn" // url
},
"insert": "ONES Link"
}
]
}

标题

{
"id": "xniMxgZeD", // Block ID
"type": "text" // Block 类型
"text": [{
"insert": "Title Text"
}],
"heading": 1, // 范围 1-8
}

引用

{
"id": "C81S8ZLeK", // Block ID
"type": "text" // Block 类型
"text": [{
"insert": "Quoted Text"
}],
"quoted": true,
}

样式

{
"id": "GTOY6EzE7", // Block ID
"type": "text", // Block 类型
"text": [
{
"attributes": {
"style-bold": true, // 粗体
"style-italic": true, // 斜体
"style-underline": true, // 下划线
"style-strikethrough": true, // 删除线
"style-color-{num}": true, // 文字颜色 num 范围 [0, 6]
"style-bg-color-{num}": true, // 背景色 num 范围 [0, 14]
"style-code": true, // 行内代码
"style-super": true, // 上角标(不能与 style-sub 共存)
"style-sub": true, // 下角标(不能与 style-super 共存)
},
"insert": "Text"
},
]
"align": "left" // 左对齐:"left"(默认),居中对齐:"center",右对齐:"right"
}

颜色对应色值

例子

代码

{
"blocks": [
{
"id": "DzbsJ1DLa",
"type": "text",
"text": [
{
"insert": "Text Demo"
}
],
"heading": 1,
"quoted": false
},
{
"id": "xniMxgZeD",
"type": "text",
"text": [
{
"attributes": {
"inline-style-font-size": "16px"
},
"insert": "Title 1"
}
],
"heading": 1
},
{
"id": "tuCroqPYf",
"type": "text",
"text": [
{
"insert": "Title 2",
"attributes": {
"inline-style-font-size": "16px"
}
}
],
"heading": 2
},
{
"id": "CS8gFrCpx",
"type": "text",
"text": [
{
"attributes": {
"inline-style-font-size": "16px"
},
"insert": "Title 3"
}
],
"heading": 3
},
{
"id": "QDBGMqfP5",
"type": "text",
"text": [
{
"attributes": {
"inline-style-font-size": "16px"
},
"insert": "Title 4"
}
],
"heading": 4
},
{
"id": "tN9TC3Zkt",
"type": "text",
"text": [
{
"insert": "Title 5",
"attributes": {
"inline-style-font-size": "16px"
}
}
],
"heading": 5
},
{
"id": "rGOr3lnXX",
"type": "text",
"text": [
{
"insert": "Main text",
"attributes": {
"inline-style-font-size": "16px"
}
}
]
},
{
"id": "mypSYaCNK",
"type": "text",
"text": [
{
"attributes": {
"inline-style-font-size": "16px"
},
"insert": "Quotation"
}
],
"quoted": true
},
{
"id": "kMz8ERkQf",
"type": "text",
"text": [
{
"attributes": {
"style-bold": true,
"inline-style-font-size": "16px"
},
"insert": "Bold"
},
{
"attributes": {
"inline-style-font-size": "16px"
},
"insert": ", "
},
{
"attributes": {
"style-italic": true,
"inline-style-font-size": "16px"
},
"insert": "Italic"
},
{
"attributes": {
"inline-style-font-size": "16px"
},
"insert": ", "
},
{
"attributes": {
"style-underline": true,
"inline-style-font-size": "16px"
},
"insert": "Underline"
},
{
"attributes": {
"inline-style-font-size": "16px"
},
"insert": ", "
},
{
"attributes": {
"style-strikethrough": true,
"inline-style-font-size": "16px"
},
"insert": "Strikethrough"
},
{
"attributes": {
"inline-style-font-size": "16px"
},
"insert": ", "
},
{
"attributes": {
"style-bg-color-2": true,
"inline-style-font-size": "16px"
},
"insert": "Background color"
},
{
"attributes": {
"inline-style-font-size": "16px"
},
"insert": ", "
},
{
"attributes": {
"style-color-0": true,
"inline-style-font-size": "16px"
},
"insert": "Text color"
},
{
"attributes": {
"inline-style-font-size": "16px"
},
"insert": ", "
},
{
"attributes": {
"style-code": true,
"inline-style-font-size": "16px"
},
"insert": "Inline code"
},
{
"attributes": {
"inline-style-font-size": "16px"
},
"insert": ", "
},
{
"attributes": {
"style-super": true,
"inline-style-font-size": "16px"
},
"insert": "Superscript"
},
{
"insert": ", ",
"attributes": {
"inline-style-font-size": "16px"
}
},
{
"insert": "Subscript",
"attributes": {
"style-sub": true,
"inline-style-font-size": "16px"
}
}
]
},
{
"id": "nKE3zh1e4",
"type": "text",
"text": [
{
"insert": "Left alignment (default)"
}
]
},
{
"id": "R_inDySxi",
"type": "text",
"text": [
{
"insert": "Center alignment"
}
],
"align": "center"
},
{
"id": "Dk9RgiFpD",
"type": "text",
"text": [
{
"insert": "Right alignment"
}
],
"align": "right"
},
{
"id": "mZN0ziE8q",
"type": "text",
"text": [
{
"attributes": {
"link": "https://ones.cn"
},
"insert": "ONES Link"
}
]
}
]
}