Releases: useroption3/obsidian-embed-eml
Releases · useroption3/obsidian-embed-eml
1.0.2
1.0.1
Changes
- Fix lint warnings flagged by Obsidian plugin reviewer:
- Replace deprecated
builtin-modulespackage with Node.js built-inmodule - Use
activeDocumentinstead ofdocumentfor popout window compatibility - Replace
require("electron")with a proper ES module import - Add type-safe handling for
loadData()return value
- Replace deprecated
1.0.0
First stable release.
0.1.1 (beta)
Beta release.
Embed .eml email files in notes via ![[file.eml]].
- Renders in Reading view, Live Preview, and a full-tab file view
- Inline cid: images resolved; remote images/trackers blocked by default
- Attachments open read-only in the OS default app on double-click
Install (manual): download main.js, manifest.json, styles.css into <vault>/.obsidian/plugins/embed-eml/, then enable under Settings → Community plugins.
Not yet in the official Obsidian community catalog.