btrask / stronglink

A searchable, syncable, content-addressable notetaking system
Other
1.04k stars 39 forks source link

Document fragments in hash links #50

Open btrask opened 9 years ago

btrask commented 9 years ago

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.