Skip to content
New issue

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

[Bug] Tasks plugin not cover all function when Lazy plugin loader enable #8

Closed
l2eused opened this issue Sep 2, 2024 · 5 comments
Closed

Comments

@l2eused
Copy link

l2eused commented Sep 2, 2024

In normally, with Tasks plugin and Kanban plugin.

When tick checkbox or move card to completed list in kanban board. Tasks will add completed date (if enable) to a checkbox/card.

When Lazy plugin loader plugin enable, that feature is missing even I set Tasks and Kanban plugin as instant load.

This didn't occer in previous version. Maybe version that when enable plugin loader debugging, it will show all plugins that enable plus lazy plugin. (In this version it only shows lazy plugin not instant load plugin)

@alangrainger
Copy link
Owner

Thanks @l2eused - I can replicate the issue. To resolve it I have reverted the change suggested by Obsidian team here.

If you upgrade to 1.0.13 and set Kanban and Tasks to Instant, it will now work correctly.

(For future reference, I can confirm the loading the plugins with any other method causes the completed date to not function. The order of loading the plugins doesn't matter either.)

@alangrainger
Copy link
Owner

alangrainger commented Sep 2, 2024

You are right, I can see there is something strange about the combination of those two plugins. The kanban plug-in does indeed appear to the load instantly, even if you have in set to be a delay. I will keep diagnosing this.

@alangrainger alangrainger reopened this Sep 2, 2024
@l2eused
Copy link
Author

l2eused commented Sep 2, 2024

You are right, I can see there is something strange about the combination of those two plugins. The kanban plug-in does indeed appear to the load instantly, even if you have in set to be a delay. I will keep diagnosing this.

I don't think it's only kanban tbh... it's seems all of plugin is instant load no matter what delay it is.

edited: the version that's worked for me is 1.0.10 version.

alangrainger added a commit that referenced this issue Sep 2, 2024
Fix error with missing delayBetweenPlugins setting #8
@alangrainger
Copy link
Owner

Should be fixed now in 1.0.15. It was a missing setting being undefined and causing all plugins to instantly start.

@l2eused
Copy link
Author

l2eused commented Sep 2, 2024

yeah, it already fix! Thanks ❤️

@l2eused l2eused closed this as completed Sep 2, 2024
Repository owner deleted a comment from l2eused Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants