Foundry VTT module to enhance chat whisper targeting with typeahead suggestions and popup menu of available targets.
/whisper
, and /w
./w [target1, target2]
.Original release. Module approved!
Fixes issue #12 - post-whisper ']' brackets triggering unwanted keydown handler
Fixes issue #11, if "Players" targeted in array the menu now hides all indiv players
Navigate up/down the player menu with the arrow keys!
/w
and the player menu pops up, you can press the [up] or [down] key to traverse the context menu, and press [enter] to make a selection. Great care was taken to allow the original keydown handler to continue to function correctly.keydown.menufocus
.Removes support for '@' syntax
@username
has been deprecated in Foundry v0.7.X, so regex detection of this whisper syntax has now been removed from the module.Updated latest tested compatible version number to remove that pesky "compatibility risk" tag in setup.
Updated latest tested compatible version number to remove that pesky "compatibility risk" tag in setup.
Updated latest tested compatible version number to remove that pesky "compatibility risk" tag in setup. Sigh.
Added support for Foundry V9.
Updated the compatible version to get this module out of an archived status! Yikes. Also updated one misspelled word in a js comment. Calling a spade a spade: this shuold have been at a version 1 a while ago.
v10 Compatible. Updated latest tested compatible version number to keep this from being automatically uninstalled on world migration.
v10 Compatible. Updated compatibility values in module.json, and removed incorrect dependancy on libwrapper because it is actually independent.
v10 Compatible. Bugfix: updated the zip file to correctly contain the latest manifest file.
Fixed the keydown binding incompatibility issues with other modules by using @DJ4ddi's solution (thank you!). Implements shift-click to multiselect in menu.
Tested and found to be compatible with Foundry v11. No code changes.
Tested and found to be compatible with Foundry v12. No code changes. But I did remove some @
-specific notes from this README, as @
syntax was deprecated a while ago.