mirror of
https://github.com/logseq/logseq.git
synced 2026-05-21 11:22:44 +00:00
fix: don't show page's tags in node references
This commit is contained in:
@@ -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?)
|
||||
|
||||
Reference in New Issue
Block a user