1.0.4
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