mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 15:15:01 +00:00
Add tests for namespaces in Library
This commit is contained in:
@@ -122,7 +122,8 @@
|
||||
(and
|
||||
parent-title
|
||||
(= (util/page-name-sanity-lc parent-title)
|
||||
(util/page-name-sanity-lc (nth (reverse (string/split input "/")) 1)))))))
|
||||
(some-> (util/nth-safe (reverse (string/split input "/")) 1)
|
||||
util/page-name-sanity-lc))))))
|
||||
(some (fn [block]
|
||||
(and
|
||||
(:block/tags block)
|
||||
|
||||
Reference in New Issue
Block a user