mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 20:56:26 +02:00
feat(server): improve note path display to use chevrons instead of slashes to separate notes (closes #762)
This commit is contained in:
@@ -106,7 +106,7 @@ function getNoteTitleArrayForPath(notePathArray: string[]) {
|
||||
function getNoteTitleForPath(notePathArray: string[]) {
|
||||
const titles = getNoteTitleArrayForPath(notePathArray);
|
||||
|
||||
return titles.join(" / ");
|
||||
return titles.join(" › ");
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user