🎨 Show notebooks in hpath of block ref search list results https://github.com/siyuan-note/siyuan/issues/9378
This commit is contained in:
parent
30b0dd08fa
commit
bb04bf9f70
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue