mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 15:15:01 +00:00
enhance: display namespace when possible
This commit is contained in:
@@ -141,7 +141,11 @@
|
||||
(not (db/page? page))
|
||||
(block/inline-text :markdown (:block/title page))
|
||||
untitled? (t :untitled)
|
||||
:else (pdf-utils/fix-local-asset-pagename title))]
|
||||
:else (let [title' (pdf-utils/fix-local-asset-pagename title)
|
||||
parent (:logseq.property/parent page)]
|
||||
(if (and parent (not (ldb/class? page)))
|
||||
(str (:block/title parent) "/" title')
|
||||
title')))]
|
||||
|
||||
;; dots trigger
|
||||
(shui/button
|
||||
|
||||
Reference in New Issue
Block a user