updated inapp help with current shortcuts

This commit is contained in:
zadam
2019-11-23 22:17:08 +01:00
parent e4bec265c1
commit 92cb723d0c
3 changed files with 47 additions and 46 deletions

View File

@@ -264,6 +264,7 @@ async function saveLinks(note, content) {
if (note.type === 'text') {
content = findImageLinks(content, foundLinks);
content = findInternalLinks(content, foundLinks);
content = findExternalLinks(content, foundLinks);
}
else if (note.type === 'relation-map') {
findRelationMapLinks(content, foundLinks);