Did some searching for this and couldn't find a solution, so I'm assuming it's either really simple or not possible. TL;DR Can you create chat links that open the compendium at a sub-heading? I've modified the amazing Token Action script so that the spells option has compendium links for players to check the details of spells before casting. This is done by simply appending the name of the spell to '<a href="https://roll20.net/compendium/dnd5e/" rel="nofollow">https://roll20.net/compendium/dnd5e/</a>' and works great. For some players I have class abilities thrown in to the spells list too if they utilise spell slots (i.e. Paladin's Divine Smite). I don't intend to try and automate the creation of compendium links for these automatically, but I was planning on changing the URL in the token action once created. I've run into an issue - You can see the details of Divine Smite here; <a href="https://roll20.net/compendium/dnd5e/Classes:Paladin/#h-Divine%20Smite" rel="nofollow">https://roll20.net/compendium/dnd5e/Classes:Paladin/#h-Divine%20Smite</a>, but links posted to the game chat don't appear to recognise the sub-heading argument in the URL, and it simply opens the top of the Paladin class page. Is there a way to get the URL arguments to work in this situation? Thanks!