mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
Page name allows ( to be first char
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
(or
|
||||
(and
|
||||
(= typ "Search")
|
||||
(not (contains? #{\# \* \/ \( \[} (first (second (:url (second block))))))
|
||||
;; FIXME: alert error
|
||||
(not (contains? #{\# \* \/ \[} (first (second (:url (second block))))))
|
||||
(let [page (second (:url (second block)))]
|
||||
(when (and (not (util/starts-with? page "http"))
|
||||
(not (util/starts-with? page "file"))
|
||||
|
||||
Reference in New Issue
Block a user