mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
attributes can be inherited through special relation "inheritAttributes"
This commit is contained in:
@@ -20,7 +20,8 @@ const BUILTIN_ATTRIBUTES = [
|
||||
// relation names
|
||||
{ type: 'relation', name: 'runOnNoteView' },
|
||||
{ type: 'relation', name: 'runOnNoteTitleChange' },
|
||||
{ type: 'relation', name: 'runOnAttributeChange' }
|
||||
{ type: 'relation', name: 'runOnAttributeChange' },
|
||||
{ type: 'relation', name: 'inheritAttributes' }
|
||||
];
|
||||
|
||||
async function getNotesWithLabel(name, value) {
|
||||
|
||||
Reference in New Issue
Block a user