Working on a PR that will disable settings #253
AlphaHasher
started this conversation in
Ideas
Replies: 0 comments
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.
Here is my feature that I've been working on AlphaHasher@6df8d91. The code is not mine but lifted from the git plugin for Obsidian since I saw they had a way of disabling settings that are affected by other settings. I thought this would be a great idea since there is a similar use case for this plugin with regards to callouts. On my branch I add a few more settings to customize the callouts but if the user chooses to not use callouts altogether then I thought it good to disable those settings related to callouts (greying them out and disabling them).
The code seemed to work but after toggling the settings a few times I noticed that Obsidian slowed down to a crawl and the Obsidian process goes to max usage (as seen from Task Manager) for a reason unknown to me. If anyone smarted than I could look into the commit I would be really glad. Thanks!

All reactions