Skip to content

1.1.3

Choose a tag to compare

@ritalee2333 ritalee2333 released this 10 Jun 11:47
· 4 commits to main since this release

Fixes for Obsidian Community Plugin Review

  • Type Safety: Removed all any casts, replaced with proper TypeScript interfaces
  • Popout Window Support: Uses activeDocument with document fallback for compatibility
  • CSS Best Practices: Replaced direct style assignments with CSS variables and classes; removed !important
  • IME Input Fix: Resets composition state after auto-replacing relative dates to prevent trailing characters
  • Whitespace Support: Relative date expressions now support optional whitespace (e.g. + 3 d)
  • Code Quality: Uses Setting.setHeading() instead of direct DOM creation; marks unawaited Promises with void
  • Dependency: Pinned obsidian to exact version 1.12.3