새로 업데이트 되는 티스토리 에서 가장 기대 되는 기능은 WYSIWYG
기능 이었다 한마디로 말하자면 그러한 기능이 업데이트 되었지만 수정없이 바로 사용하니 분문과 적성한 에디터 상의 글의 워드랩이 맞지 않았다
그러하여
티스토리 가이드 블로그 에서 정보를 수집하고 본인이 변경하여 사용하고 있는 스킨에서 몇가지 가져와야하는 정보를 확인하게 되었다

무언가 바꾸면 좀더 수정이 가능한거 같다
변경해야하는 정보는 본인의 경우 BODY 테그에서는 다음과같다
더보기
원본
@charset "utf-8";
body {
color: #333;
font: 11px/18px Dotum, Tahoma, Verdana, AppleGothic, Sans-serif;
background-color: transparent;
}
a { color: #757575; text-decoration: none; }
a:hover { color: #c45050; }
#tx_canvas_wysiwyg_holder { background: #D5D5D5 url("./images/bg_wysiwyg.gif") repeat-y center 0 !important; }
#tx_canvas_subject_holder { }
#tx_canvas_subject {
color: #333;
font: 11px Dotum, Sans-serif;
border: none;
border-bottom: 1px solid #CCCCCC;
background: url("./images/icon_title.gif") no-repeat 0 10px;
padding: 8px 15px 8px;
margin-top: 10px;
margin-bottom: 10px;
}
변경본
@charset "utf-8";
body {
color:#333;
font:12px/18px AppleGothic, Gulim ;
background-color: #ffffff;
line-height:18px;
}
a { color:#77D3BE; text-decoration:none; }
a:hover { color:#34907B; text-decoration:none; }
a:link { color:#2A7FFF; text-decoration:none;}
#tx_canvas_wysiwyg_holder { background: #D5D5D5 url("./images/bg_wysiwyg.gif") repeat-y center 0 !important;
text-align:justify; font-size:12px; font-family:AppleGothic, Gulim; width:100%;
margin:0px 0px 22px 0px; overflow:hidden; clear:both;
}
#tx_canvas_subject_holder { }
#tx_canvas_subject {
color: #333;
font: 11px Dotum, Sans-serif;
border: none;
border-bottom: 1px solid #CCCCCC;
background: url("./images/icon_title.gif") no-repeat 0 10px;
padding: 8px 15px 8px;
margin-top: 10px;
margin-bottom: 10px;
}
그렇게 해서 에디터를 완료하였지만 생각해보니 실제로 본인이 만든 것은 아니기에 이해하지 못하는 부분이 있는것은 많이 있다 하지만 현제 해놓은 조치로서 편집하는 모습이 실제로 적용되는 으로 바로 확인 가능한 점은 정말 인상적이다
그외에 좀더 실제 화면처럼 수정이 가능 하다는 생각으 들지만 요즘 흰색 보다 회색을 더 보고 싶어진다고 할까 ? 그런 생각이 자주 들게 된다
그리고 본인이 올린 title.gif 파일이 삭제된문제가 있었는데 어떻게하면 문제가 생기는지 모르겠지만 백업을 해두었기에 건질수있었다
그리고 자세히 본분들은 아시지만 예전버전의 관리 화면은 owner 이고 새버전관리 화면 주소는 admin이더군여 전 북마크에 새버전을 넣어두고 신버전을 사용하도록 하려고 합니다