123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- {
- "document": {
- "type": "editor",
- "attributes": {},
- "children": [
- {
- "type": "image",
- "attributes": {
- "image_src": "https://images.pexels.com/photos/2253275/pexels-photo-2253275.jpeg?cs=srgb&dl=pexels-helena-lopes-2253275.jpg&fm=jpg"
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "🌶 Read Me"
- }
- ],
- "attributes": {
- "subtype": "heading",
- "heading": "h1"
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "👋 Welcome to Appflowy"
- }
- ],
- "attributes": {
- "subtype": "heading",
- "heading": "h2"
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Here are the plugin demos:"
- }
- ],
- "attributes": {
- "subtype": "heading",
- "heading": "h3"
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Checkbox example ......"
- }
- ],
- "attributes": {
- "subtype": "checkbox",
- "checkbox": false
- },
- "children": [
- {
- "type": "text",
- "delta": [
- {
- "insert": "AAA Checkbox example ......\nAAA Checkbox example ......"
- }
- ],
- "attributes": {
- "subtype": "checkbox",
- "checkbox": false
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "BBB Checkbox example ......"
- }
- ],
- "attributes": {
- "subtype": "checkbox",
- "checkbox": true
- }
- }
- ]
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Raw text example ......"
- }
- ]
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Here are the basics:"
- }
- ],
- "attributes": {
- "subtype": "heading",
- "heading": "h3"
- }
- },
- {
- "type": "text",
- "delta": [
- { "insert": "Click " },
- { "insert": "anywhere", "attributes": { "underline": true } },
- { "insert": " and just typing." }
- ],
- "attributes": {
- "list": "todo",
- "todo": true
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Hit"
- },
- {
- "insert": " / ",
- "attributes": { "highlightColor": "0xFFFFFF00" }
- },
- {
- "insert": "to see all the types of content you can add - entity, headers, videos, sub pages, etc."
- }
- ],
- "attributes": {
- "list": "todo",
- "todo": true
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Highlight any text, and use the menu that pops up to "
- },
- { "insert": "style", "attributes": { "bold": true } },
- { "insert": " your ", "attributes": { "italic": true } },
- { "insert": "writing", "attributes": { "strikethrough": true } },
- { "insert": "." }
- ],
- "attributes": {
- "list": "todo",
- "todo": true
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Here are the examples:"
- }
- ],
- "attributes": {
- "subtype": "heading",
- "heading": "h3"
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Hello world"
- }
- ],
- "attributes": {
- "list": "bullet"
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Hello world"
- }
- ],
- "attributes": {
- "list": "bullet"
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Hello world"
- }
- ],
- "attributes": {
- "list": "bullet"
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Hello world"
- }
- ],
- "attributes": {
- "quote": true
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Hello world"
- }
- ],
- "attributes": {
- "quote": true
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Hello world"
- }
- ],
- "attributes": {
- "number": 1
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Hello world"
- }
- ],
- "attributes": {
- "number": 2
- }
- },
- {
- "type": "text",
- "delta": [
- {
- "insert": "Hello world"
- }
- ],
- "attributes": {
- "number": 3
- }
- }
- ]
- }
- }
|