0.1.1
This release addresses feedback from the Obsidian community plugin review.
Fixed
- Removed
detachLeavesOfTypefromonunloadto preserve the user's sidebar layout across plugin reloads. - Replaced inline
styleassignments with CSS classes /setCssStyles(settings preview badge, textarea auto-resize, caret-position mirror div). - Converted
containerEl.createEl('h2' | 'h3')calls in the settings tab tonew Setting().setHeading()for a consistent Obsidian UI. - Replaced unscoped
as anycasts (witheslint-disablecomments) with properly typed local interfaces. - Removed the deprecated
setDynamicTooltip()call on the image-compression quality slider. - Removed the unused
ExtraButtonComponentimport. - Dropped the
builtin-modulesdev dependency (no longer referenced).
CSS
- Removed the unsupported
ui-monospacefont family from the timestamp badge. - Replaced
column-gapwithgapin the stats heatmap grid.
No user-facing behavior changes.