fix: store #tag as #[[uuid]] internally

This commit is contained in:
Tienson Qin
2024-11-28 18:00:38 +08:00
parent faf7f48860
commit cc27407699
5 changed files with 19 additions and 14 deletions

View File

@@ -228,7 +228,7 @@
(map :block/title)))
true
(update :block/title
db-content/replace-tags-with-page-refs
db-content/replace-tags-with-id-refs
(->> original-tags
(remove convert-tag?')
(map #(add-uuid-to-page-map % (:page-names-to-uuids per-file-state)))))