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

Breaks style-settings for other plugins #14

Open
baodrate opened this issue Sep 12, 2024 · 0 comments
Open

Breaks style-settings for other plugins #14

baodrate opened this issue Sep 12, 2024 · 0 comments

Comments

@baodrate
Copy link

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:

image

But when we add popkit:

image

Note that this bug is only reproduced if popkit is ordered before the affected plugins in .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

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

1 participant