A clojure library for working with Storyblok
There is currently only one method in the API.
(require '[storyblok-clj.core :as sb])
(def rich-text-map (-> response-map :story :content :rich-text-field))
(sb/rich-text-to-html rich-text-map)
;You can use this as yogthos/Selmer filter like so
(require '[selmer.filters :as sf])
(sf/add-filter! :richtext (fn [richtext] [:safe (sb/richtext->html richtext)]))
Copyright © 2019 Alexander Oloo
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close