Paste as plain text (#14) - #15
Closed
evowhale wants to merge 1 commit into
Closed
Conversation
- PasteService.paste(item:asPlainText:): nil이면 설정값과 Shift를 XOR로 판단 - 카드 컨텍스트 메뉴에 Paste with Formatting / Paste as Plain Text 분리 (RTF/HTML 클립만) - 설정 > General에 Always Paste as Plain Text 토글 추가 - 버전/appcast는 의도적으로 건드리지 않음 (1.3.0 App Store 심사 중) Refs #14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #14
What
PasteService.paste(item:asPlainText:):nil이면 설정값과 Shift 수정자를 XOR로 판단해서 서식 제거 여부 결정Paste with Formatting/Paste as Plain Text로 분리Always Paste as Plain Text토글 추가 (기본 off)Shift를 누른 채 붙여넣으면 설정과 반대 동작이 한 번만 적용된다. 기존
paste(item:)호출부(Return 키, 카드 클릭, 프리뷰, 메뉴바)는 시그니처 그대로라 자동으로 수정자 판단 경로를 탄다.Not in this PR (의도적)
검증 상태
swiftc -parse) 통과