subarist / waterhole-silent-edit
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
Requires
- waterhole/core: ^0.7
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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_atwithout modifying the post or comment content. - Supports both posts and comments.
- Uses a single
silent-editpermission. - Administrators are automatically authorized through Waterhole's native permission system.
- Supports English and Traditional Chinese translations.
- Uses the
tabler-pencil-officon.
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.