Skip to content

theshka/Pico-Editor-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Provides an online Markdown editor and file manager for Pico.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 67.2%
  • CSS 17.2%
  • PHP 10.5%
  • HTML 5.1%