Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 738 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 738 Bytes

Pico Editor Plugin

Provides an online Markdown editor and file manager for Pico.

Install

  1. Extract a copy the "PicoEditor" folder to your Pico install "plugins" folder
    • or git clone https://github.com/theshka/Pico-Editor-Plugin.git PicoEditor
  2. Place the following in your config/config.php file
// Pico Editor Configuration
$config['PicoEditor'] = array(
    'enabled'   => true,
    'password'  => 'YOUR SHA-512 PASSWORD',
    'url'       => 'custom-admin-url'
);
  1. Create your SHA-512 hashed password (http://crypo.in.ua/tools/eng_sha512.php)
  2. Visit http://yoursite.com/?custom-admin-url and login
  3. Thats it :)

Forked from: https://github.com/gilbitron/Pico-Editor-Plugin