Skip to content

Exsaveron/phileAdminMarkdownEditor

 
 

Repository files navigation

Markdown Editor Plugin for Phile-Admin

What

A markdown editor plugin for Phile-Admin.

  • Create new pages
  • Edit pages
  • Move pages between folders
  • Draft non-public pages
  • Remove pages (files are not actually deleted but moved to special trash folder)

The page index:

Page Index

The editor:

Editor

Installation

1 Installation (composer)

"require": {
	"siezi/phile-admin-markdown-editor": "*"
}

2. Activation

After you have installed the plugin you activate it by adding the following line to your config.php file:

$config['plugins']['siezi\\phileAdminMarkdownEditor'] = ['active' => true];

This plugin depends on Phile-Admin. Make sure it’s activated too.

3. Config

See config.php.

About

Markdown Editor Plugin for Phile-Admin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 65.8%
  • HTML 34.2%