lumoe / obsidian-rollover-daily-todos

An obsidian plugin that rolls over todo items from the previous daily note
MIT License
247 stars 60 forks source link

Configuration page for plugin is not visible in settings #110

Open Scatchell opened 11 months ago

Scatchell commented 11 months ago

First of all: I love this plugin and thank you for your hard work! I have used it lots in previous vaults.

For some reason, I am having trouble getting the plugin to work with my current vault. After installing the plugin, it does rollover the todo's, but I usually change some settings (e.g. which heading to rollover todo's from, and removing todo's from previous day that have been rolled over) and for some odd reason, I cannot access the configuration page for in the community plugins section. It just shows up as a blank page.

Attached is a screenshot of the blank configuration page that I see (all other plugins display settings fine, so I think it is something to do with rollover-daily-todos in particular.)

image

I've also disabled all other plugins except for this one to ensure it isn't a problem interoperating with other plugins. I still see the same issue.

Happy to provide more information if it is useful!

lumoe commented 11 months ago

Thank you for opening the issue. Can you confirm, which version you have installed? There was a known bug in 1.1.5. You can try either update to the most recent version or try this fix: https://github.com/lumoe/obsidian-rollover-daily-todos/issues/93#issuecomment-1500312069

Scatchell commented 11 months ago

Currently I'm seeing the issue on v 1.1.6 image

I have read the comment you linked to - not sure I fully understand the workaround but I will try a few things related to the daily notes plugin to see if that helps

Scatchell commented 11 months ago

I have fixed it now. Thought I would report back here so you can see if you want to make any changes to avoid this happening for users in the future.

Just checking the developer console, I saw the same exception as in the comment you linked. It encouraged me go back to the daily notes section and take a look at some of the settings there. I found that my daily note template, which was in the root directory "/" was marked in the template directory as: "/daily-note-template." When I changed this to remove the leading forward slash "daily-note-template" the config menu for rollover-daily-notes started working just fine.

I think you may be able to easily reproduce by adding a "/" before the template location in the daily note template input box in the daily note config. For me this causes the error to reappear and then it goes away when that "/" is removed.

stoweboyd commented 4 months ago

I also can't select the daily note template section