typora 이미지 업로드 셋팅

1 분 소요

진행과정

  1. typora setting -> image -> image upload setting -> PicGo-Core 선택
  2. Download 후 Open config File (필자의 경우 에러 메시지가 떴지만 json 파일을 여는 프로그램이 없다는 것이지 동작하지 않는 것은 아니었다.)
  3. 아래와 같이 수정
{
    "picBed": {
      "current": "github",
      "github": {
        "repo": "깃허브ID/Repository이름",
        "token": "d4f8438afcbae214b9ede6abd8ef0e674340c227",
        "path": "Repository내 폴더 경로/",
        "customUrl": "https://raw.githubusercontent.com/깃허브ID/Repository이름/branch명",
        "branch": "branch명(기본 master or main)"
      }
    },
    "settings": {
      "showUpdateTip": true,
      "autoStart": true,
      "uploadNotification": true,
      "miniWindowOntop": true
    },
    "needReload": false,
    "picgoPlugins": {}
}
  1. github에 repository를 만들어야 하는데 private으로 만들면 안되더라 public으로 만들자
  2. token을 가져오는 방법은 참조1 링크를 확인하자.
  3. 그리고 이미지를 마우스 오른쪽 클릭해서 이미지 업로드 버튼을 누르면 업로드가 되고 typora의 링크가 바뀐다.

참조1 - Typora 신기능 - 이미지 자동 업로드

참조2 - 밍밍이의 작업실

카테고리:

업데이트: