WIP refactor to take advantage of minisearch 6.0
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
// @ts-ignore
|
||||
const file = app.vault.getFiles().find(f => f.path === note.path)
|
||||
if (file) {
|
||||
// @ts-ignore
|
||||
imagePath = app.vault.getResourcePath(file)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user