mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	added "inherit" relation, #3493
This commit is contained in:
		@@ -254,7 +254,8 @@ const ATTR_HELP = {
 | 
			
		||||
        "runOnBranchDeletion": "executes when a branch is deleted. Branch is a link between parent note and child note and is deleted e.g. when moving note (old branch/link is deleted).",
 | 
			
		||||
        "runOnAttributeCreation": "executes when new attribute is created for the note which defines this relation",
 | 
			
		||||
        "runOnAttributeChange": " executes when the attribute is changed of a note which defines this relation. This is triggered also when the attribute is deleted",
 | 
			
		||||
        "template": "attached note's attributes will be inherited even without parent-child relationship. See template for details.",
 | 
			
		||||
        "template": "note's attributes will be inherited even without a parent-child relationship, note's content and subtree will be added to instance notes if empty. See documentation for details.",
 | 
			
		||||
        "inherit": "note's attributes will be inherited even without a parent-child relationship. See template relation for a similar concept. See attribute inheritance in the documentation.",
 | 
			
		||||
        "renderNote": 'notes of type "render HTML note" will be rendered using a code note (HTML or script) and it is necessary to point using this relation to which note should be rendered',
 | 
			
		||||
        "widget": "target of this relation will be executed and rendered as a widget in the sidebar",
 | 
			
		||||
        "shareCss": "CSS note which will be injected into the share page. CSS note must be in the shared sub-tree as well. Consider using 'shareHiddenFromTree' and 'shareOmitDefaultCss' as well.",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user