fix: don't show page's tags in node references

This commit is contained in:
Tienson Qin
2025-11-07 00:03:13 +08:00
parent dcb448d6b7
commit 68548ea2f7

View File

@@ -1153,7 +1153,8 @@
config' (assoc config
:label (mldoc/plain->text label)
:contents-page? contents-page?
:show-icon? true?)
:show-icon? true?
:with-tags? false)
asset? (some? (:logseq.property.asset/type block))
brackets? (and (or show-brackets? nested-link?)
(not html-export?)