mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
system links (internal, image, relation map) should follow camelCase convention used for other attributes
This commit is contained in:
@@ -96,7 +96,7 @@ async function addImagesToNote(images, note, content) {
|
||||
noteId: note.noteId,
|
||||
type: 'relation',
|
||||
value: imageNote.noteId,
|
||||
name: 'image-link'
|
||||
name: 'imageLink'
|
||||
}).save();
|
||||
|
||||
console.log(`Replacing ${imageId} with ${url}`);
|
||||
|
||||
Reference in New Issue
Block a user