Skip to content

1.0.4

Choose a tag to compare

@perinchiang perinchiang released this 11 Jun 13:37
· 2 commits to main since this release

Fix type safety warnings:

  • Replace document.createElement with Obsidian DOM API (createDiv/createEl) in createPreview
  • Replace .bind() with makeT() arrow function wrapper to eliminate any-type warnings
  • Replace unsafe S3 config type assertion with explicit switch statement
  • Remove unused catch parameter