mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	added jump to note functionality
This commit is contained in:
		| @@ -84,8 +84,6 @@ function html2notecase(contents, note) { | ||||
|             const linkMatch = /^<a[^>]+?href="([^"]+?)"[^>]*?>([^<]+?)<\/a>/.exec(curContent); | ||||
|  | ||||
|             if (linkMatch !== null) { | ||||
|                 console.log("matched link: ", linkMatch); | ||||
|  | ||||
|                 const targetUrl = linkMatch[1]; | ||||
|                 const linkText = linkMatch[2]; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user