mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fixes to link parsing and tweaks
This commit is contained in:
		| @@ -214,7 +214,7 @@ function findImageLinks(content, foundLinks) { | ||||
|  | ||||
|     while (match = re.exec(content)) { | ||||
|         foundLinks.push({ | ||||
|             type: 'image-link', | ||||
|             name: 'image-link', | ||||
|             value: match[1] | ||||
|         }); | ||||
|     } | ||||
| @@ -244,7 +244,7 @@ function findRelationMapLinks(content, foundLinks) { | ||||
|  | ||||
|     for (const note of obj.notes) { | ||||
|         foundLinks.push({ | ||||
|             type: 'relation-map-link', | ||||
|             name: 'relation-map-link', | ||||
|             value: note.noteId | ||||
|         }) | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user