|
@@ -12,50 +12,65 @@
|
|
{
|
|
{
|
|
"type": "text",
|
|
"type": "text",
|
|
"delta": [
|
|
"delta": [
|
|
- { "insert": "With " },
|
|
|
|
- { "insert": "AppFlowy", "attributes": { "href": "https://www.appflowy.io/" } },
|
|
|
|
- { "insert": ", you can build detailed lists of to-do’s for different projects while tracking the status of each one" }
|
|
|
|
|
|
+ { "insert": "👋 Welcome to AppFlowy!", "attributes": { "href": "https://www.appflowy.io/", "heading": "h1" } }
|
|
],
|
|
],
|
|
"attributes": {
|
|
"attributes": {
|
|
- "subtype": "with-checkbox",
|
|
|
|
- "font-size": 30,
|
|
|
|
- "checkbox": false
|
|
|
|
|
|
+ "subtype": "with-heading",
|
|
|
|
+ "heading": "h1"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"type": "text",
|
|
"type": "text",
|
|
"delta": [
|
|
"delta": [
|
|
- { "insert": "You can " },
|
|
|
|
- { "insert": "host", "attributes": { "italic": true } },
|
|
|
|
- { "insert": " " },
|
|
|
|
- { "insert": "AppFlowy", "attributes": { "bold": true } },
|
|
|
|
- { "insert": " " },
|
|
|
|
- { "insert": "wherever you want", "attributes": { "underline": true }},
|
|
|
|
- { "insert": "; no vendor lock-in." }
|
|
|
|
|
|
+ { "insert": "Here are the basics", "attributes": { "heading": "h2" } }
|
|
|
|
+ ],
|
|
|
|
+ "attributes": {
|
|
|
|
+ "subtype": "with-heading",
|
|
|
|
+ "heading": "h2"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "type": "text",
|
|
|
|
+ "delta": [
|
|
|
|
+ { "insert": "Click anywhere and just start typing." }
|
|
],
|
|
],
|
|
"attributes": {
|
|
"attributes": {
|
|
"subtype": "with-checkbox",
|
|
"subtype": "with-checkbox",
|
|
- "text-type": "heading1",
|
|
|
|
- "font-size": 30,
|
|
|
|
- "checkbox": false
|
|
|
|
|
|
+ "checkbox": true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"type": "text",
|
|
"type": "text",
|
|
- "delta": [{ "insert": "Design and modify AppFlowy your way with an open core codebase." }],
|
|
|
|
|
|
+ "delta": [
|
|
|
|
+ { "insert": "Highlight", "attributes": { "highlight": "0xFFFFFF00" } },
|
|
|
|
+ { "insert": " Click anywhere and just start typing" },
|
|
|
|
+ { "insert": " any text, and use the menu at the bottom to " },
|
|
|
|
+ { "insert": "style", "attributes": { "italic": true } },
|
|
|
|
+ { "insert": " your ", "attributes": { "bold": true } },
|
|
|
|
+ { "insert": "writing", "attributes": { "underline": true } },
|
|
|
|
+ { "insert": " howeverv you like.", "attributes": { "strikethrough": true } }
|
|
|
|
+ ],
|
|
"attributes": {
|
|
"attributes": {
|
|
- "text-type": "heading1",
|
|
|
|
- "font-size": 30
|
|
|
|
|
|
+ "subtype": "with-checkbox",
|
|
|
|
+ "checkbox": false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"type": "text",
|
|
"type": "text",
|
|
- "delta": [{ "insert": "AppFlowy is built with Flutter and Rust. What does this mean? Faster development, better native experience, and more reliable performance." }],
|
|
|
|
- "attributes": {
|
|
|
|
- "text-type": "heading1",
|
|
|
|
- "font-size": 30,
|
|
|
|
- "content": "dddddddddddddddddddd"
|
|
|
|
|
|
+ "delta": [
|
|
|
|
+ { "insert": "Have a question? ", "attributes": { "heading": "h2" } }
|
|
|
|
+ ],
|
|
|
|
+ "attributes": {
|
|
|
|
+ "subtype": "with-heading",
|
|
|
|
+ "heading": "h2"
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "type": "text",
|
|
|
|
+ "delta": [
|
|
|
|
+ { "insert": "Click the '?' at the bottom right for help and support."}
|
|
|
|
+ ],
|
|
|
|
+ "attributes": {}
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|