Martin Klepsch
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:**  --- **Expanded state:**  --- **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"}]...