We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
popkit, as of v1.0.13 (w/ obsidian v1.6.7), can cause styles from other plugins to fail to show up in style settings plugin.
for example, with these three plugins:
We have two style settings groups:
But when we add popkit:
Note that this bug is only reproduced if popkit is ordered before the affected plugins in .obsidian/community-plugins.json:
.obsidian/community-plugins.json
[ "obsidian-style-settings", "popkit", "another-sticky-headings", "quick-explorer" ]
if popkit is at the end:
[ "obsidian-style-settings", "another-sticky-headings", "quick-explorer", "popkit" ]
the bug will not occur
The text was updated successfully, but these errors were encountered:
No branches or pull requests
popkit, as of v1.0.13 (w/ obsidian v1.6.7), can cause styles from other plugins to fail to show up in style settings plugin.
for example, with these three plugins:
We have two style settings groups:
But when we add popkit:
Note that this bug is only reproduced if popkit is ordered before the affected plugins in
.obsidian/community-plugins.json
:if popkit is at the end:
the bug will not occur
The text was updated successfully, but these errors were encountered: