mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
added note.executeScript()
This commit is contained in:
@@ -216,6 +216,7 @@ export default class Entrypoints extends Component {
|
||||
return;
|
||||
}
|
||||
|
||||
// TODO: use note.executeScript()
|
||||
if (note.mime.endsWith("env=frontend")) {
|
||||
await bundleService.getAndExecuteBundle(note.noteId);
|
||||
} else if (note.mime.endsWith("env=backend")) {
|
||||
|
||||
Reference in New Issue
Block a user