bhauman / devcards

Devcards aims to provide a visual REPL experience for ClojureScript
1.53k stars 116 forks source link

strip off last namespace #161

Closed awb99 closed 10 months ago

awb99 commented 4 years ago

I typically put one component into a file and add the defcard-rg at the bottom of each file. In the devcard view I therefore end up with hundreds of lines of components that all just have one entry. Is it possible to automatically strip the last extension away in the main devcard web page? So say "demo.views.clock" would end up in the "demo.views" group? This would make it much easier to group components into sensible groups.

Thanks.