2017 © Pedro Peláez
 

yii2-extension yii2-markdown

Markdown Widget for Yii2

image

yii2mod/yii2-markdown

Markdown Widget for Yii2

  • Friday, November 24, 2017
  • by disem
  • Repository
  • 1 Watchers
  • 8 Stars
  • 6,472 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 29 % Grown

The README.md

, (*1)

Markdown Widget for Yii 2


Widget based on SimpleMDE - Markdown Editor, (*2)

Latest Stable Version Total Downloads License Build Status, (*3)

Installation

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

Either run, (*5)

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

or add, (*6)

"yii2mod/yii2-markdown": "*"

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

Usage

Once the extension is installed, simply add widget to your page as follows:, (*8)

1) Usage with ActiveForm and model, (*9)

<?php echo $form->field($model, 'content')->widget(\yii2mod\markdown\MarkdownEditor::class, [
    'editorOptions' => [
        'showIcons' => ["code", "table"],
    ],
]); ?>

2) Usage without ActiveForm and model, (*10)

<?php echo \yii2mod\markdown\MarkdownEditor::widget([
    'name' => 'markdown-editor',
    'editorOptions' => [
        'showIcons' => ["code", "table"],
    ],
]);
?>

Markdown Editor Options

You can find them on the options page, (*11)

The Versions

24/11 2017

dev-master

9999999-dev

Markdown Widget for Yii2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Igor Chepurnoy

yii2 yii2 markdown editor yii2 markdown widget

24/11 2017

1.1

1.1.0.0

Markdown Widget for Yii2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Igor Chepurnoy

yii2 yii2 markdown editor yii2 markdown widget

16/04 2017

1.0

1.0.0.0

Markdown Widget for Yii2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Igor Chepurnoy

yii2 yii2 markdown editor yii2 markdown widget