Skip to content

Releases: useroption3/obsidian-embed-eml

1.0.2

19 Jun 07:04

Choose a tag to compare

Fix deprecated display() call in settings tab (Obsidian 1.13.0+).

1.0.1

19 Jun 06:57

Choose a tag to compare

Changes

  • Fix lint warnings flagged by Obsidian plugin reviewer:
    • Replace deprecated builtin-modules package with Node.js built-in module
    • Use activeDocument instead of document for popout window compatibility
    • Replace require("electron") with a proper ES module import
    • Add type-safe handling for loadData() return value

1.0.0

19 Jun 06:41

Choose a tag to compare

First stable release.

0.1.1 (beta)

14 Jun 14:14

Choose a tag to compare

0.1.1 (beta) Pre-release
Pre-release

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.