Skip to content

A tiny plugin which allows you to add the original source (name and url) of a new link.

Notifications You must be signed in to change notification settings

kalvn/shaarli-plugin-via

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shaarli Via

Shaarli via is a tiny plugin which offers you the possibility to indicate the original source of a link that you share.

It adds 2 fields in the link edition page for the label and the url of the source. The source is then displayed at the end of the description (if you provided it, otherwise, nothing appears).

Installation

Via Git

If you use git you can run the following command from within the plugins folder of your Shaarli installation:

git clone https://github.com/kalvn/shaarli-plugin-via via

Manually

Create the folder plugins/via in your Shaarli installation and copy all the files in it.

Activation

Then, activate the plugin through the plugin administration panel or edit the data/config.php file and add via in the array $GLOBALS['config']['ENABLED_PLUGINS']. For example, if you already have the Wallabag plugin installed, it'll look like this:

$GLOBALS['config']['ENABLED_PLUGINS'] = array (
  'wallabag',
  'via'
);

Please note that it's a very first version which may need improvements.

About

A tiny plugin which allows you to add the original source (name and url) of a new link.

Resources

Stars

Watchers

Forks

Packages

No packages published