This page contains information related to upcoming products, features, and functionality.
It is important to note that the information presented is for informational purposes only.
Please do not rely on this information for purchasing or planning purposes.
As with all projects, the items mentioned on this page are subject to change or delay.
The development, release, and timing of any products, features, or functionality remain at the
sole discretion of GitLab Inc.
Status | Authors | Coach | DRIs | Owning Stage | Created |
---|---|---|---|---|---|
proposed | - |
다이어그램
Cells에서 사용되는 다이어그램은 draw.io로 생성됩니다.
기존 다이어그램 편집
다음과 같은 여러 방법으로 사용할 수 있는 파일인 .drawio.png
또는 .drawio.svg
파일을 draw.io에 직접 불러와 편집할 수 있습니다.
- Best: VSCode의 draw.io 통합 사용
- Good: MacOS에는
brew install drawio
명령으로 설치하거나 draw.io 데스크톱을 다운로드하여 설치 - Good: Linux에는 draw.io 데스크톱을 다운로드하여 설치
- Discouraged: draw.io 웹사이트를 사용하여 파일을 불러오고 저장
다이어그램 생성
파일에서 다이어그램을 생성하는 방법은 다음과 같습니다:
- 기존 파일을 복사하고 이름을 변경합니다. 확장자가
.drawio.png
또는.drawio.svg
인지 확인합니다. - 다이어그램을 편집합니다.
- 파일을 저장합니다.
- 이미지를 최적화하기 위해
pngquant -f --ext .png *.drawio.png
를 사용하여 파일 크기를 2-3배로 줄입니다.
draw.io 데스크톱을 사용하여 처음부터 다이어그램을 생성하는 방법은 다음과 같습니다:
- File > New > Create new diagram에서 Blank diagram을 선택합니다.
-
File > Save As에서 Editable Bitmap .png을 선택하고
.drawio.png
로 저장합니다. - 이미지 품질을 개선하려면 File > Properties에서 Zoom을 200%로 설정합니다.
- 새 줌 설정으로 파일을 저장하려면 File > Save를 선택합니다.
- 이미지를 최적화하기 위해
pngquant -f --ext .png *.drawio.png
를 사용하여 파일 크기를 2-3배로 줄입니다.
File > Export 기능을 사용하지 말아주세요. 다이어그램은 쉬운 편집을 위해 .png
에 포함되어야 합니다.