Noct29 downloadsSend explicitly selected Obsidian notes to SlideX deck import jobs.
SlideX is a desktop-only, read-only bridge between an Obsidian Vault and SlideX. You decide the folder, tags, dates, and files to share. The plugin sends only the selected import snapshot, referenced images, and later changes to notes you explicitly link to presentation elements in SlideX.
It does not run an AI model, index your full note content in SlideX, or write to your Vault.
After SlideX is listed in Obsidian Community Plugins:
Clone this repository, install dependencies, and provide the exact absolute plugin directory of a disposable test Vault:
npm ci
npm run install:local -- \
--plugin-dir "/absolute/path/to/SlideX Test Vault/.obsidian/plugins/slidex"
Then restart Obsidian, open Settings → Community plugins, and enable
SlideX. Re-run the command after rebuilding to update the local plugin. You
must have Obsidian Desktop installed for the obsidian:// connection link to
open.
npm ci
npm run check
Run the following before creating a GitHub release:
npm run release:prepare
It verifies the manifest and creates these exact release attachments in
dist/release/:
main.jsmanifest.jsonCreate a GitHub release whose tag is exactly the version in manifest.json,
then attach those two files. Keep this source repository's README.md,
LICENSE, manifest.json, and versions.json committed at its root before
submitting it to the Obsidian Community directory.