note paths visually distinguishes between different note paths, closes #1669

This commit is contained in:
zadam
2021-03-08 22:04:52 +01:00
parent 873953cbaf
commit 2cafda5f66
5 changed files with 113 additions and 84 deletions

View File

@@ -300,7 +300,7 @@ class NoteShort {
}
});
return notePaths.map(rec => rec.notePath);
return notePaths;
}
__filterAttrs(attributes, type, name) {