Results 311 comments of Martin Klepsch

Thanks for keeping track of this! Please donโ€™t hesitate to make any changes to master as you see fit (updating ragtime, documenting that encoding property, ...). Thanks ๐Ÿ™

Thanks for the update @IamDrowsy ๐Ÿ™Œ

Hey @rakyi and thanks for reporting this, it's probably something that wasn't caught while testing #211. It seems like this can be fixed by focusing the main scroll view via...

> A less hacky one would be to revamp the layout so we don't need to set focus manually using JS. The current layout implementation is a fairly special thing...

Yeah that would be an option. Weโ€™d then need something different for Asciidoc though which is why I am thinking that processing the HTML output of those might be the...

After a bit more thought I think the following would be a worthwhile approach: - Write some JS that extracts headings and their IDs from a provided `` - Write...

@arrdem I assume you meant stacks? :D The issue with anything tied to CommonMark is that it also ties us to Markdown. For this particular situation the information is very...

Here are some more thoughts on how I imagine this "collapsible table of contents" to work: --- **Collapsed state:** ![toc collapsed](https://user-images.githubusercontent.com/97496/45926056-3c3c1380-bf27-11e8-8232-a73b5b67ffd3.png) --- **Expanded state:** ![toc expanded](https://user-images.githubusercontent.com/97496/45926057-3e9e6d80-bf27-11e8-9418-560ee486ff18.png) --- **More notes:** -...

Hexdocs is nice indeed. Although I have to say I find the hierarchy in the sidebar fairly confusing (Disclaimer: I don't know a think about Elixir ๐Ÿ˜„)

I'm wondering if this might also be possible with grep/sed/awk/perl? Essentially we'd need to take some EDN like this: ```clojure {:cljdoc.api/platforms #{"clj"} :cljdoc.doc/tree [["Readme" {:file "README.md"}] ["Basic Syntax" {:file "doc/syntax.md"}]...