Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table 서식 미리 작업 진행 중 #1118

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Table 서식 미리 작업 진행 중 #1118

wants to merge 6 commits into from

Conversation

mu-hun
Copy link
Contributor

@mu-hun mu-hun commented Jan 23, 2024

TODO FIX: 아래 내용을 주입해도 Table 서식이 적용 되고 있지 않음

{
  "type": "table",
  "content": [
    {
      "type": "tableRow",
      "content": [
        {
          "type": "tableHeader",
          "attrs": {
            "colspan": 1,
            "rowspan": 1,
            "colwidth": null
          },
          "content": [
            {
              "type": "paragraph",
              "attrs": {
                "text-align": null,
                "font-family": "sans",
                "line-height": "normal",
                "letter-spacing": "normal",
                "level": 1
              }
            }
          ]
        },
        {
          "type": "tableHeader",
          "attrs": {
            "colspan": 1,
            "rowspan": 1,
            "colwidth": null
          },
          "content": [
            {
              "type": "paragraph",
              "attrs": {
                "text-align": null,
                "font-family": "sans",
                "line-height": "normal",
                "letter-spacing": "normal",
                "level": 1
              }
            }
          ]
        },
        {
          "type": "tableHeader",
          "attrs": {
            "colspan": 1,
            "rowspan": 1,
            "colwidth": null
          },
          "content": [
            {
              "type": "paragraph",
              "attrs": {
                "text-align": null,
                "font-family": "sans",
                "line-height": "normal",
                "letter-spacing": "normal",
                "level": 1
              }
            }
          ]
        }
      ]
    },
    {
      "type": "tableRow",
      "content": [
        {
          "type": "tableCell",
          "attrs": {
            "colspan": 1,
            "rowspan": 1,
            "colwidth": null
          },
          "content": [
            {
              "type": "paragraph",
              "attrs": {
                "text-align": null,
                "font-family": "sans",
                "line-height": "normal",
                "letter-spacing": "normal",
                "level": 1
              }
            }
          ]
        },
        {
          "type": "tableCell",
          "attrs": {
            "colspan": 1,
            "rowspan": 1,
            "colwidth": null
          },
          "content": [
            {
              "type": "paragraph",
              "attrs": {
                "text-align": null,
                "font-family": "sans",
                "line-height": "normal",
                "letter-spacing": "normal",
                "level": 1
              }
            }
          ]
        },
        {
          "type": "tableCell",
          "attrs": {
            "colspan": 1,
            "rowspan": 1,
            "colwidth": null
          },
          "content": [
            {
              "type": "paragraph",
              "attrs": {
                "text-align": null,
                "font-family": "sans",
                "line-height": "normal",
                "letter-spacing": "normal",
                "level": 1
              }
            }
          ]
        }
      ]
    },
    {
      "type": "tableRow",
      "content": [
        {
          "type": "tableCell",
          "attrs": {
            "colspan": 1,
            "rowspan": 1,
            "colwidth": null
          },
          "content": [
            {
              "type": "paragraph",
              "attrs": {
                "text-align": null,
                "font-family": "sans",
                "line-height": "normal",
                "letter-spacing": "normal",
                "level": 1
              }
            }
          ]
        },
        {
          "type": "tableCell",
          "attrs": {
            "colspan": 1,
            "rowspan": 1,
            "colwidth": null
          },
          "content": [
            {
              "type": "paragraph",
              "attrs": {
                "text-align": null,
                "font-family": "sans",
                "line-height": "normal",
                "letter-spacing": "normal",
                "level": 1
              }
            }
          ]
        },
        {
          "type": "tableCell",
          "attrs": {
            "colspan": 1,
            "rowspan": 1,
            "colwidth": null
          },
          "content": [
            {
              "type": "paragraph",
              "attrs": {
                "text-align": null,
                "font-family": "sans",
                "line-height": "normal",
                "letter-spacing": "normal",
                "level": 1
              }
            }
          ]
        }
      ]
    }
  ]
}

Copy link

graphite-app bot commented Jan 23, 2024

Your org requires the Graphite merge queue for merging into main

Add the label “:rocket:” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

Copy link
Contributor Author

mu-hun commented Jan 23, 2024

@devunt devunt changed the base branch from feature/tiptap-styling to main January 30, 2024 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants