In here I talk about what type of documentation to aim for at each stage of your design system’s lifecycle.
zeroheight.com/blog/whens-t...
In here I talk about what type of documentation to aim for at each stage of your design system’s lifecycle.
zeroheight.com/blog/whens-t...
- 숫자로 말하는 것도 중요하지만 중요한 화면들에서 커버리지를 눈으로 보고 싶을 때 유용
- E2E테스트에 이 과정을 녹이면, 시간이 지나면서 화면에서 하이라이트된 비율이 변하는 것을 보는 것을 일종의 보고서처럼 활용 가능
A New Way to Audit Design System Usage
www.tonyward.dev/articles/a-n...
- 숫자로 말하는 것도 중요하지만 중요한 화면들에서 커버리지를 눈으로 보고 싶을 때 유용
- E2E테스트에 이 과정을 녹이면, 시간이 지나면서 화면에서 하이라이트된 비율이 변하는 것을 보는 것을 일종의 보고서처럼 활용 가능
A New Way to Audit Design System Usage
www.tonyward.dev/articles/a-n...
결국 옵시디언 Linter 플러그인 (github.com/platers/obsi...) 에서 custom replacement를 추가했어요
from: `^(#{1,6}.*?)\*\*(.*?)\*\*(.*)$`
to: `$1$2$3`
헤딩에서 볼드 포맷팅을 없애줘요
결국 옵시디언 Linter 플러그인 (github.com/platers/obsi...) 에서 custom replacement를 추가했어요
from: `^(#{1,6}.*?)\*\*(.*?)\*\*(.*)$`
to: `$1$2$3`
헤딩에서 볼드 포맷팅을 없애줘요