zhouhua/obsidian-popkit

Breaks style-settings for other plugins

Opened this issue · 0 comments

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