Replies: 1 comment
-
Have you tried passing default_tags = { }, in your config for the daily_notes? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to obsidian.nvim. The first thing I tried was the
ObsidianToday command
. The daily note that it creates has adaily-notes
tag, that I don't want. (My daily note template, which ls is supplied bydaily_notes[template]
in my config opts, provides adaily
tag property.) I also don't need theid
property. So I thought I would setdisable_frontmatter = true
but that generated a note with no properties, although the body of the note still reflects my template.
Is there a way to create a new daily note with my desired frontmatter as specified in my template?
General observation: hard-coding user data seems like a bad idea. Softener: I sympathize with the difficulty of the task that this plugin undertakes.
Beta Was this translation helpful? Give feedback.
All reactions