mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master'
This commit is contained in:
		
						commit
						dd82b0f958
					
				@ -115,7 +115,7 @@ function importEnex(taskContext, file, parentNote) {
 | 
			
		||||
            let labelName = currentTag;
 | 
			
		||||
 | 
			
		||||
            if (labelName === 'source-url') {
 | 
			
		||||
                labelName = 'sourceUrl';
 | 
			
		||||
                labelName = 'pageUrl';
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            labelName = sanitizeAttributeName(labelName);
 | 
			
		||||
@ -139,7 +139,7 @@ function importEnex(taskContext, file, parentNote) {
 | 
			
		||||
            else if (currentTag === 'source-url') {
 | 
			
		||||
                resource.attributes.push({
 | 
			
		||||
                    type: 'label',
 | 
			
		||||
                    name: 'sourceUrl',
 | 
			
		||||
                    name: 'pageUrl',
 | 
			
		||||
                    value: text
 | 
			
		||||
                });
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user