This is obsidian plugin that integrates slidev presentations.
- Make sure you have node.js installed on your computer or install it.
- Install slidev template by following the installation guide or just running
npm init slidev@latest
. Make sure to install dependenciesnpm i
. - Search
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. - Change
slidev
plugin settings- Add
node
path to environment variablePATH
or set absolute path of node in the settinginitial script
. - Paste the path of your slidev template into the
Slidev template location
. Click verify and make sure the location is valid.
- Add
- Now you can execute the command
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.
- Advances slides
- Slidev
- Vite Starters
- with solid obsidian-enhancing-export
- with svelte obsidian-svelte-plugin
- obsidian-execute-code - allows executing code in bash.
- obsidian-pandoc allow running executable.