Movabletype4のエントリー画面を完璧なWYSIWYGエディタに変更する
プラグインFCKeditorに関するメモ。
・MTのバージョンversion 4.23-ja
・本家ダウンロード MT-Plugin-FCKeditor-1.2
http://plugins.movabletype.org/fckeditor/
・mtconfigにRichTextEditor FCKeditorを書き加える。
・このままだとフォントサイズ等のボタンが出てこないので、設定変更
mt-static/plugins/FCKeditor/js/fck_editor.jsを開き、
8行目ToolbarSet: “MTDefault”,を
ToolbarSet: “Default”,に変更
->MT4.23にも使用可能。
・と思ったら、フォントなんかが対応している日本語版ダウンロード
http://www.dakiny.com/archives/fckeditor/ajax_wysiwyg_editor_fckeditor_26/
->MT4.23にも使用可能。
これは正直かなり使える。。すげえ。
改行がPタグになるのでBRにするように変更。
ConfigのjsファイルのFCKConfig.EnterModeをいじる。