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.
- .suggestion-item
- .suggestion-content
- .suggestion-title
- .suggestion-note (optional)
- .suggestion-aux
- .suggestion-hotkey (optional)
- .suggestion-flair (optional)
workspace.getActiveFile
has been updated to now return the file of the most recently active FileView. This change should improve compatibility for custom views now that sidebar views are focusable. If you were previously using workspace.getMostRecentlyActiveFile
for v0.15.X compatibility, please switch back to getActiveFile
.body:not(.native-scrollbars)
for any scrollbar styling.