diff --git a/lib/core/note.dart b/lib/core/note.dart index b9973621..e073d369 100644 --- a/lib/core/note.dart +++ b/lib/core/note.dart @@ -473,8 +473,7 @@ class Note with NotesNotifier { continue; } - var isLocal = (path.startsWith('/') || path.startsWith('.')) && - !path.contains('://'); + var isLocal = !path.contains('://'); if (isLocal) { l.filePath = p.join(parent.folderPath, p.normalize(l.filePath)); links.add(l);