Roultabie / linkdate_edit

Shaarli plugin to give capabilities to change date and time of a shaare (link)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link date edit

Link date edit is a plugin for Shaarli give capabilities to change date and time of a shaar (link).

Installation

Clone repository and copy linkdate_edit folder under your plugins directory.

cp -R linkdate_edit/linkdate_edit /path/to/your/shaarli/plugins/

Then you can enable the plugin in the plugin administration page from your shaarli instance or edit the data/config.json.php file and add linkdate_edit in $GLOBALS['config']['ENABLED_PLUGINS'].

    '...',
    'linkdate_edit'
);

Usage

Just edit a shaare and change date and/or time and save it.

TODO

Add message to be careful.

About

Shaarli plugin to give capabilities to change date and time of a shaare (link)

License:MIT License


Languages

Language:JavaScript 65.3%Language:PHP 25.4%Language:HTML 9.3%