Download the PHP package clarkwinkelmann/flarum-ext-typewriter without Composer
On this page you can find all versions of the php package clarkwinkelmann/flarum-ext-typewriter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download clarkwinkelmann/flarum-ext-typewriter
More information about clarkwinkelmann/flarum-ext-typewriter
Files in clarkwinkelmann/flarum-ext-typewriter
Package flarum-ext-typewriter
Short Description Plays custom sounds in the reply composer
License MIT
Informations about the package flarum-ext-typewriter
Typewriter Sounds
This extension plays custom sounds while the user types in the Flarum reply composer.
A mute button is available in the top right of the composer. The mute setting is saved to the user profile, so it persists across sessions and browsers.
No sounds are embedded in the extension, you have to provide your own.
Format for the settings:
- File: an absolute URL to a media file. You can skip the domain if hosted locally. For example:
/assets/typewriter/keystroke.mp3
orhttps://cdn.mysite.tld/sound.ogg
. - Keys: a regular expression to match a valid
KeyboardEvent.code
value. This expression will be passed to the constructor of javascript'sRegExp
so it does not need delimiters. If you are only matching one key, you can generally just enter the character in the field. To match multiple characters, use[abc]
or[a-c]
. Enter isEnter
.
Installation
composer require clarkwinkelmann/flarum-ext-typewriter
Support
This extension is under minimal maintenance.
It was developed for a client and released as open-source for the benefit of the community. I might publish simple bugfixes or compatibility updates for free.
You can contact me to sponsor additional features or updates.
Support is offered on a "best effort" basis through the Flarum community thread.
Sponsors: Billy Wilcosky (@010101
)