You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.
개인 문서함에 style.css 파일을 만들면 문서 출력할때 스타일로 사용될 수 있게 하면 좋을것 같아요
예를들어 ~comfuture/style.css 라는 문서를 만들면 마크다운 문서로 컨버트 하지 말고 그대로 보관했다가 그 유저의 문서를 볼때 <link rel="stylesheet" type="text/css" href="~comfuture/style.css" /> 를 상단에 포함시켜준다던가.. 아니면 현재 /etc/stylesheets/style.css 가 똑똑하게 유저의 css를 병합해 출력해준다면 좀더 이쁜 문서 배포가 될꺼같아요..
css 파일을 넣는 방법에 대해선 이미 있는 창을 재활용하는 방법을 기준으로 예를 든거니까 다른 좋은 방법이 있는지도 생각해봐주세요
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
개인 문서함에 style.css 파일을 만들면 문서 출력할때 스타일로 사용될 수 있게 하면 좋을것 같아요
예를들어 ~comfuture/style.css 라는 문서를 만들면 마크다운 문서로 컨버트 하지 말고 그대로 보관했다가 그 유저의 문서를 볼때 <link rel="stylesheet" type="text/css" href="~comfuture/style.css" /> 를 상단에 포함시켜준다던가.. 아니면 현재 /etc/stylesheets/style.css 가 똑똑하게 유저의 css를 병합해 출력해준다면 좀더 이쁜 문서 배포가 될꺼같아요..
css 파일을 넣는 방법에 대해선 이미 있는 창을 재활용하는 방법을 기준으로 예를 든거니까 다른 좋은 방법이 있는지도 생각해봐주세요
The text was updated successfully, but these errors were encountered: