READ_ME.json 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. {
  2. "document": {
  3. "type": "editor",
  4. "children": [
  5. {
  6. "type": "text",
  7. "attributes": {
  8. "subtype": "heading",
  9. "heading": "h1"
  10. },
  11. "delta": [
  12. {
  13. "insert": "🌟 Welcome to AppFlowy!"
  14. }
  15. ]
  16. },
  17. {
  18. "type": "text",
  19. "attributes": {
  20. "subtype": "heading",
  21. "heading": "h2"
  22. },
  23. "delta": [
  24. {
  25. "insert": "Here are the basics"
  26. }
  27. ]
  28. },
  29. {
  30. "type": "text",
  31. "attributes": {
  32. "subtype": "checkbox",
  33. "checkbox": null
  34. },
  35. "delta": [
  36. {
  37. "insert": "Click anywhere and just start typing."
  38. }
  39. ]
  40. },
  41. {
  42. "type": "text",
  43. "attributes": {
  44. "subtype": "checkbox",
  45. "checkbox": null
  46. },
  47. "delta": [
  48. {
  49. "insert": "Highlight",
  50. "attributes": {
  51. "backgroundColor": "0x6000BCF0"
  52. }
  53. },
  54. {
  55. "insert": " any text, and use the editing menu to "
  56. },
  57. {
  58. "insert": "style",
  59. "attributes": {
  60. "italic": true
  61. }
  62. },
  63. {
  64. "insert": " "
  65. },
  66. {
  67. "insert": "your",
  68. "attributes": {
  69. "bold": true
  70. }
  71. },
  72. {
  73. "insert": " "
  74. },
  75. {
  76. "insert": "writing",
  77. "attributes": {
  78. "underline": true
  79. }
  80. },
  81. {
  82. "insert": " "
  83. },
  84. {
  85. "insert": "however",
  86. "attributes": {
  87. "code": true
  88. }
  89. },
  90. {
  91. "insert": " you "
  92. },
  93. {
  94. "insert": "like.",
  95. "attributes": {
  96. "strikethrough": true
  97. }
  98. }
  99. ]
  100. },
  101. {
  102. "type": "text",
  103. "attributes": {
  104. "subtype": "checkbox",
  105. "checkbox": null
  106. },
  107. "delta": [
  108. {
  109. "insert": "As soon as you type "
  110. },
  111. {
  112. "insert": "/",
  113. "attributes": {
  114. "code": true
  115. }
  116. },
  117. {
  118. "insert": " a menu will pop up. Select different types of content blocks you can add."
  119. }
  120. ]
  121. },
  122. {
  123. "type": "text",
  124. "attributes": {
  125. "subtype": "checkbox",
  126. "checkbox": null
  127. },
  128. "delta": [
  129. {
  130. "insert": "Type "
  131. },
  132. {
  133. "insert": "/",
  134. "attributes": {
  135. "code": true
  136. }
  137. },
  138. {
  139. "insert": " followed by "
  140. },
  141. {
  142. "insert": "/bullet",
  143. "attributes": {
  144. "code": true
  145. }
  146. },
  147. {
  148. "insert": " or "
  149. },
  150. {
  151. "insert": "/c.",
  152. "attributes": {
  153. "code": true
  154. }
  155. }
  156. ]
  157. },
  158. {
  159. "type": "text",
  160. "attributes": {
  161. "subtype": "checkbox",
  162. "checkbox": true
  163. },
  164. "delta": [
  165. {
  166. "insert": "Click "
  167. },
  168. {
  169. "insert": "+ New Page ",
  170. "attributes": {
  171. "code": true
  172. }
  173. },
  174. {
  175. "insert": "button at the bottom of your sidebar to add a new page."
  176. }
  177. ]
  178. },
  179. {
  180. "type": "text",
  181. "attributes": {
  182. "subtype": "checkbox",
  183. "checkbox": null
  184. },
  185. "delta": [
  186. {
  187. "insert": "Click "
  188. },
  189. {
  190. "insert": "+",
  191. "attributes": {
  192. "code": true
  193. }
  194. },
  195. {
  196. "insert": " next to any page title in the sidebar to quickly add a new subpage."
  197. }
  198. ]
  199. },
  200. {
  201. "type": "text",
  202. "attributes": {
  203. "checkbox": null
  204. },
  205. "delta": []
  206. },
  207. {
  208. "type": "text",
  209. "attributes": {
  210. "subtype": "heading",
  211. "checkbox": null,
  212. "heading": "h2"
  213. },
  214. "delta": [
  215. {
  216. "insert": "Markdown"
  217. }
  218. ]
  219. },
  220. {
  221. "type": "text",
  222. "attributes": {
  223. "subtype": "number-list",
  224. "number": 1,
  225. "heading": null
  226. },
  227. "delta": [
  228. {
  229. "insert": "Heading "
  230. }
  231. ]
  232. },
  233. {
  234. "type": "text",
  235. "attributes": {
  236. "subtype": "number-list",
  237. "number": 2
  238. },
  239. "delta": [
  240. {
  241. "insert": "bold text",
  242. "attributes": {
  243. "bold": true,
  244. "defaultFormating": true
  245. }
  246. }
  247. ]
  248. },
  249. {
  250. "type": "text",
  251. "attributes": {
  252. "subtype": "number-list",
  253. "number": 3
  254. },
  255. "delta": [
  256. {
  257. "insert": "italicized text",
  258. "attributes": {
  259. "italic": true
  260. }
  261. }
  262. ]
  263. },
  264. {
  265. "type": "text",
  266. "attributes": {
  267. "subtype": "number-list",
  268. "number": 4,
  269. "number-list": null
  270. },
  271. "delta": [
  272. {
  273. "insert": "Ordered List"
  274. }
  275. ]
  276. },
  277. {
  278. "type": "text",
  279. "attributes": {
  280. "number": 5,
  281. "subtype": "number-list"
  282. },
  283. "delta": [
  284. {
  285. "insert": "code",
  286. "attributes": {
  287. "code": true
  288. }
  289. }
  290. ]
  291. },
  292. {
  293. "type": "text",
  294. "attributes": {
  295. "number": 6,
  296. "subtype": "number-list"
  297. },
  298. "delta": [
  299. {
  300. "insert": "Strikethrough",
  301. "attributes": {
  302. "strikethrough": true
  303. }
  304. },
  305. {
  306. "retain": 1,
  307. "attributes": {
  308. "strikethrough": true
  309. }
  310. }
  311. ]
  312. },
  313. {
  314. "type": "text",
  315. "attributes": {
  316. "checkbox": null
  317. },
  318. "delta": []
  319. },
  320. {
  321. "type": "text",
  322. "attributes": {
  323. "subtype": "heading",
  324. "checkbox": null,
  325. "heading": "h2"
  326. },
  327. "delta": [
  328. {
  329. "insert": "Have a question?"
  330. }
  331. ]
  332. },
  333. {
  334. "type": "text",
  335. "attributes": {
  336. "subtype": "quote"
  337. },
  338. "delta": [
  339. {
  340. "insert": "Click "
  341. },
  342. {
  343. "insert": "?",
  344. "attributes": {
  345. "code": true
  346. }
  347. },
  348. {
  349. "insert": " at the bottom right for help and support."
  350. }
  351. ]
  352. },
  353. {
  354. "type": "text",
  355. "delta": []
  356. },
  357. {
  358. "type": "text",
  359. "attributes": {
  360. "subtype": "heading",
  361. "heading": "h2"
  362. },
  363. "delta": [
  364. {
  365. "insert": "Like AppFlowy? Follow us:"
  366. }
  367. ]
  368. },
  369. {
  370. "type": "text",
  371. "attributes": {
  372. "subtype": "bulleted-list",
  373. "quote": null
  374. },
  375. "delta": [
  376. {
  377. "insert": "GitHub",
  378. "attributes": {
  379. "href": "https://github.com/AppFlowy-IO/AppFlowy"
  380. }
  381. }
  382. ]
  383. },
  384. {
  385. "type": "text",
  386. "attributes": {
  387. "subtype": "bulleted-list"
  388. },
  389. "delta": [
  390. {
  391. "insert": "Twitter: @appflowy"
  392. }
  393. ]
  394. },
  395. {
  396. "type": "text",
  397. "attributes": {
  398. "subtype": "bulleted-list"
  399. },
  400. "delta": [
  401. {
  402. "insert": "Newsletter",
  403. "attributes": {
  404. "href": "https://blog-appflowy.ghost.io/"
  405. }
  406. }
  407. ]
  408. },
  409. {
  410. "type": "text",
  411. "attributes": {
  412. "subtype": null,
  413. "heading": null
  414. },
  415. "delta": []
  416. }
  417. ]
  418. }
  419. }