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

Rich documentation builder for Elm applications and packages. Inspired by Storybook and HexDocs.

Results 18 elm-book issues
Sort by recently updated
recently updated
newest added

Not entirely sure that "all its skeleton" is proper English anyway, but I might be wrong :thinking:

In general within my styleguide, I'd like to make links to external sites automatically open in new tabs. If `target=_blank` were automatically added to any markdown links with an absolute...

enhancement

I have a chapter in my styleguide that's a large markdown document, and I'd like to be able to make links within the document that link to other headings within...

enhancement
good first issue

Happens in: - MacOS, Firefox 95.0.2 - Linux, Firefox 96.0 Steps to reproduce: - In the docs/demo https://elm-book-in-elm-book.netlify.app : - Click in the search field - Type "Mark" - Click...

bug

The code blocks currently use Fire Code as Font. This looks pretty, but the ligatures might confuse people that have never seen Fire Code before. This feature has been suggested...

enhancement

I think it would be great if we could also change the theme colors + custom header when going to dark mode. Dark and light modes are really different so...

enhancement

In The Roadmap you write > Generating ElmBooks based on doc comments – the same that are used to generate docs on elm-packages. This could allow published elm packages to...

# Context Sometimes chapters will produce their own subscriptions or consume libraries which produce subscriptions. Elm-book currently handles subscriptions at the `Book` level but does not make available chapter state...

enhancement

Screenshots illustrating the issue: Scrolled to left: ![Screenshot 2022-09-12 at 16 59 55](https://user-images.githubusercontent.com/149425/189687838-4d770e2b-28e5-4d7a-b2ad-a149c1a2eca3.png) Scrolled to right: ![Screenshot 2022-09-12 at 16 59 59](https://user-images.githubusercontent.com/149425/189687845-a83a5586-e763-469c-9550-c948832ba62a.png) As you can see above, there is no...

enhancement
good first issue