mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +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