Save/load index to files, improve logging
This commit is contained in:
@@ -22,7 +22,9 @@ export type SearchNote = {
|
||||
|
||||
export type IndexedNote = {
|
||||
path: string
|
||||
basename: string
|
||||
basename: string,
|
||||
mtime: number,
|
||||
|
||||
content: string
|
||||
aliases: string
|
||||
headings1: string
|
||||
|
||||
Reference in New Issue
Block a user