Dynadoc
Dynadoc copied to clipboard
Too many namespaces in the list to explore the project organically.
If I fire up a new dynadoc I get a list of all the namespaces and it's hard to find a page that is relevant to the project. This includes clojure core and all the libs. It would be nice if there was filters for clj core, libs, and local nses.
I started the UI work on this, but I'm struggling with the ns filtering logic.
Core is easy enough to detect with patterns matching.
I'm not sure how to detect library namespaces and local.
http://clojure.github.io/tools.namespace there is some functions there that could help.