Plugin through namespace discovery
Plugin through namespace discovery
(backend plugins preferrences)
Given a set of plugins, and a sequence of preferred plugins, returns the first preferred plugin, or the first plugin if no preferred plugins are found
Given a set of plugins, and a sequence of preferred plugins, returns the first preferred plugin, or the first plugin if no preferred plugins are found
(data-plugins path-prefix)
(data-plugins path-prefix exclusion-regex)
Find the available plugin resources. Returns a set of all paths with the given prefix that do not match exclusion-regex. The separator in both prefix and exckusion regex is the file separator, /.
Find the available plugin resources. Returns a set of all paths with the given prefix that do not match exclusion-regex. The separator in both prefix and exckusion regex is the file separator, /.
(plugins ns-prefix)
(plugins ns-prefix exclusion-regex)
Find the available plugin namespaces. Returns a set of all namespaces with the given prefix that do not match exclusion-regex.
Find the available plugin namespaces. Returns a set of all namespaces with the given prefix that do not match exclusion-regex.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close