Skip to main content More Related Content
PDF
PPTX
Unofficial Redmine Cooking 闇鍋_デモ環境への発展 PDF
Movable Type as a Playground PPT
MTDDC Meetup FUKUSHIM 2010プレゼン資料 PDF
PDF
PDF
HTML5コーディング環境を Dreamweaverで構築する PDF
Similar to The New Rich Text Editor
PDF
PPTX
PDF
PDF
Concentrated HTML5 & Attractive HTML5 PDF
「html5 boilerplate」から考える、これからのマークアップ PDF
Texteditor - Ohotech 並盛 #5 PPTX
PDF
PDF
PPTX
Movable type seminar 20120703 PDF
はじめよう!Visual Studio 2010 で HTML5 プログラミング ~ Internet Explorer 9 のリリースに向けて~ PDF
PPT
KEY
WordPressプラグイン Jetpack って何だ?! PPTX
PDF
PDF
PDF
PDF
これからHTML5を書く人のためのセキュリティ - HTML5など勉強会 PDF
More from Taku AMANO
PDF
未設定のドメインでも ELB 経由で proxy.pac を使って https で接続する方法 PDF
File API: Writer & Directories and System PDF
CSS Design and Programming PDF
Movable Type in the cloud PDF
PDF
PDF
PDF
PDF
Self Introduction 20100211 PDF
PDF
The New Rich Text Editor
- 1.
- 2.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 12.
- 13.
- 14.
- 15.
- 16.
- 17.
- 18.
- 19.
- 20.
- 21.
- 22.
- 23.
1 body.entry {
2 background: pink;
3 }
4
5 body.page {
6 background: pink;
7 }
編集領域のCSS
- 24.
1 ---
2 id: Content CSS Sample
3 label: Content CSS Sample
4 name: Content CSS Sample
5 version: 1.0
6 class: blog
7
8 elements:
9 default_prefs:
10 importer: default_prefs
11 data:
12 content_css: content_css.css
CSSをテーマで指定
- 25.
- 26.
- 27.
- 28.
- 29.
- 30.
- 31.
- 32.
- 33.
- 34.
- 35.
- 36.
- 37.
- 38.
- 39.
- 40.
- 41.
1 id: EnterBrForTinyMCE
2 name: EnterBrForTinyMCE
3 version: 1.00
4
5 editors:
6 tinymce:
7 config:
8 force_br_newlines: true
9 force_p_newlines: ~
10 forced_root_block: ''
Enterキーでbrを挿入
https://gist.github.com/281e26f60c092714b702
- 42.
1 id: HTML5ForTinyMCE
2 name: HTML5ForTinyMCE
3 version: 1.00
4
5 editors:
6 tinymce:
7 config:
8 schema: html5
9 verify_html: true
10 valid_children: ''
HTML5モード
https://gist.github.com/78cf419f9456612e7d84
- 43.
1 id: RelativeURLForTinyMCE
2 name: RelativeURLForTinyMCE
3 version: 1.00
4
5 editors:
6 tinymce:
7 config:
8 relative_urls: ~
9 convert_urls: true
10 remove_script_host: true
リンクを相対パスに変換
https://gist.github.com/1f234647a582266c5a8b
- 44.
もう少し本格的に
カスタマイズをする
https://github.com/movabletype/Documentation/wiki/Movable-Type-5.2-
%E3%81%AE%E3%83%AA
%E3%83%83%E3%83%81%E3%83%86%E3%82%AD
- 45.
1 id: TableFeatureForTinyMCE
2 name: TableFeatureForTinyMCE
3 version: 1.02
4 author_name: Six Apart, Ltd.
5
6 editors:
7 tinymce:
8 extension: extension.tmpl
TableFeatureForTinyMCE
https://github.com/movabletype/mt-plugin-table-feature-for-tinymce
- 46.
- 47.
- 48.
- 49.
- 50.
- 51.
1 id: MiscSettingsForCKEditor
2 name: MiscSettingsForCKEditor
3 version: 1.00
4
5 editors:
6 ckeditor: テキスト
7 config:
8 enterMode: 2
Enterキーでbrを挿入
https://gist.github.com/2b693224295014d96e3a
- 52.
- 53.
- 54.
- 55.
1 id: MiscSettingsForCodeMirror
2 name: MiscSettingsForCodeMirror
3 version: 1.00
4
5 editors:
6 テキスト
codemirror:
7 config:
8 lineNumbers: ~
行番号を表示しない
https://gist.github.com/dfe6652e982eee34adb8
- 56.
- 57.