Search by

subarist / waterhole-silent-edit

efast1568

Clear edit information from Waterhole posts and comments

Package info

github.com/efast1568/waterhole-silent-edit

Type:waterhole-extension

pkg:composer/subarist/waterhole-silent-edit

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-09-12 11:54 UTC

This package is auto-updated.

Last update: 2026-09-12 12:28:09 UTC


README

A Waterhole extension that allows authorized users to clear edit information from posts and comments without modifying their content.

Features

  • Adds Clear edit information to the post and comment action menu.
  • Only appears when the post or comment has edit information.
  • Clears edited_at without modifying the post or comment content.
  • Supports both posts and comments.
  • Uses a single silent-edit permission.
  • Administrators are automatically authorized through Waterhole's native permission system.
  • Supports English and Traditional Chinese translations.
  • Uses the tabler-pencil-off icon.

Requirements

  • Waterhole 0.7.x
  • PHP 8.2 or later

Installation

Install the extension with Composer:

composer require subarist/waterhole-silent-edit

Enable the extension from the Waterhole Administration Control Panel.

Permission

The extension provides one permission:

Allow clearing edit information

Users with this permission can clear the edit information of posts and comments.

Administrators are automatically authorized by Waterhole.

Usage

When a post or comment has been edited, authorized users will see:

Clear edit information

Selecting this action immediately clears the edit information.

The original content is not changed.

Translations

Included translations:

  • English
  • Traditional Chinese (zh-Hant)

Compatibility

This extension is intended for Waterhole 0.7.x.

License

This project is open-sourced under the MIT License.

Links