Replies: 1 comment
-
Any update? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Thank you for creating this package. I really like the details, the configuration and the UI of slidev.
I want to create an obsidian-plugin for slidev. I want to create the slidev server programmatically in my plugin.
I can run node.js.
https://github.com/MSzturc/obsidian-advanced-slides/blob/main/src/main.ts#L146 for example created a node.js for the revealjs slides.
I've did something like:
But I did not find a way to bundle it. I did not see any example on the internet for it yet. Is it possible to somehow bundle it or overcome it? If not - I can tell my user to install slidev globally - and if so - is it possible to take the slidev cli instance and run it?
My code can be found at https://github.com/nirtamir2/obsidian-slidev
Beta Was this translation helpful? Give feedback.
All reactions