elm-browser icon indicating copy to clipboard operation
elm-browser copied to clipboard

Put the currently focused thing in the URL fragment.

Open zenhack opened this issue 6 years ago • 2 comments

This would enable:

  • Linking directly to a definition
  • Easily turning bits of pretty-printed code into links to other stuff in the codebase; we potentially do this for all identifiers.

zenhack avatar Sep 09 '19 19:09 zenhack

I think @exw's work on single-page-appifying the browser may cover this. Linking directly to a definition (or branch, or whatever) would be 👌

mitchellwrosen avatar Sep 09 '19 19:09 mitchellwrosen

Coming soon, there's a wip draft pr at #20 -- just wanted to add support for linking to terms and types before submitting a PR to master

exw avatar Sep 09 '19 22:09 exw