2017 © Pedro Peláez
 

yii2-widget yii2-simplemde

The simplemde markdown editor widget for the Yii framework

image

tangniyuqi/yii2-simplemde

The simplemde markdown editor widget for the Yii framework

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

yii2-simplemde

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.(FontAwesome 5 compatibility), (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist tangniyuqi/yii2-simplemde "*"

or add, (*4)

"tangniyuqi/yii2-simplemde": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

View:, (*7)



= $form->field($model, 'content')->widget('tangniyuqi\simplemde\SimpleMDE', [
    'mdeOptions' => [
        //'autofocus' => true,
        // see https://github.com/NextStepWebs/simplemde-markdown-editor
    ]
])->label(false) ?>



= Html::submitButton('Create', ['class' => 'btn btn-primary']) ?>

Further Information

Please, check the simplemde-markdown-editor documentation for further information about its configuration options., (*8)

Demo

See https://simplemde.com/, (*9)

The Versions

01/07 2018

dev-master

9999999-dev https://github.com/tangniyuqi/yii2-simplemde

The simplemde markdown editor widget for the Yii framework

  Sources   Download

MIT

The Requires

 

yii2 editor markdown simplemde

01/07 2018

1.0.0

1.0.0.0 https://github.com/tangniyuqi/yii2-simplemde

The simplemde markdown editor widget for the Yii framework

  Sources   Download

MIT

The Requires

 

yii2 editor markdown simplemde