This might be a weird question but, is there an easy way using just sheet workers and html to show the link to an attribute as it content and to keep it updated when that attribute changes I have an input in a repeating section that allows for either a number or a link to a skill For example  <input type='number" name='attr_attack'> And inside the repeating  <input type='text' name='attr_specific_weapon'> Now the input of attr_specific_weapon can be either a number (40) or the attr attack (@{attack}) I can use either of them in a roll but I would like to know if there is an easy way to display the value as a number for the player (I thought some overcomplicated way using parser and listeners but there should be an easier way)