AlexBieg/obsidian-better-command-palette

[BUG]CSS may be updated in 0.15.4

Closed this issue · 2 comments

image

Hi, in 0.15.4 version of Obsidian. Suggest items’ css changed.

  • For plugin and theme developers: we've made changes to the Suggest component's DOM structure. If your plugin is attaching itself to core Suggest components or mimicking the Suggest component structure, it will likely be impacted.
    • The new DOM structure is:
    - .suggestion-item
        - .suggestion-content
            - .suggestion-title
            - .suggestion-note (optional)
        - .suggestion-aux
            - .suggestion-hotkey (optional)
            - .suggestion-flair (optional)

related to #68

This should be fixed in v14.0.0