Skip to content

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

iisns/yii2-simplemde-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

View:

<?php $form = ActiveForm::begin(); ?>

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

<div class="form-group">
    <?= Html::submitButton('Create', ['class' => 'btn btn-primary']) ?>
</div>

<?php ActiveForm::end(); ?>

Further Information

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

Demo

See https://simplemde.com/

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages