Closed DennisTheMenace780 closed 1 year ago
I don't really understand what happened or what I ended up doing here, but now it's no longer an issue and everything works as expected. Going to leave this open though for a little while just incase someone feels like exploring this for the benefit of others.
This was fixed in #198 two days ago. I guess you were not completely up-to-date.
I will close to keep things somewhat tidy, but do not hesitate to re-open if it reappears.
Please confirm
Describe the bug When creating a new note with a basic template the
{{title}}
keyword does not render when the note is created, despite being asked for a title on creation. In the code examples below, I have demonstrated what the resulting file would look like if I wanted to create a note withtitle: title-does-not-appear
Special Notes
auto_set_filetype = false
. I have done this because my colour theme, nightfox does not seem to support the telekasten filetype, resulting in a completely uncoloured note.auto_set_filetype = true
and can get the{{title}}
keyword to render properly, however, given that{{hdate}}
seems to render properly whileauto_set_filetype = false
I am thinking that{{title}}
should be as well.To Reproduce Steps to reproduce the behavior:
:Telekasten new_note
title-does-not-appear
title-does-not-appear.md
, but{{title}}
is not filled out although the file name is filled out.Expected behavior Just like how
{{hdate}}
renders with the correct date, I expect that{{title}}
ought to render with the correct title that I provide it.Screenshots
Operating system (please complete the following information):
Additional context
Plugin Configuration is below: