Skip to content

Added support for custom hint titles, using vertical bar character to separate label and title.

smarekp requested to merge smarekp/item-hints:main into main

Added support for custom hint titles, using vertical bar character to separate label and title.
Example: "Borrowed|This item was borrowed from another character."

Perhaps using string.split() and array.join() is not the most efficient solution, but I believe it is the most readable.

The attached image is how I tested the changes on my system:

Linux Mint 19.3 Cinnamon 4.4.8
Google Chrome Version 90.0.4430.212 (Official Build) (64-bit)
FoundryVTT 0.8.8 (Running Locally)
Pathfinder 1 System 0.78.15

item-hints-merge-request.png

Merge request reports