package updates

This commit is contained in:
zadam
2020-01-11 09:50:05 +01:00
parent 7877443fb4
commit 5e91b1b5e0
4 changed files with 86 additions and 37 deletions

View File

@@ -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);