Breaks style-settings for other plugins
Opened this issue · 0 comments
baodrate commented
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:
- style-settings (v1.0.9)
- sticky-headings (v2.0.2)
- quick-explorer (v0.2.10)
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-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