mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
Block references wip
This commit is contained in:
@@ -48,6 +48,12 @@
|
||||
(vector? block)
|
||||
(= "Timestamp" (first block))))
|
||||
|
||||
(defn- properties-block?
|
||||
[block]
|
||||
(and
|
||||
(vector? block)
|
||||
(= "Property_Drawer" (first block))))
|
||||
|
||||
(defn- paragraph-timestamp-block?
|
||||
[block]
|
||||
(and (paragraph-block? block)
|
||||
|
||||
Reference in New Issue
Block a user