mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: multi-word tags should be stripped from content
Also fixed an unrelated docstring
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
(:block/original-name (db/entity [:block/uuid uuid])))
|
||||
|
||||
(defn get-pid
|
||||
"Get a property's UUID given its name or key"
|
||||
"Get a property's id (name or uuid) given its name"
|
||||
[property-name]
|
||||
(let [repo (state/get-current-repo)]
|
||||
(if (config/db-based-graph? repo)
|
||||
|
||||
Reference in New Issue
Block a user