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

Feature/#054 붙여넣기 할 때 마크다운 양식 그대로 붙여넣기 구현 #261

Conversation

Ludovico7
Copy link
Collaborator

@Ludovico7 Ludovico7 commented Dec 2, 2024

📝 변경 사항

🔍 변경 사항 설명

  • 클립보드에서 문자열에 \n 이 있는지 확인하고 줄바꿈 문자가 있을 경우,
    • 문자열을 줄바꿈 문자를 기준으로 나누고 각 문자열을 순회하며 블록을 생성합니다.
    • 블록을 생성한 후에 해당 블록에 글자를 입력합니다
  • 줄바꿈 문자가 없을경우 기존 로직대로 붙여넣기를 실행합니다.

🙏 질문 사항

📷 스크린샷 (선택)

2024-12-02.5.15.07.mov

✅ 작성자 체크리스트

  • Self-review: 코드가 스스로 검토됨
  • Unit tests 추가 또는 수정
  • 로컬에서 모든 기능이 정상 작동함
  • 린터 및 포맷터로 코드 정리됨
  • 의존성 업데이트 확인
  • 문서 업데이트 또는 주석 추가 (필요 시)

@Ludovico7 Ludovico7 added FE 프론트엔드 작업 Feat 새로운 기능 추가나 기존 기능 확장 작업 labels Dec 2, 2024
@Ludovico7 Ludovico7 self-assigned this Dec 2, 2024
@Ludovico7 Ludovico7 changed the title feat: 붙여넣기 할 때 마크다운 양식 그대로 붙여넣기 구현 Feature/#052 붙여넣기 할 때 마크다운 양식 그대로 붙여넣기 구현 Dec 2, 2024
@Ludovico7 Ludovico7 changed the title Feature/#052 붙여넣기 할 때 마크다운 양식 그대로 붙여넣기 구현 Feature/#054 붙여넣기 할 때 마크다운 양식 그대로 붙여넣기 구현 Dec 2, 2024
Copy link
Collaborator

@hyonun321 hyonun321 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 !!

Copy link
Collaborator

@minjungw00 minjungw00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고많으셨습니다!

@github-actions github-actions bot merged commit 371099a into dev Dec 2, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 프론트엔드 작업 Feat 새로운 기능 추가나 기존 기능 확장 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants