c4ys / yii2-tui-editor

Yii2的markdown所见即所得编辑器扩展

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yii Markdown WYSIWYG Editor

Markdown WYSIWYG Editor http://ui.toast.com/tui-editor

Installation

修改composer.json

"repositories": [
    {
      "url": "https://github.com/c4ys/yii2-tui-editor.git",
      "type": "vcs"
    }
  ]

"c4ys/yii2-tui-editor": "dev-master"

运行

composer update

用法

 <?= $form->field($model, 'desc')->widget(\c4ys\tuieditor\TuiEditor::class) ?>

About

Yii2的markdown所见即所得编辑器扩展


Languages

Language:JavaScript 98.1%Language:CSS 1.9%Language:PHP 0.0%