Liking cljdoc? Tell your friends :D

scicloj.kind-portal.v1.session


*portal-sessionclj


detect-editorclj

(detect-editor)

When you run the portal plugin in an IDE, it creates a config file in .portal/editor.edn See https://cljdoc.org/d/djblue/portal/0.46.0/doc/editors for more information. If we detect the file you don't need to set the configuration manually.

When you run the portal plugin in an IDE, it creates a config file in `.portal/editor.edn`
See https://cljdoc.org/d/djblue/portal/0.46.0/doc/editors for more information.
If we detect the file you don't need to set the configuration manually.
raw docstring

open-if-neededclj

(open-if-needed)
(open-if-needed config)

Like portal/open, but stores the result in *portal-session. If there is already a session, it makes sure that it is open, Otherwise opens a new inspector window.

Like portal/open, but stores the result in *portal-session.
If there is already a session, it makes sure that it is open,
Otherwise opens a new inspector window.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close