mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	links are now shown in the relation map as well
This commit is contained in:
		| @@ -183,7 +183,7 @@ function findImageLinks(content, foundLinks) { | ||||
| } | ||||
|  | ||||
| function findHyperLinks(content, foundLinks) { | ||||
|     const re = /href="#root[a-zA-Z0-9\/]*\/([a-zA-Z0-9]+)\//g; | ||||
|     const re = /href="#root[a-zA-Z0-9\/]*\/([a-zA-Z0-9]+)\/?"/g; | ||||
|     let match; | ||||
|  | ||||
|     while (match = re.exec(content)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user