I like placing custom tokens on the screen as GM map markers. The markers contain GM notes with links to handouts. For some reason the links don't work and this seems to be a problem that others have reported. There are hacks to get this to work, but it would be great to have this work out of the box. Here's a video: <a href="https://youtu.be/l6qBMsxsACo" rel="nofollow">https://youtu.be/l6qBMsxsACo</a> that shows the issue with links in GM notes. The video also contains instructions on how to fix the issue by injecting some code using a bookmarklet. javascript:(function(e){$('body').off('._R20CUSTOM').on('click._R20CUSTOM','a[href]',function(e){let $a=$(this);if($a.closest('.note-editable').length==1){$a.clone().appendTo('body').click().remove();}})})(); Original discussion about this. This should be something easy to fix by the Roll20 developers. Perhaps if there is enough votes requesting this fix, Roll20 developers will consider fixing it.