stronglink
stronglink copied to clipboard
Document fragments in hash links
We should support fragments and even query parameters in our hash link parser, so we can split them out and then possibly glom them back on in preview links.
If we ever end up using JavaScript's navigator.registerProtocolHandler
, note that it doesn't handle document fragments correctly. We'd need to set a redirect to parse them out or something.