epwalsh / obsidian.nvim

Obsidian 🤝 Neovim
Apache License 2.0
3.3k stars 150 forks source link

Don't hardcode "daily-notes" tag when using ObsidianToday / ObsidianYesterday #628

Closed SignalWalker closed 1 week ago

SignalWalker commented 2 weeks ago

🚀 The feature, motivation and pitch

Right now, the plugin automatically adds "daily-notes" to the tags in Client._daily. For parity with the official app, I'd prefer to manage that in the note's template, but there doesn't seem to be a way to stop the plugin from adding that tag.

Alternatives

No response

Additional context

No response

epwalsh commented 1 week ago

Hey @SignalWalker, that's sort of a legacy feature from when I was building this for personal use only, and definitely doesn't make much sense now! In 2d69fb2 I've added the configuration option to customize or remove these.

SignalWalker commented 1 week ago

Cool, thanks!