package.elm-lang.org icon indicating copy to clipboard operation
package.elm-lang.org copied to clipboard

website for browsing packages and exploring documentation

Results 89 package.elm-lang.org issues
Sort by recently updated
recently updated
newest added
trafficstars

I notice the site is not very readable on mobile. Would a PR updating the style sheet (sensitively and conservatively) to function on small screens be considered?

assets/help/design-guidelines.md references `flip` which was removed in 0.19 if I remember correctly

If you search for a package, visit the package page, and navigate back the list of results has been reset. This is quite inconvenient when comparing packages.

Edit 2018-11-9: This is tldr, i shortened it. 1: When users [disable Javascript](https://softwareengineering.stackexchange.com/questions/26179/why-do-people-disable-javascript) it results in a white page. 2: Archiving this on [archive.org](https://web.archive.org/web/20181107075028/https://package.elm-lang.org/packages/elm/core/latest/List) results in 404 pages. 3: Tweaking...

Renders [OGP metadata](http://ogp.me/) for package documentation pages which could be used to enable prettier rendering of Elm package links when shared at social sites, chat rooms and forums. For example...

Compare [this](https://www.sitegardien.com/html5viewer/semantichtml5viewer.php?url=https%3A%2F%2Fmedium.com%2F%40mandy.michael%2Funderstanding-why-semantic-html-is-important-as-told-by-typescript-bd71ad41e6c4) or [this](https://www.sitegardien.com/html5viewer/semantichtml5viewer.php?url=https%3A%2F%2Fmedium.com%2F%40mandy.michael%2Fbuilding-websites-for-safari-reader-mode-and-other-reading-apps-1562913c86c9) or [this](https://www.sitegardien.com/html5viewer/semantichtml5viewer.php?url=https%3A%2F%2Fwww.lifewire.com%2Fwhy-use-semantic-html-3468271) or [this](https://www.sitegardien.com/html5viewer/semantichtml5viewer.php?url=https%3A%2F%2Fwww.semrush.com%2Fblog%2Fsemantic-html5-guide%2F) or, for the records, [this](https://www.sitegardien.com/html5viewer/semantichtml5viewer.php?url=https%3A%2F%2Fguide.elm-lang.org%2F) ... with [this](https://www.sitegardien.com/html5viewer/semantichtml5viewer.php?url=https%3A%2F%2Fpackage.elm-lang.org%2Fpackages%2Felm%2Fcore%2Flatest%2FBasics). Lets look at the html via the Developer tools (because there is no raw...

The id of the code block will match the link's hash. Therefore the browser will jump to the correct section for direct links. Solves #286

### Issue If the user clicks on an operator like `(|>)` the page won't jump to the section containing the operator. [This link](https://package.elm-lang.org/packages/elm/core/latest/Basics#(|>)) is opening the page at top, but...

I bootstrapped local dev environment through some trial and error to be able to study site implementation and possibly contribute more in the future. I documented the necessary steps in...