mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
not generating externalLink labels anymore since there can be too many and benefit is too small
This commit is contained in:
@@ -154,11 +154,6 @@ async function importZip(taskContext, fileBuffer, importRootNote) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (attr.type === 'label' && attr.name === 'externalLink') {
|
||||
// also created automatically
|
||||
continue;
|
||||
}
|
||||
|
||||
if (attr.type === 'relation') {
|
||||
attr.value = getNewNoteId(attr.value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user