From b4aa5c2ad0076cfa1504725fb94db163f896faff Mon Sep 17 00:00:00 2001 From: ByungCheol Date: Sun, 7 Jun 2026 18:08:23 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20PC=EC=9A=A9=20=ED=88=B4=EB=B0=94=20?= =?UTF-8?q?=EB=A7=88=ED=81=AC=EB=8B=A4=EC=9A=B4=20=EC=97=90=EB=94=94?= =?UTF-8?q?=ED=84=B0=20(=ED=95=9C=EA=B8=80=20IME=20=EC=A0=95=EC=83=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Toast UI 는 Windows IME 와 충돌(업스트림 버그)하므로 PC(Electron)에선 textarea 기반 마크다운 에디터 사용: 툴바(제목·굵게·기울임·취소선·인용·목록·체크·링크·코드·구분선) + Write/Preview 탭 - textarea(v-model)라 한글 IME 정상. 웹/APK 는 Toast UI 위지윅 유지 Co-Authored-By: Claude Opus 4.8 --- src/components/editor/MarkdownEditor.vue | 218 ++++++++++++++++++++--- 1 file changed, 196 insertions(+), 22 deletions(-) diff --git a/src/components/editor/MarkdownEditor.vue b/src/components/editor/MarkdownEditor.vue index 70aa321..cfeb593 100644 --- a/src/components/editor/MarkdownEditor.vue +++ b/src/components/editor/MarkdownEditor.vue @@ -1,10 +1,11 @@