enhance: add import edn graph option

Also fix lint and move other db import fns to db ns
This commit is contained in:
Gabriel Horner
2025-03-17 16:57:50 -04:00
parent 332b7a0825
commit 4d37ce8565
4 changed files with 127 additions and 48 deletions

View File

@@ -118,8 +118,8 @@
(map str)
(into [;; e.g. block/properties :title
"block/properties :"
;; anything org mode except for org.babashka
"org[^\\.]"
;; anything org mode except for org.babashka or urls like schema.org
"[^\\.]org[^\\.]"
"#+BEGIN_"
"#+END_"
"pre-block"]))