Skip to content

0.1.1

Choose a tag to compare

@houjoe0829 houjoe0829 released this 11 Jul 15:53

This release addresses feedback from the Obsidian community plugin review.

Fixed

  • Removed detachLeavesOfType from onunload to preserve the user's sidebar layout across plugin reloads.
  • Replaced inline style assignments with CSS classes / setCssStyles (settings preview badge, textarea auto-resize, caret-position mirror div).
  • Converted containerEl.createEl('h2' | 'h3') calls in the settings tab to new Setting().setHeading() for a consistent Obsidian UI.
  • Replaced unscoped as any casts (with eslint-disable comments) with properly typed local interfaces.
  • Removed the deprecated setDynamicTooltip() call on the image-compression quality slider.
  • Removed the unused ExtraButtonComponent import.
  • Dropped the builtin-modules dev dependency (no longer referenced).

CSS

  • Removed the unsupported ui-monospace font family from the timestamp badge.
  • Replaced column-gap with gap in the stats heatmap grid.

No user-facing behavior changes.