cljdoc 2024-11-27

Hi, how can I get the documentation for a project as a single text file? I need to pass it to an LLM for questions.

There’s no feature for that yet but I think it could be an interesting addition

What you could do for now: find the right panel in your DOM inspector, copy as HTML and transform it to markdown somehow

Thanks, downloading the zip file helped.

👍 1