Shorten fully qualified keywords that belong to app's namespace #25
Closed
Description
I use namespace-qualified keywords everywhere in my app-db
, and when re-frisk renders them completely, I have to make its window width very wide to be able to see anything. Do you think it would be possible to treat this somehow? I see one possible solution: allow to specify a prefix of your app when initializing re-frisk, like (enable-re-frisk! {:common-ns-prefix "com.example.myapp"})
, so that later the keywords are rendered like :.core/foo
.