Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Get link without typing name

Is there anyway to get the link url for a handout or character sheet without first typing it out in brackets like [Handout Name] in a form? I have to close the form and re-open it to then be able to right click and get the link.
1493672641

Edited 1493672735
For a Character, you could use a macro such as&nbsp; <a href="http://journal.roll20.net/character/" rel="nofollow">http://journal.roll20.net/character/</a> @{target|character_id} or [@{target|character_name}](<a href="http://journal.roll20.net/character/@{target|character_id}" rel="nofollow">http://journal.roll20.net/character/@{target|character_id}</a>)
Does that work targeting their sheet in the Journal? Would it work for Handouts?
Those macros allow you to generate a URL to a Character that is Represented By a Token on the current Page by referencing character_id Attributes. This macro has no analog for Handouts, naturally.