document.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "document": {
  3. "type": "editor",
  4. "attributes": {},
  5. "children": [
  6. {
  7. "type": "text",
  8. "delta": [
  9. {
  10. "insert": "👋 Welcome to AppFlowy!",
  11. "attributes": {
  12. "href": "https://www.appflowy.io/",
  13. "heading": "h1"
  14. }
  15. }
  16. ],
  17. "attributes": {
  18. "heading": "h1"
  19. }
  20. },
  21. {
  22. "type": "text",
  23. "delta": [
  24. { "insert": "Here are the basics", "attributes": { "heading": "h2" } }
  25. ],
  26. "attributes": {
  27. "heading": "h2"
  28. }
  29. },
  30. {
  31. "type": "text",
  32. "delta": [{ "insert": "Click anywhere and just start typing." }],
  33. "attributes": {
  34. "checkbox": true
  35. }
  36. },
  37. {
  38. "type": "text",
  39. "delta": [
  40. {
  41. "insert": "Highlight",
  42. "attributes": { "highlight": "0xFFFFFF00" }
  43. },
  44. { "insert": " Click anywhere and just start typing" },
  45. { "insert": " any text, and use the menu at the bottom to " },
  46. { "insert": "style", "attributes": { "italic": true } },
  47. { "insert": " your ", "attributes": { "bold": true } },
  48. { "insert": "writing", "attributes": { "underline": true } },
  49. {
  50. "insert": " howeverv you like.",
  51. "attributes": { "strikethrough": true }
  52. }
  53. ],
  54. "attributes": {
  55. "checkbox": false
  56. }
  57. },
  58. {
  59. "type": "text",
  60. "delta": [
  61. { "insert": "Have a question? ", "attributes": { "heading": "h2" } }
  62. ],
  63. "attributes": {
  64. "heading": "h2"
  65. }
  66. },
  67. {
  68. "type": "text",
  69. "delta": [
  70. {
  71. "insert": "Click the '?' at the bottom right for help and support."
  72. }
  73. ],
  74. "attributes": {}
  75. }
  76. ]
  77. }
  78. }