mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 08:46:43 +01:00
package updates
This commit is contained in:
@@ -277,7 +277,7 @@ async function saveLinks(note, content) {
|
||||
}
|
||||
|
||||
const foundLinks = [];
|
||||
console.log("Scanning", content);
|
||||
|
||||
if (note.type === 'text') {
|
||||
content = findImageLinks(content, foundLinks);
|
||||
content = findInternalLinks(content, foundLinks);
|
||||
|
||||
Reference in New Issue
Block a user