feat(#245): in results list, show where an image/pdf is embedded
* Add an index of embeds for reference in results * Notes embedding images are now shown in results * Updated dependencies * Correctly referencing all embeds * Updated docs * Basic embedded feature ok
This commit is contained in:
@@ -81,6 +81,7 @@ export type ResultNote = {
|
||||
content: string
|
||||
foundWords: string[]
|
||||
matches: SearchMatch[]
|
||||
isEmbed: boolean
|
||||
}
|
||||
|
||||
let inComposition = false
|
||||
|
||||
Reference in New Issue
Block a user