Skip to content

heartshare/yii2-burivuh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burivuh - markdown editor

Simple markdown editor for yii2 using filesystem

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist zabachok/yii2-burivuh "*"

or add

"zabachok/yii2-burivuh": "*"

to the require section of your composer.json file.

Activating

Add to you config file:

'modules' => [
    ...
    'burivuh' => [
            'class' => 'zabachok\burivuh\Module',
            'filesPath' => dirname(__DIR__) . '/data/burivuh',
        ],
]

Usage

Open url: http://your-site.com/burivuh
You can create, update and delete .md documents. All actions is available only for authorized users.

Hot keys

In list

Arrow up and arrow down - moving up and down in list
Enter - open dir or file
Backspace - up in filesystem tree

In view

Ctrl + e - edit the document

In write

Ctrl + s - save document
Shift + Enter - new line
Tab - four spaces

About

Simple markdown editor for yii2 using filesystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.6%
  • JavaScript 21.4%