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
Hello, and as always, thanks for this great plugin.
I'm the author of modal-forms, an obsidian plugin that is heavily dependent on templater.
I am adding a new feature that allows to create a new note from a form and I want it to also support templater templates.
I am using the following method:
However, from the outside it is not possible to know why the method failed, as when failing you just return undefined. This makes hard to provide a good user experience.
Can you consider returning the error message? So I can properly handle it and show it in the UI?
The text was updated successfully, but these errors were encountered:
Hello, and as always, thanks for this great plugin.
I'm the author of modal-forms, an obsidian plugin that is heavily dependent on templater.
I am adding a new feature that allows to create a new note from a form and I want it to also support templater templates.
I am using the following method:
Templater/src/core/Templater.ts
Lines 193 to 197 in 9211777
However, from the outside it is not possible to know why the method failed, as when failing you just return undefined. This makes hard to provide a good user experience.
Can you consider returning the error message? So I can properly handle it and show it in the UI?
The text was updated successfully, but these errors were encountered: