mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	use relations to pick note to render, fixes #141
This commit is contained in:
		| @@ -25,7 +25,8 @@ const BUILTIN_ATTRIBUTES = [ | ||||
|     { type: 'relation', name: 'runOnChildNoteCreation' }, | ||||
|     { type: 'relation', name: 'runOnAttributeCreation' }, | ||||
|     { type: 'relation', name: 'runOnAttributeChange' }, | ||||
|     { type: 'relation', name: 'template' } | ||||
|     { type: 'relation', name: 'template' }, | ||||
|     { type: 'relation', name: 'renderNote' } | ||||
| ]; | ||||
|  | ||||
| async function getNotesWithLabel(name, value) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user