document.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "document": {
  3. "type": "editor",
  4. "attributes": {},
  5. "children": [
  6. {
  7. "type": "text",
  8. "delta": [
  9. { "insert": "With " },
  10. { "insert": "AppFlowy", "attributes": { "href": "https://www.appflowy.io/" } },
  11. { "insert": ", you can build detailed lists of to-do’s for different projects while tracking the status of each one" }
  12. ],
  13. "attributes": {
  14. "subtype": "with-checkbox",
  15. "font-size": 30,
  16. "checkbox": false
  17. }
  18. },
  19. {
  20. "type": "text",
  21. "delta": [
  22. { "insert": "You can " },
  23. { "insert": "host", "attributes": { "italic": true } },
  24. { "insert": " " },
  25. { "insert": "AppFlowy", "attributes": { "bold": true } },
  26. { "insert": " " },
  27. { "insert": "wherever you want", "attributes": { "underline": true }},
  28. { "insert": "; no vendor lock-in." }
  29. ],
  30. "attributes": {
  31. "subtype": "with-checkbox",
  32. "text-type": "heading1",
  33. "font-size": 30,
  34. "checkbox": false
  35. }
  36. },
  37. {
  38. "type": "text",
  39. "delta": [{ "insert": "Design and modify AppFlowy your way with an open core codebase." }],
  40. "attributes": {
  41. "text-type": "heading1",
  42. "font-size": 30
  43. }
  44. },
  45. {
  46. "type": "text",
  47. "delta": [{ "insert": "AppFlowy is built with Flutter and Rust. What does this mean? Faster development, better native experience, and more reliable performance." }],
  48. "attributes": {
  49. "text-type": "heading1",
  50. "font-size": 30,
  51. "content": "dddddddddddddddddddd"
  52. }
  53. }
  54. ]
  55. }
  56. }