2017 © Pedro Peláez
 

yii2-extension yii2-simplemde-markdown

yii2-simplemde-markdown

image

iisns/yii2-simplemde-markdown

yii2-simplemde-markdown

  • Tuesday, April 18, 2017
  • by iisns
  • Repository
  • 2 Watchers
  • 4 Stars
  • 1,510 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

yii2-simplemde-markdown

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

Installation

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

Either run, (*3)

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

or add, (*4)

"iisns/yii2-simplemde-markdown": "*"

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('iisns\markdown\Markdown', [
    '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

18/04 2017

dev-master

9999999-dev

yii2-simplemde-markdown

  Sources   Download

MIT

The Requires

 

by Avatar Shiyang

yii2 editor markdown simplemde iisns

18/04 2017

v1.11.2

1.11.2.0

yii2-simplemde-markdown

  Sources   Download

MIT

The Requires

 

by Avatar Shiyang

yii2 editor markdown simplemde iisns

22/02 2016

v1.0.0

1.0.0.0

yii2-simplemde-markdown

  Sources   Download

MIT

The Requires

 

by Avatar Shiyang

yii2 editor markdown simplemde iisns