This is obsidian plugin that integrates slidev presentations.
npm init slidev@latest
. Make sure to install dependencies npm i
.slidev
in the community plugins of obsidian (you can also download the zip file from the latest release in the release page and put it inside <your-vault>/.obsidian/plugins
, install it and enable it.slidev
plugin settings
node
path to environment variable PATH
or set absolute path of node in the setting initial script
.Slidev template location
. Click verify and make sure the location is valid.Slidev: open slidev presentation view
.git clone https://github.com/nirtamir2/obsidian-slidev.git
Change .env
file content to
OUT_DIR="<relative-path-to-your-vault>/.obsidian/plugins/slidev"
Also make sure you have existing folders for dist
in this repo, and for your OUT_DIR
in your vault (you may need to create <relative-path-to-your-vault>/.obsidian/plugins/slidev
folder.