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

[Code] View 화면에서 파일 트리를 불러 오는게 좋을까? #47

Open
easylogic opened this issue Sep 29, 2016 · 2 comments
Open

Comments

@easylogic
Copy link
Contributor

파일 트리가 필요하다.

여러개의 컨텐츠를 만들 수도 있으니

현재는 index.html 파일 기준으로 밖에 볼 수가 없다.

@easylogic
Copy link
Contributor Author

media 형태의 타입으로 개별 id 마다 git based file system 을 도입한다.

파일 선택 팝업은 레이어형태로 뜨도록 한다.

워드프레스 처럼 쉽게 자바스크립트 함수로 사용할 수 있도록 컴포넌트를 만든다.

media_open(id, function (files) {
    console.log(files); 
});

각종 에디터에서 ctrl + 1 or ctrl + i 를 단축키로 media 를 열 수 있도록 한다.

@easylogic
Copy link
Contributor Author

화면상에 내가 원하는 곳을 지정할 수 있어야한다.

예를 들어 내가 지정한 샘플만 보인다던지

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