Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@mihaiconstantin mihaiconstantin released this 04 Jun 18:15
09d1121

What's Changed

Added

  • Update the check and process function signature to (value, tp, config) => { ... }. The value argument is the value of the configuration element, the tp argument is the Templater object, and the config argument is the configuration object. This change allows the check and process functions to access the Templater object and the configuration object. This is useful for performing custom checks and processing that depend on the configuration object (e.g., disabling the configuration prompt after a processing step).

Full Changelog: v2.4.0...v2.5.0