ether/ep_hide_line_numbers — explained in plain English
Analysis updated 2026-08-08 · repo last pushed 2026-08-04
Set up Etherpad for a creative writing class without distracting line numbers.
Create a cleaner brainstorming space for non-technical users in a writing group.
Give a school's Etherpad instance a simpler, blank-page feel for students.
| ether/ep_hide_line_numbers | 0xallam/stellar-ai | 0xdevalias/poc-react-stepper | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2026-08-04 | 2022-12-24 | 2018-05-08 |
| Maintenance | Active | Dormant | Dormant |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | ops devops | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Must install through Etherpad's built-in plugin manager, not npm, or the server can break.
Etherpad is a collaborative, browser-based text editor (similar to Google Docs) that numbers each line of a document by default. The ep_hide_line_numbers plugin does exactly what its name suggests: it hides those line numbers so they don't appear when someone opens a new pad. This gives the editing space a cleaner, more traditional word-processor feel instead of looking like a code editor. The plugin is installed through Etherpad's built-in plugin manager. An administrator can find it by searching for it in the Etherpad admin settings panel, or by running a single install command from the server's root directory. After installation, a server restart is all that's needed to take effect. The README includes a specific warning for anyone managing the server: don't try to install it manually using standard Node.js package commands. Etherpad has its own way of tracking plugins, and bypassing it can break the entire server. This tool is designed for administrators running an Etherpad instance who want a simpler, less technical presentation for their users. For example, if a school or writing group uses Etherpad for creative writing or collaborative brainstorming, line numbers might be an unnecessary distraction. Hiding them makes the tool feel more like a blank page and less like a developer's workspace. The project itself is straightforward and does one small thing well. The README doesn't go into detail on how the hiding mechanism works under the hood, but the scope is intentionally minimal: it removes a default interface element to create a cleaner editing experience.
An Etherpad plugin that hides the default line numbers in collaborative documents, giving the editor a cleaner, word-processor feel instead of a code-editor look.
Mainly JavaScript. The stack also includes JavaScript, Etherpad, Node.js.
Active — commit in last 30 days (last push 2026-08-04).
The explanation does not mention a license, so it is unclear what permissions are granted for use or modification.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.