We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NVIM v0.10.3
require('neorg').setup({ load = { ["core.defaults"] = {}, ["core.concealer"] = {}, ['core.journal'] = {} } })
Extra line at the beginning of journal file when using template.
The buffer is exactly the content of the template file.
run :Neorg journal template
:Neorg journal template
create single-line template
template
run :Neorg journal today you will see the file:
:Neorg journal today
note the extra line at the begging of the file.
No response
seems to be introduced by #1468.
Yes, but I don't know how to start. I would need guidance (check question below)
Unsure how to resolve in a way that maintains metadata mentioned in #1468 if it is inserted into the buffer before the template
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Neovim Version
NVIM v0.10.3
Neorg setup
Actual behavior
Extra line at the beginning of journal file when using template.
Expected behavior
The buffer is exactly the content of the template file.
Steps to reproduce
run
:Neorg journal template
create single-line template
run
:Neorg journal today
you will see the file:
note the extra line at the begging of the file.
Potentially conflicting plugins
No response
Other information
seems to be introduced by #1468.
Help
Yes, but I don't know how to start. I would need guidance (check question below)
Implementation help
Unsure how to resolve in a way that maintains metadata mentioned in #1468 if it is inserted into the buffer before the template
The text was updated successfully, but these errors were encountered: