-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I get started? #1
Comments
Hi! |
Yes, I have got Node.js ready. I see the commands in the current README are for Mac. Does this plugin support Windows environment as well? |
I haven't checked it on Windows. I configure it to run a command specific to my env to load node.js. We can also configure it to run on Windows (or I will supply a setting for the initial load script because somehow my node.js did not load natively in child_proccess). |
Well, I can't wait to experience this plugin, because slidev is usually edited markdown content in vscode, but that doesn't fit my workflow. I look forward to your development. |
I update the readme with development instructions. You can now clone the repo, install deps and run the dev command. It will help me to get early feedback |
I successfully compiled this project, the plugin seems pretty good so far, and the experience is better than vscode. But, did you use this plugin by creating a new slidev project folder directly under the obsidian vault? Because obsidian cannot open files outside the vault, this undoubtedly increases the complexity of the vault. |
Hi @Yinlin124 #1 (comment) Seems like it's working in windows too 🥳 #1 (comment) - I believe this causes by the setting that does the
This is tricky. Currently - I add the template in the repo (this is why it did not work with BRAT or I haven't publish it to obsidian). I plan to add instructions for the users / make an action that will init slidev to a place configured in settings. I believe it should work. Meaning that the plugin will check for the template in the given location and prompt the user to create the template manually / with a button. WDYT? |
Hi! nirtamir2 In addition, I tried another approach which also seems to work - creating symbolic links( .symlink i donot how to translate) in the vault for markdown files edited for slidev projects in other folders also takes effect. I hope this can give you some inspiration. |
I just publish v0.0.6 with support for a custom slidev template. Let me know if it works for you |
Did you run |
The path detection was indeed a global installation issue. After I uninstalled globally, the path detection became valid.
I have already npm installed. When I start it myself using bash, the plugin works. But it does not work when launched through commands within Obsidian. |
What happens if you run cd <templatePath>
npm run slidev <absolute-path-to-slide-file.md> -- --port 3030 |
I'm unable to install this Obsidian plugin either through community plugins or via BRAT. I'm really looking forward to using this plugin. Could you please guide me on how to get started?
The text was updated successfully, but these errors were encountered: