publish icon indicating copy to clipboard operation
publish copied to clipboard

Creates empty pages during export

Open briansunter opened this issue 3 years ago • 0 comments

Does not work with this data.json graph

{
  "version": 1,
  "blocks": [
    {
      "id": "62844166-8f45-4239-85a6-78266d74cb2a",
      "page-name": "Contents",
      "children": [
        {
          "id": "62844166-9d9c-4c5b-b80a-8790f9eb3423",
          "format": "markdown",
          "children": [],
          "content": ""
        }
      ]
    },
    {
      "id": "62844166-16fa-447b-bab5-2adc3b915b52",
      "page-name": "May 17th, 2022",
      "format": "markdown",
      "children": [
        {
          "id": "62844166-3f7b-4688-bfca-c1431ad1e935",
          "properties": {},
          "format": "markdown",
          "children": [],
          "content": "[[one]]"
        },
        {
          "id": "6284416c-92fd-4cad-bb8c-f9f8c929785c",
          "properties": {},
          "format": "markdown",
          "children": [],
          "content": "[[two]]"
        },
        {
          "id": "62844176-45a1-4709-b37d-4bcc1915a1ac",
          "properties": {},
          "format": "markdown",
          "children": [],
          "content": ""
        }
      ]
    },
    {
      "id": "62844175-d40a-4917-8972-830cbe55dbe5",
      "page-name": "two",
      "format": "markdown",
      "children": [
        {
          "id": "6284417d-faaa-409f-b476-ef1a7d16a6b5",
          "properties": {},
          "format": "markdown",
          "children": [],
          "content": "two"
        }
      ]
    },
    {
      "id": "62844176-3e74-4053-b92f-bef7184759d5",
      "page-name": "one",
      "format": "markdown",
      "children": [
        {
          "id": "62844176-5a00-4536-ae3b-4d55d4014897",
          "properties": {},
          "format": "markdown",
          "children": [],
          "content": "one"
        }
      ]
    }
  ]
}

briansunter avatar May 18 '22 01:05 briansunter