Skip to content

Releases: yccb-ly/ep-plugin

v0.2.0 — Companion ep CLI + dual-zip release

Choose a tag to compare

@yccb-ly yccb-ly released this 14 Sep 10:05

What's new

  • Companion ep CLI for AI agents to read/write encrypted notes (decrypt → tmp → edit → encrypt
    workflow)
  • npm run release produces two self-contained zips
  • 13 round-trip tests, tsc --noEmit clean

Artifacts

  • ep-plugin.zip — Obsidian plugin (main.js + manifest.json + styles.css)
  • ep-cli.zip — CLI for AI agents (single ~11KB self-contained ep binary)

v0.1.0 — Initial release

Choose a tag to compare

@yccb-ly yccb-ly released this 09 Sep 07:04

First public release of Encrypted Notes (ep-plugin).

Highlights

  • AES-GCM 256 + PBKDF2 / SHA-256 / 250 000 iterations
  • Right-click menus (file-explorer + editor) for encrypt / unlock / lock / decrypt
  • Toolbar toggle button with state-aware icon (🔒 / 🔓)
  • Commands: Create, Encrypt/Unlock, Lock, Change passphrase, Decrypt-as-plaintext
  • Tab switching keeps unlocked files decrypted (no setValue race)

Install

Drop main.js, manifest.json, styles.css into
<your-vault>/.obsidian/plugins/ep-plugin/ and enable in Settings → Community plugins.

Usage

See README.