내가 수정한 것들
ph
- file upload enable
- syntax highlight extension
- 모바일 브라우저에서 너무 작게 보이는 문제이걸로 해결
<meta name="viewport" content="width=device-width" />
- fck editor에서 붙여넣기. 텍스트 뿐 아니라 서식도 가능하게
- 여기참고.
- w/extensions/FCKeditor/fckeditor_config.js에서
// Setup the editor toolbar.
FCKConfig.ToolbarSets['Wiki'] = [
['Source'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['SpecialChar','Table','Image','Rule'],
이렇게 함. 원래
'PasteText','PasteWord'
여기에 주석이 있었음.