Skip to content

the-turk/flarum-quiet-edits

Repository files navigation

Quiet Edits for Flarum

MIT license Latest Stable Version Total Downloads

As I promised in @"Kylo"#p121339, this is a preparation for next version of my Diff extension. I'm not sure if I picked the right title for this extension 🤔. Anyways, edits made within the grace period immediately after posting will not be considered as formal edits. You can also ignore whitespace and case differences independently from the grace period.

  • And again, it's based on @jfcherng's diff repository.
  • It raises new events for developers, called PostWasRevisedQuietly & PostWasRevisedLoudly

Settings

Requirements

php ext-iconv

You can check your php version by running php -v and check if iconv is installed by running php --ri iconv (which should display iconv support => enabled).

Installation

composer require the-turk/flarum-quiet-edits

Updating

composer update the-turk/flarum-quiet-edits
php flarum cache:clear

Usage

Enable the extension. The grace period is 120 seconds, whitespace and case differences will be ignored by default.

Links