Provides an online Markdown editor and file manager for Pico.
- Extract a copy the "PicoEditor" folder to your Pico install "plugins" folder
- or
git clone https://github.com/theshka/Pico-Editor-Plugin.git PicoEditor
- or
- 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'
);
- Create your
SHA-512
hashed password (http://crypo.in.ua/tools/eng_sha512.php) - Visit http://yoursite.com/?custom-admin-url and login
- Thats it :)
Forked from: https://github.com/gilbitron/Pico-Editor-Plugin