PHPackages                             efureev/yii2-bootstrap-markdown-editor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. efureev/yii2-bootstrap-markdown-editor

AbandonedArchivedYii2-extension[Parsing &amp; Serialization](/categories/parsing)

efureev/yii2-bootstrap-markdown-editor
======================================

Yii2 Markdown Editor based on Bootstrap Markdown.

0.0.6(10y ago)0321MITPHP

Since Mar 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/efureev/yii2-bootstrap-markdown-editor)[ Packagist](https://packagist.org/packages/efureev/yii2-bootstrap-markdown-editor)[ Docs](https://github.com/efureev/yii2-bootstrap-markdown-editor)[ RSS](/packages/efureev-yii2-bootstrap-markdown-editor/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (7)Used By (0)

Yii2 Bootstrap Markdown Editor
==============================

[](#yii2-bootstrap-markdown-editor)

Yii2 Markdown Editor based on [Bootstrap Markdown](http://www.codingdrama.com/bootstrap-markdown/).

This component use folowing libraries:

- [Marked](https://github.com/chjj/marked) -- a full-featured markdown parser and compiler, written in JavaScript.
- [To markdown](https://github.com/domchristie/to-markdown) -- an HTML to Markdown converter written in javascript.
- [Bootstrap Markdown](http://www.codingdrama.com/bootstrap-markdown/) -- JSimple Markdown editing tools that works!

Installation
------------

[](#installation)

### Composer

[](#composer)

The preferred way to install this extension is through [Composer](http://getcomposer.org/).

Either run

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

```

or add

```
"efureev/yii2-bootstrap-markdown-editor": "dev-master"

```

to the require section of your `composer.json`

Usage
-----

[](#usage)

### Active widget

[](#active-widget)

In view in active form:

```
