mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Show notebooks in hpath of block ref search list results https://github.com/siyuan-note/siyuan/issues/9378
This commit is contained in:
@@ -223,7 +223,7 @@ func prependNotebookNameInHPath(blocks []*Block) {
|
||||
boxNames := Conf.BoxNames(boxIDs)
|
||||
for _, b := range blocks {
|
||||
name := boxNames[b.Box]
|
||||
b.HPath = name + b.HPath
|
||||
b.HPath = util.EscapeHTML(name) + b.HPath
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user