2017 © Pedro Peláez
 

yii2-extension yii2-bootstrap-markdown-editor

Yii2 Markdown Editor based on Bootstrap Markdown.

image

uran1980/yii2-bootstrap-markdown-editor

Yii2 Markdown Editor based on Bootstrap Markdown.

  • Sunday, March 22, 2015
  • by uran1980
  • Repository
  • 3 Watchers
  • 5 Stars
  • 140 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 11 % Grown

The README.md

Yii2 Bootstrap Markdown Editor

Yii2 Markdown Editor based on Bootstrap Markdown., (*1)

This component use folowing libraries: * Marked -- a full-featured markdown parser and compiler, written in JavaScript. * To markdown -- an HTML to Markdown converter written in javascript. * Bootstrap Markdown -- JSimple Markdown editing tools that works!, (*2)

Installation

Composer

The preferred way to install this extension is through Composer., (*3)

Either run, (*4)

php composer.phar require uran1980/yii2-bootstrap-markdown-editor "dev-master"

or add, (*5)

"uran1980/yii2-bootstrap-markdown-editor": "dev-master"

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

Usage

Active widget

In view in active form:, (*7)





field($model, 'content')->widget(MarkdownEditor::className(), [ 'clientOptions' => ['language' => Yii::$app->language], 'options' => ['data-provider' => 'markdown'], ]); ?>

Simple widget

In view:, (*8)

<?php
use uran1980\yii\widgets\markdown\MarkdownEditor;

echo MarkdownEditor::widget([
    'name'          => 'md-editor',
    'value'         => '# test message',
    'clientOptions' => ['language' => Yii::$app->language],
    'options'       => ['data-provider' => 'markdown'],
]);

See also

Author

Ivan Yakovlev, e-mail: uran1980@gmail.com, (*9)

The Versions

22/03 2015

dev-master

9999999-dev https://github.com/uran1980/yii2-bootstrap-markdown-editor

Yii2 Markdown Editor based on Bootstrap Markdown.

  Sources   Download

MIT

The Requires

 

yii2 editor markdown widgets gfm bootstrap markdown yii2-bootstrap-markdown-editor

22/03 2015

0.0.4

0.0.4.0 https://github.com/uran1980/yii2-bootstrap-markdown-editor

Yii2 Markdown Editor based on Bootstrap Markdown.

  Sources   Download

MIT

The Requires

 

yii2 editor markdown widgets gfm bootstrap markdown yii2-bootstrap-markdown-editor

12/03 2015

0.0.1

0.0.1.0 https://github.com/uran1980/yii2-bootstrap-markdown-editor

Yii2 Markdown Editor based on Bootstrap Markdown.

  Sources   Download

MIT

The Requires

 

yii2 editor markdown widgets gfm bootstrap markdown yii2-bootstrap-markdown-editor

12/03 2015

0.0.2

0.0.2.0 https://github.com/uran1980/yii2-bootstrap-markdown-editor

Yii2 Markdown Editor based on Bootstrap Markdown.

  Sources   Download

MIT

The Requires

 

yii2 editor markdown widgets gfm bootstrap markdown yii2-bootstrap-markdown-editor

12/03 2015

0.0.3

0.0.3.0 https://github.com/uran1980/yii2-bootstrap-markdown-editor

Yii2 Markdown Editor based on Bootstrap Markdown.

  Sources   Download

MIT

The Requires

 

yii2 editor markdown widgets gfm bootstrap markdown yii2-bootstrap-markdown-editor