-
Notifications
You must be signed in to change notification settings - Fork 55
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
tinyMCE 플러그인에 CodeMirror 소스코드 하이라이터 플러그인 추가 + 새 관리자 스킨 밑작업 #1698
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
added additional container div for future skin css usage
Mod of original tinyMCE editor with CodeMirror syntax highlighting plugin
tinyMCE 와 tinyMCE-EX 의 함수 이름이 겹쳐서, 동시에 두 플러그인을 켤 경우 충돌이 일어나는 문제가 있습니다. 괜찮으시다면 일단 merge 후 tinyMCE 와 tinyMCE-EX를 하나로 통합하거나 후자를 전자로 대체하는 테스트를 해 보겠습니다. :) |
아, 네 안그래도 하나를 꺼도 다른게 자꾸 자동으로 켜져서 좀 문제가 있더군요 ㅎㅎ; 어차피 플러그인 하나를 추가한것정도라, 테스트해보시고 문제 없으면 기존의 에디터에 그냥 merge시키셔도 될것같습니다! |
Add exception handler around `editor.nodeChanged()`
Fix a bug that can cause exception in nodeChange from the submit event
Fixed TinyMCE visualblocks plugin CSS overriding content background
alpha version in development - only layout, post, editor pages are done
This reverts commit 232b454.
fixed elements not being clickable when visual blocks are turned on + Tomorrow Night Bright CodeMirror Highlighter CSS minor change
error blocks text not appearing white
inureyes
added a commit
that referenced
this pull request
Oct 19, 2014
tinyMCE 플러그인에 CodeMirror 소스코드 하이라이터 플러그인 추가 + 새 관리자 스킨 밑작업
inureyes
added a commit
that referenced
this pull request
Nov 5, 2014
refs #1701 : more static implications -
inureyes
added a commit
that referenced
this pull request
Nov 5, 2014
inureyes
added a commit
that referenced
this pull request
Nov 5, 2014
inureyes
added a commit
that referenced
this pull request
Nov 5, 2014
inureyes
added a commit
that referenced
this pull request
Nov 7, 2014
inureyes
added a commit
that referenced
this pull request
Dec 9, 2014
refs #1701 : more static implications -
inureyes
added a commit
that referenced
this pull request
Dec 9, 2014
inureyes
added a commit
that referenced
this pull request
Jan 7, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
개인적으로 필요해서 tinyMCE 에디터에 소스코드 하이라이팅을 해주는 플러그인을 찾아 연결해보았습니다. 텍큐 관리자 플러그인설정에서 몇가지 내장된 테마를 선택할수 있도록 해두었습니다.
여담으로 텍큐 1.10을 기반으로 해서 기존의 관리자 스킨 코드를 다 갈아엎고 완전히 새로운 테마를 만들고 있는데요, interface/owner/entry/edit/index.php의 .editor-inner div추가는 스킨 레이아웃상 한 단계의 컨테이너가 더 필요해서 추가하게 되었습니다.
새 스킨은 완성하면 풀리퀘스트를 하고 싶은데, 보고 마음에 들면 결정해주세요 :)