siezi/phile-admin-markdown-editor

This package is abandoned and no longer maintained. No replacement package was suggested.

Markdown Editor for Phile-Admin

2.0.0 2015-08-18 06:09 UTC

This package is auto-updated.

Last update: 2020-08-31 00:27:10 UTC


README

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.