Commit graph

2 commits

Author SHA1 Message Date
Dominik Bartosik
a05c1252d1 fix: address Obsidian community plugin review findings (1.1.1)
- manifest: drop redundant "Obsidian" from description
- settings: render logo as inline themed SVG (no shipped image assets,
  adapts via currentColor), move all inline styles to styles.css, use
  Setting().setHeading() for section headers, drop document/activeDocument
  access, and avoid returning a promise from a void event handler
- syncInbound: use FileManager.trashFile to respect the user's deletion
  preference instead of Vault.trash
- main: type catch parameters as unknown (no unsafe any)
- apiClient: optional catch binding for the unused error
- build: replace builtin-modules package with node:module builtinModules
- release CI: attach only main.js/manifest.json/styles.css and add
  build provenance attestations
- versions.json: backfill 1.0.1 and 1.1.1

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-15 03:00:16 +02:00
Dominik Bartosik
4af453d1e7 Initial commit: Unabyss Obsidian plugin.
Two-way OAuth sync between Obsidian vaults and Unabyss memory, with
manifest-first delta upload, exports puller, and GitHub release workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-13 19:58:53 +02:00