A FoundryVTT module that enables you to change the font sizes inside journal windows using ctrl+mouseWheelUp
and ctrl+mouseWheelDown
.
The Journal Scaler module requires you to install ruipin's libWrapper library.
Activating both modules in your world will allow you to use the Journal Scaler.
- Step 1: activate this module in your world
- Step 2: hover your mouse cursor over a journal sheet window
- Step 3: hold down
ctrl
and use your mouse wheel to scroll either up or down to increase or decrease the font sizes, respectively
Note: The Journal Scaler also allows you to zoom in and out of Journal Images.
Updated module to work on Foundry v9.
Updated module to work on Foundry 0.8.x. Removed the use of the libWrapper
shim. Now, the full libWrapper
library is required to run this module.
Added new feature! The module now allows users to Zoom in and out of Journal Images.
Very special thanks to JeansenVaars (Discord user: JeansenVaars#2857) for generously offering the chunks of code needed to add this functionality to the module.
Fixed Firefox bug. Now module works in Chrome and Firefox.
Now using updated shim.js
from libWrapper v1.3.4.0.
Fixed wrapper type from MIXED
to WRAPPER
.
Real for scaling bug when journal window was open but not hovered by the mouse.
Hotfix for scaling bug when journal window was open but not hovered by the mouse.
Initial release.
Got the basic funtionality to work.
This module relied heavily on The League of Foundry Developer's FoundryVTT Module Template. This is a great resource to get started in developing cool stuff for FoundryVTT!
This module uses ruipin's libWrapper library. Take a look at his stuff if you want to develop modules for FVTT that override its default behaviors.
Special thanks to JeansenVaars (Discord user JeansenVaars#2857) who generously provided the code for the journal image zoom functinality.