Join Discord
Powered by
You can't customize the title like that with templ...
# chat
s
SeriousBug
05/25/2022, 7:10 PM
You can't customize the title like that with templates, but you could use hooks to do it. Here's the quickstart guide:
https://wiki.dendron.so/notes/070f5adf-3ea3-4e83-b468-75d1b4b6094a/
In your case, I think you'd want to do
note.title = "Meeting " + note.title
in the hook script.
Previous
Next