hyangforest / MDtoHTMLConverter

마크다운 파일을 HTML 파일로 변환하는 프로그램입니다.
0 stars 0 forks source link

기능 분해 #3

Open hyangforest opened 1 year ago

hyangforest commented 1 year ago

Functional Decomposition

Image

Use Tool : GitMind

1. 메뉴

상단 메뉴바

  • 프로그램
  • 초기화
  • Tistory
  • Open browser
  • 문의
  • Open mailto ✅ 메일 기본 제목 설정

    2. MD 파일 선택

    파일 탐색기에서 markdown 파일을 선택하기

  • OpenFileDialog
  • 확장자 필터 설정

    3. MD 내용 읽기

    선택한 markdown 파일 내용 읽어오기 및 Label 가독성 좋은 스타일 설정하기

  • MD 파일읽기
  • Label 스타일 수정
  • 스크롤 영역 지정

    4. HTML 파일 변환

    markdown 파일 HTML 파일로 변환하여 저장 및 HTML 파일 확인하기

  • 파일 변환하기
  • 파일 저장하기
  • 파일 확인하기
hyangforest commented 1 year ago

Functional Decomposition ver 2

개발 하면서 기능 정리 Image