A plugin for Shaarli to add a "Go to top" button on the footer.
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
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",
[...]
],
}
To change the icon or the tooltip text:
- Open Shaarli's plugin administration page.
- Scroll to the 'Plugin configuration' section.
- Look for gototop.
- Change values.
- Click Save.