Skip to content

A plugin for Shaarli (community fork) who add a "Go to top" button

Notifications You must be signed in to change notification settings

alexisju/gototop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go to Top plugin for Shaarli

A plugin for Shaarli to add a "Go to top" button on the footer.

Installation

Clone this repository inside your /plugins/ directory, or download the archive and unpack it there.
The directory structure should look like:

└── plugins
    └── gototop
        ├── README.md
        ├── gototop.php
        ├── gototop.html
        ├── gototop.css
        ├── scroll2Top.js
        └── top.php

Activation

To enable the plugin, just check it on Shaarli's plugin administration page.

You can also add gototop to your list of enabled plugins in data/config.json.php (general.enabled_plugins list).

This should look like:

"general": {
  "enabled_plugins": [
    "gototop",
    [...]
  ],
}

Configuration

To change the icon or the tooltip text:

  1. Open Shaarli's plugin administration page.
  2. Scroll to the 'Plugin configuration' section.
  3. Look for gototop.
  4. Change values.
  5. Click Save.

About

A plugin for Shaarli (community fork) who add a "Go to top" button

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •