Replies: 1 comment
-
Trilium doesn't support running scripts like If you need to run template logic after assigning a template, you'll have to do it manually (for example, by running a script yourself). There’s no built-in workaround or automation for this scenario. If your workflow depends on this, you might consider using To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am wondering whether it is possible to run a script
onTemplateChange
or something.Let's say you're writing a note, then add a link to a new note while typing, then
runOnNoteCreation
from the template will be executed correctly.Now let's say you create a new note from a branch that is not configured with any rule. The default note has no template, but is already created.
So what to do to be able to run the same script as in
runOnNoteCreation
when we finally affect the note to the said template?Beta Was this translation helpful? Give feedback.
All reactions