I am building a small extension to automate common...
# questions
m
I am building a small extension to automate common repetitive actions in my notes. I am wondering what is the recommended way to create a file via Dendron. When I create it via VS Code's API, then the file is not a valid Dendron note (i.e., no front matter and no schema templates applied). I only need to be able to create a note and ensure the schema template or the note traits are applied. I'd appreciate it if you can point me in the right direction!