Liking cljdoc? Tell your friends :D

static-roam.utils


find-content-entities-in-stringclj

(find-content-entities-in-string string)
source

find-hashtags-in-stringclj

(find-hashtags-in-string string)
source

find-metadata-in-stringclj

(find-metadata-in-string string)
source

html-file-titlesclj

(html-file-titles page-titles)
source

(page-link-from-title block-content)
(page-link-from-title dir block-content)
(page-link-from-title dir block-content link-class)

Given a page and a directory for the page to go in, create Hiccup that contains the link to the HTML of that page

Given a page and a directory for the page to go in, create Hiccup that contains the link to the HTML of that page
sourceraw docstring

page-title->html-file-titleclj

(page-title->html-file-title string)
(page-title->html-file-title string case-sensitive?)

Formats a Roam page title as a name for its corresponding HTML page (including '.html' extension)

Formats a Roam page title as a name for its corresponding HTML page (including '.html' extension)
sourceraw docstring

read-roam-json-from-zipclj

(read-roam-json-from-zip path-to-zip)
source

remove-double-colonclj

(remove-double-colon string)
source

remove-double-delimitersclj

(remove-double-delimiters string)

Removes 2 surrounding characters from both the beginning and end of a string

Removes 2 surrounding characters from both the beginning and end of a string
sourceraw docstring

remove-heading-parensclj

(remove-heading-parens strings)
source

remove-leading-charclj

(remove-leading-char string)
source

remove-n-surrounding-delimitersclj

(remove-n-surrounding-delimiters n string)

Removes n surrounding characters from both the beginning and end of a string

Removes n surrounding characters from both the beginning and end of a string
sourceraw docstring

remove-triple-delimitersclj

(remove-triple-delimiters string)

Removes 3 surrounding characters from both the beginning and end of a string

Removes 3 surrounding characters from both the beginning and end of a string
sourceraw docstring

strip-charsclj

(strip-chars chars collection)

Removes every character of a given set from a string

Removes every character of a given set from a string
sourceraw docstring

unzip-roam-jsonclj

(unzip-roam-json source target-dir)

Takes the path to a zipfile source and unzips it to target-dir, returning the path of the target file

Takes the path to a zipfile `source` and unzips it to `target-dir`, returning the path of the target file
sourceraw docstring

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

× close