mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	Set default icon for clipped notes (#2246)
* Set default icon for clipped notes I like being able to differentiate between clipped notes and regular notes * Globe
This commit is contained in:
		| @@ -59,6 +59,7 @@ function addClipping(req) { | ||||
|  | ||||
|         clippingNote.setLabel('clipType', 'clippings'); | ||||
|         clippingNote.setLabel('pageUrl', pageUrl); | ||||
|         clippingNote.setLabel('iconClass', 'bx bx-globe'); | ||||
|     } | ||||
|  | ||||
|     const rewrittenContent = processContent(images, clippingNote, content); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user