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
Summary
Creating a new note from a template automatically assigns it filename "New Note.md" if template does not include ${FOAM_TITLE} variable. This is a regression from previous versions of Foam
Type or select "Foam: Create New Note From Template"
It will ask you if you want to create a new template. Select "Yes". This will create a new template. No need to modify it. Ensure it is saved.
Press F1 (or Ctrl+P then ">")
Type or select "Foam: Create New Note From Template"
Select the available template
This will create a new file based on the template with the name "New Note.md"
Bug: Expected behaviour (as established by previous versions of Foam) is to prompt for the name of the file.
Additional information
Workaround:
Include the variable ${FOAM_TITLE} in your template. If you do not want it to appear in the note you can include it in a comment. (Thanks to AndreiD049 (Discord) for coming up with this workaround)
Additionally:
I did not encounter this problem until recently (probably one of the last couple releases)
The text was updated successfully, but these errors were encountered:
Summary
Creating a new note from a template automatically assigns it filename "New Note.md" if template does not include ${FOAM_TITLE} variable. This is a regression from previous versions of Foam
Steps to reproduce
Additional information
Workaround:
Additionally:
The text was updated successfully, but these errors were encountered: