-
Notifications
You must be signed in to change notification settings - Fork 1
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
[CORE] 개별 코드를 GIST 처럼 외부에 보일 수 있도록 한다. #51
Comments
이미지는 이미지대로 프리뷰를 제공한다. |
코드 조각
이렇게 하면 파일 확장자에 따른 js 를 만들어준다. code 는 개별 파일로 하면 될 듯 하고 module 과 page 는 이름을 정하자. // module & page
/v2/gist/id/module
/v2/gist/id/html
/v2/gist/id/sample
/v2/gist/id/css
// code
/v2/gist/id/filepath/xxx.html |
개별 코드는 마지막에 변경된 시점을 기준으로 캐슁한다. |
https://store.jui.io/v2/sample.html 코드 타입에서 구현 완료 <script src="//store.jui.io/v2/gist/57ea375b94976c775a8b4567/README.md"></script> 형태로 구현함 |
Gist 구현한 플러그인
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
syntax highlighting 적용된 간단한 코드 조각을 지원한다.
모든 타입, 모든 파일에 대해서
The text was updated successfully, but these errors were encountered: