cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
martinklepsch 2019-01-28T13:32:20.056800Z

who has a project with nicely formatted docstrings that deserves to be shown off as exemplary? 🙂

2019-01-28T16:35:46.057700Z

@martinklepsch I've got some nicely formatted docstrings on oz now.

martinklepsch 2019-01-29T10:06:48.062300Z

haha 😄

martinklepsch 2019-01-29T10:07:01.062500Z

"cljdoc game" should be a thing 😄

2019-01-28T16:36:09.058200Z

(still missing some coverage on the clojurescript components, but that could be easily ammended)

martinklepsch 2019-01-28T17:26:26.059100Z

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)

martinklepsch 2019-01-28T17:26:39.059400Z

cc @roman01la

2019-01-28T17:27:56.059600Z

😂

2019-01-28T17:31:13.059800Z

@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

martinklepsch 2019-01-28T17:32:38.060100Z

nice, that works

martinklepsch 2019-01-28T17:32:51.060300Z

the focus styling is a bit odd but I guess I'll just override that

2019-01-28T18:01:14.060500Z

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.

martinklepsch 2019-01-28T20:14:29.060800Z

I actually checked Oz because I figured you might have good docstrings 🙂

martinklepsch 2019-01-28T20:17:28.061Z

Didn't link to it in that article because the other projects made more widespread use of wikilinks and code blocks

martinklepsch 2019-01-28T20:17:39.061200Z

Appreciate the great documentation though 🙌

1👍