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@latestand locate your obsidian vault somewhere whitin your slidev project. Make sure to install dependenciesnpm i. - Change the
"dev"script inpackage.jsonof your slidev template to"slidev" - Search
slidevin 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. Alernatively install this plugin using BRAT. - Change
slidevplugin settings- Configure slidev server start command (Depending on your setup it may not work and you can copy-paste the command to the terminal)
- Add
nodepath to environment variablePATHor 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
- Configure the right port in settings
- Configure slidev server start command (Depending on your setup it may not work and you can copy-paste the command to the terminal)
- Now you can execute the command
Slidev: open slidev presentation view. If slidev server start does not work click copy the command to terminal and run it.
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.
