Liking cljdoc? Tell your friends :D

dk.salza.liq.extensions.folding


collapse-allclj

(collapse-all sl)
source

collapse-all-levelclj

(collapse-all-level sl level)
source

context-collapse-toggleclj

(context-collapse-toggle sl)
source

cycle-level-foldclj

(cycle-level-fold sl)
source

expand-allclj

(expand-all sl)
source

fold-all-defclj

(fold-all-def sl)
source

fold-defclj

(fold-def sl)
source

fold-levelclj

(fold-level sl)
source

get-headline-levelclj

(get-headline-level sl)

Returns the headline level of the current line. Starting with # is level 1, ## is level 2 etc. If there is no headline, e.g no # then result is 0.

Returns the headline level of the current line.
Starting with # is level 1, ## is level 2 etc.
If there is no headline, e.g no # then result is 0.
sourceraw docstring

line-folded?clj

(line-folded? sl)

Returns if the line is folded, somewhere. If there is hidden content somewhere on the line.

Returns if the line is folded, somewhere.
If there is hidden content somewhere on the line.
sourceraw docstring

sublevel-folded?clj

(sublevel-folded? sl)
source

unfold-allclj

(unfold-all sl)
source

unfold-all-levelclj

(unfold-all-level sl level)
source

unfold-lineclj

(unfold-line sl)
source

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

× close