runcmf/runbb-ext-simplemde

SimpleMDE Markdown editor for RunBB forum plugin


Keywords
plugin, slim3, slim 3, SimpleMDE, RunCMF, RunBB
License
Apache-2.0

Documentation

Markdown SimpleMDE editor for RunBB forum plugin

Install

1.

$ composer require runcmf/runbb-plugin-simplemde:dev-master
  1. add to setting.php into pugins section 'simplemde' => 'SimpleMDE\SimpleMDE'
    like:
        'plugins' => [// register plugins as NameSpace\InitInfoClass
                'simplemde' => 'SimpleMDE\SimpleMDE'
            ],
  1. go to Administration -> Plugins -> SimpleMDE Toolbar -> Activate

Recommendations

  • TODO

Tests (TODO)

$ cd vendor/runcmf/runbb
$ composer update
$ vendor/bin/phpunit

Security

If you discover any security related issues, please email to 1f7.wizard( at )gmail.com instead of using the issue tracker.


Credits

SimpleMDE
jQuery-emoji


License

Copyright 2016 1f7.wizard@gmail.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.