Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ep_small_list

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_small_list

Adds a list of all pads on the index-page

  • 0.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-90%
Maintainers
1
Weekly downloads
 
Created
Source

ep_small_list

A small script for etherpad-lite which adds all pads to the index page.

Installation

npm install ep_small_list

Restart your etherpad-lite instance to recognice new addon.

Compatibility

  • Requires a minimum Node.js version of 7.10.1.

Configuration

The plugin works without configuration. But there are several configuration settings available. In your settings.json, add:

Limit number of entries

"ep_small_list": {
  "limit": 10
}

By default the number of entries is not limited ("limit": 0).

Sort by last change

"ep_small_list": {
  "sortmode": "lastchange"
}

The following sorting modes are available:

  • "default": Use the order in which the API returns the pads (this is also the default sortmode).
  • "lastchange": Sort the pads by last change.

Reverse order

"ep_small_list": {
  "sortorder": "reverse"
}

The following sorting orders are available:

  • "normal": Use the normal order generated by the choosen sortmode.
  • "reverse": Reverse the order generated by the choosen sortmode.

Features

Keywords

FAQs

Package last updated on 15 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc