mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
enhance: add import edn graph option
Also fix lint and move other db import fns to db ns
This commit is contained in:
@@ -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"]))
|
||||
|
||||
Reference in New Issue
Block a user