You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow Foam: Open Daily Note to make use of templates easily.
However, this is not currently possible. VS Code does not currently offer an interface for resolving the snippet variables without opening the snippet in an editor for the user.
Figure out a workaround, or get VS Code to expose an interface that would suit our needs.
The text was updated successfully, but these errors were encountered:
Would it be an option to open an editor, fill it with the template and resolve the snippets and then save the file? If we parsed the file as a note, you would have access to the frontmatter and the resolved filepath. But it's a path with many things that have to fall into place.
#655 added metadata to templates, including the
filepath
attribute.As part of #534, I had dreamed of being able to use any VS Code snippet variable in the
filepath
.This would allow
Foam: Open Daily Note
to make use of templates easily.However, this is not currently possible. VS Code does not currently offer an interface for resolving the snippet variables without opening the snippet in an editor for the user.
Figure out a workaround, or get VS Code to expose an interface that would suit our needs.
The text was updated successfully, but these errors were encountered: