Save/load index to files, improve logging

This commit is contained in:
Michael Naumov
2022-06-06 00:42:29 -06:00
parent f679f3bde9
commit 7cd4f6c502
3 changed files with 101 additions and 15 deletions

View File

@@ -22,7 +22,9 @@ export type SearchNote = {
export type IndexedNote = {
path: string
basename: string
basename: string,
mtime: number,
content: string
aliases: string
headings1: string