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
I would like to use
<%*
code
%>
in the Frontmatter, but this doesn't work. Red Error Frame around the input box.
Single line templater code e.g. <% tp.date.now('YYYY-MM-DD') %> does work.
The text was updated successfully, but these errors were encountered:
dredhorse
changed the title
Allow Templater Javscript Syntax in Frontmatter
Allow Templater Javascript Syntax in Frontmatter
Sep 29, 2022
I'm not aware of the Templater integration while implementing the frontmatter template feature. To support this feature, YAML syntax checking needs revision (but I'm not sure whether it's possible to integrate with Templater).
Templater in itself works.. it does have issues with the speed the notes are created though, to many notes after each other.
The problem is I guess the <%* as the rest of the templater commands works.
I configured Templater to run if a new note is created, as you add the templater code to the note due to your templating (see my other issues) templater will just run over it after the note is saved.
Hi,
I would like to use
<%*
code
%>
in the Frontmatter, but this doesn't work. Red Error Frame around the input box.
Single line templater code e.g. <% tp.date.now('YYYY-MM-DD') %> does work.
The text was updated successfully, but these errors were encountered: