mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
clipper endpoint should also scan and download images as a fallback, #2621
This commit is contained in:
@@ -144,6 +144,9 @@ function processContent(images, note, content) {
|
||||
}
|
||||
}
|
||||
|
||||
// fallback if parsing/downloading images fails for some reason on the extension side (
|
||||
rewrittenContent = noteService.downloadImages(note.noteId, rewrittenContent);
|
||||
|
||||
return rewrittenContent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user