Download the PHP package zabachok/yii2-burivuh without Composer
On this page you can find all versions of the php package zabachok/yii2-burivuh. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zabachok/yii2-burivuh
More information about zabachok/yii2-burivuh
Files in zabachok/yii2-burivuh
Package yii2-burivuh
Short Description Simple notepad with markdown editor for yii2
License MIT
Informations about the package yii2-burivuh
Burivuh - notepad with markdown editor
Simple notepad with markdown editor for yii2 Все это на русском
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Run module migration:
Activating
Add to you config file:
and to bootstrapping:
Options
-
db
- name of database component: -
usernameCallback
- anonymous function for generate username: route
- you can use custom route to this module. For example:
It will be generate links like example.com/wiki/doc/mydoc
accessRules
- this option configuring AccessControl::rules component. For example:
Usage
Open url: http://your-site.com/burivuh
You can create, update and delete categories and 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
Text formatting Ctrl + h - make this line a header
All versions of yii2-burivuh with dependencies
yiisoft/yii2-bootstrap Version *
yetanotherape/diff-match-patch Version *