|
|
@@ -126,7 +126,8 @@ necessary db filtering"
|
|
|
[:script {:src "static/js/highlight.min.js"}]
|
|
|
[:script {:src "static/js/katex.min.js"}]
|
|
|
[:script {:src "static/js/html2canvas.min.js"}]
|
|
|
- [:script {:src "static/js/code-editor.js"}]])))))
|
|
|
+ [:script {:src "static/js/code-editor.js"}]
|
|
|
+ [:script {:src "static/js/tldraw.js"}]])))))
|
|
|
|
|
|
(defn build-html
|
|
|
"Given the graph's db, filters the db using the given options and returns the
|