mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
becca conversion WIP
This commit is contained in:
@@ -2,9 +2,8 @@ const eventService = require('./events');
|
||||
const scriptService = require('./script');
|
||||
const treeService = require('./tree');
|
||||
const noteService = require('./notes');
|
||||
const repository = require('./repository');
|
||||
const becca = require('./becca/becca.js');
|
||||
const Attribute = require('../entities/attribute');
|
||||
const Attribute = require('./becca/entities/attribute');
|
||||
|
||||
function runAttachedRelations(note, relationName, originEntity) {
|
||||
// same script note can get here with multiple ways, but execute only once
|
||||
|
||||
Reference in New Issue
Block a user