obsidian.nvim
obsidian.nvim copied to clipboard
Added the functionality from RollOver Daily Todos plugin
Added pass_over_todos (potentially rename to roll_over_daily_todos?) option which allows moving any incompleted todo from yesterday onto today's daily note.
This is exactly what I been looking for. Thanks, I hope it gets merged soon
I manually added the changes to my config and is not working :( I can read the changes and it looks good to me, it searches for the empty checkboxes from the day before and updates the content of the new note, but I am just learning lua and for now I can not pin point the issue, I will try to debug it
ok, figure it out, the only thing missing was to add the option to the daily notes section to pass_over_todos = true This works great
@Trap101 hey, there is a typo, lua/obsidian/client.lua maybe that is why this feature has not been merged You replaced the y for a : ---@type string ---@t:pe string
@Trap101 @jacostag thanks for this, I meant to review a while ago but it fell off my radar. @Trap101 if you're still around could you fix the typo and merge conflicts? Then I'll give it a proper review.
Sorry for taking so long, conflict has been resolved and just tested, the functionality should be working. I am not the best at naming so change the settings / variable names as they should be