#34 - aliases have the same weight as the basename

This commit is contained in:
Simon Cambier
2022-05-11 09:28:25 +02:00
parent a395a77e5b
commit 0cdb3c84a9
6 changed files with 72 additions and 9 deletions

View File

@@ -24,6 +24,7 @@ export type IndexedNote = {
path: string
basename: string
content: string
aliases: string
headings1: string
headings2: string
headings3: string