who has a project with nicely formatted docstrings that deserves to be shown off as exemplary? 🙂
https://twitter.com/martinklepsch/status/1089885288011362307
@martinklepsch I've got some nicely formatted docstrings on oz now.
haha 😄
"cljdoc game" should be a thing 😄
(still missing some coverage on the clojurescript components, but that could be easily ammended)
If anyone is very fluent in flexbox/js, I'd appreciate some help with this: https://github.com/cljdoc/cljdoc/issues/230
I remember that .focus()
worked but not it doesn't work anymore (maybe I tested wrong in the first place)
cc @roman01la
😂
@martinklepsch I have no idea how to handle this case. But if you want to focus on non-interactive element, add tabindex="-1"
html attr
nice, that works
the focus styling is a bit odd but I guess I'll just override that
Specifically take a look at https://cljdoc.org/d/metasoarous/oz/1.5.2/api/oz.core; The gist!
and publish!
function in particularly are highly formatted.
I actually checked Oz because I figured you might have good docstrings 🙂
Didn't link to it in that article because the other projects made more widespread use of wikilinks and code blocks
Appreciate the great documentation though 🙌