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

feat : editor 구현 #74

Merged
merged 20 commits into from
Mar 16, 2024
Merged

feat : editor 구현 #74

merged 20 commits into from
Mar 16, 2024

Conversation

Ubinquitous
Copy link
Member

Issue Number

#34

What

에디터를 구현했습니다.

How

  • 에디터에 드래그&드롭 기능을 구현했습니다.

ScreenShot

스크린샷 2024-03-15 오후 11 00 42 스크린샷 2024-03-15 오후 11 00 35

@Ubinquitous Ubinquitous self-assigned this Mar 15, 2024
Copy link
Member

@5ewon 5ewon left a comment

Choose a reason for hiding this comment

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

정말 고생하셨습니다!! 덕분에 update 페이지도 원활하게 진행될 것 같습니다.

utils/index.ts Outdated
`</details><details open class="${details}"><summary class="${summary}">$1</summary>`,
)
.replace(/<빙글빙글>([\s\S]*?)<\/빙글빙글>/gi, "<div class='spin'>$1</div>")
.replace(/<삐슝빠슝>([\s\S]*?)<\/삐슝빠슝>/gi, "<div class='shake'>$1</div>")
.replace(/<링크 문서=\{(.*?)\}>(.*?)<\/링크>/g, '<a href="/docs/$1">$2</a>')
Copy link
Member

Choose a reason for hiding this comment

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

현재 global.css에서 a태그에 text-decoration속성이 none로 지정된 상태입니다. 이렇게되면 링크태그가 적용된 단어와 그렇지 않은 단어를 구분하기 쉽지 않아 유저 입장에서 혼란을 줄 수 있을 것 같습니다. 글자색을 파란색으로 바꿔주는건 어떨까요?

Copy link
Member Author

Choose a reason for hiding this comment

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

좋은것같습니다 ! 잘캐치해주셔서 감사합니다 !!

className={styles.wikiBoxHeader[String(isExampleOpen)]}
>
<span className={styles.wikiTitle}>부마위키 문법 예제 보기</span>
<ArrowIcon direction="down" fill="white" width={16} height={16} viewBox="0 0 26 30" />
Copy link
Member

Choose a reason for hiding this comment

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

열려있을때와 닫혀있을때 화살표 방향을 다르게 하면 좀 더 명시적일 것 같은데 투머치일까요..?

Copy link
Member Author

Choose a reason for hiding this comment

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

아뇨 원래 구현해두었어야했는데 깜빡했네요 감사합니다!

Copy link
Member

Choose a reason for hiding this comment

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

입력한 문서 제목이 preview box에서는 보여지지 않는건가요?

Copy link
Member Author

Choose a reason for hiding this comment

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

실수했네요 변경 완료했습니다!
스크린샷 2024-03-16 오후 12 28 30

@Ubinquitous Ubinquitous merged commit 89537cf into main Mar 16, 2024
1 check failed
@Ubinquitous Ubinquitous deleted the feat/editor branch November 15, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants