fix: multi-word tags should be stripped from content

Also fixed an unrelated docstring
This commit is contained in:
Gabriel Horner
2023-10-12 15:14:34 -04:00
parent cd6b50459d
commit 6daef07c5c
2 changed files with 6 additions and 4 deletions

View File

@@ -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)