- 追加された行はこの色です。
- 削除された行はこの色です。
#author("2020-09-10T07:25:40+09:00","","")
#author("2020-09-11T23:22:11+09:00","","")
** easyedit.inc.php [#ib43648e]
|RIGHT:100|LEFT:360|c
|~サマリ|CKEditorを使用して編集するプラグイン|
|~リビジョン|0.2|
|~対応バージョン|1.5.x|
|~投稿者|[[K]]|
|~投稿日|&new{2020-09-06 (日) 22:25:56};|
**概要 [#s5c48f15]
CKEditor4を使用して[[自作プラグイン/guiedit.inc.php]]をもとに最新のPukiWikiへ対応させた編集プラグインです。
&br;改善すべき点が多くあります。
&br;edit.inc.php、wiki2xhtml.phpとxhtml2wiki.phpを少し改造しました。
**インストール・ダウンロード [#i6a12c4d]
***手順 [#ja0eca98]
+まず、下記のリンクからダウンロードし、解凍してください。&br;
%%URL:http://k0.22web.org/file/download.php?f=easyedit.zip%% (0.1)&br;
URL:http://k0.22web.org/file/download.php?f=easyedit0.2.zip (0.2)
+解凍したフォルダ(easyeditとplugin)をpukiwiki.ini.phpが入っているフォルダ上に入れてください。
ディレクトリ/ファイルの構成
-(省略)
-plugin
--easyedit.inc.php
-easyedit
--(省略)
-pukiwiki.ini.php
--(省略)
3.skin/pukiwiki.skin.phpの123行らへん(「<?php _navigator('edit') ?> |」と「<?php if ($is_read && $function_freeze) { ?>」)の間に下記のコードを埋め込んでください。
<?php global $vars;echo '<a href="./?cmd=easyedit&page='.$vars['page'].'">編集(CKEditor)</a>'; ?> |
**関連ページ [#mcc9c199]
-[[自作プラグイン/guiedit.inc.php]]
-[[編集支援]]
-[[欲しいプラグイン/414]]
-[[欲しいプラグイン/408]]
-[[質問箱/4427]]
-[[質問箱/5172]]
-CKEditor4 https://ckeditor.com/ckeditor-4
**コメント [#n1fb2daa]
#comment