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

[CORE] 개별 코드를 GIST 처럼 외부에 보일 수 있도록 한다. #51

Open
easylogic opened this issue Dec 20, 2016 · 5 comments
Assignees

Comments

@easylogic
Copy link
Contributor

syntax highlighting 적용된 간단한 코드 조각을 지원한다.

모든 타입, 모든 파일에 대해서

@easylogic
Copy link
Contributor Author

이미지는 이미지대로 프리뷰를 제공한다.

@easylogic
Copy link
Contributor Author

easylogic commented Dec 20, 2016

코드 조각

/v2/gist/id/index.html

이렇게 하면 파일 확장자에 따른 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 

@easylogic
Copy link
Contributor Author

개별 코드는 마지막에 변경된 시점을 기준으로 캐슁한다.

@easylogic
Copy link
Contributor Author

easylogic commented Dec 20, 2016

https://store.jui.io/v2/sample.html

코드 타입에서 구현 완료

<script src="//store.jui.io/v2/gist/57ea375b94976c775a8b4567/README.md"></script> 

형태로 구현함

@easylogic easylogic self-assigned this Dec 20, 2016
@easylogic
Copy link
Contributor Author

easylogic commented Dec 20, 2016

Gist 구현한 플러그인

  • Module
  • Page
  • Code

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

No branches or pull requests

1 participant