-
Notifications
You must be signed in to change notification settings - Fork 35
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
No output #9
Comments
Same here. Did you fixed it Davey? |
If you run
|
Pandoc works fine to convert markdown to docx. The extension says "Generating.." but nothing happened. |
Thanks for trying. Could you post the md and the version of the ext and vs code you're running. |
I could reproduce and fix it to the same time. I've installed this extension yesterday and also installed pandoc afterwards (without Latex, because I do not need PDF here). After the installation I instantly tested the stuff via extension and it failed. CLI worked fine. Now, back at home the extension works. Weird.. Well, I have now installed this extension and pandoc on my Laptop and: it does not work. CLI works here too. Then - just to have the same workflow - I've rebooted the laptop and here we go: it works. It seems that there is at any point a restart required. |
@dfinke - Good news this time! :) Running from the command line returns the following error: I am not sure what that is - is that an additional resource necessary to run? Thanks, |
Ok, got it - never went over pandoc docs |
Just to chime in here with some possible causes
|
Hi there, I was experiencing the same issue as DaveyD: I couldn't get any PDF output using this extension, but HTML and DOCX output worked fine. I think the issue (at least on Windows) might be permission (write) related. More information bellow. Software configurationI am using Windows 10 with the following software (installed in this order):
IssueI tried to run Pandoc from the command line in the folder containing the markdown file ( This output a proper PDF file (renamed to I had to install three LaTeX packages (as I use the basic version of MiKTeX, but I don't remember which ones) in order to get this file on the first time I ran Pandoc. After that, I could get a PDF file from every MD file I tested using this method without any additional install. I tried to run the extension again, but to no avail. When pressing However, I might have found the source of the issue. Fix?In the log of the Dev Tools Console (
"(Acc�s refus�.)" should be "(Accès refusé)"; this is a French expression meaning "permission denied", as Windows is in French (but I installed Visual Studio Code in English, so this is strange...). I think the problem comes from here, but I have no idea why. The folder is not protected in any way and I ran I therefore ran Visual Studio Code as Admin, opened Running Visual Code Studio as admin fixes the issue of no PDF output, but running the program as admin every time might not be the best solution. Hope this will help to solve the issue. Thanks again for this great extension. Best regards, Paulin PS: sorry for the lengthy message. This is the first time I report an issue and as I am not really into programming I am not sure how to do it in a proper way. |
Yeah, I'm working on a total different project and just realized that this |
This is related to #21 I just tested and discovered if I install the plug in as administrator, it works fine. But as a standard user, it can't find pandoc. It must be looking at the wrong path. Note I have a system wide VS Code install |
Hmmm - but the path is correct for both users.... |
Hi, I just installed Pandoc and your pandoc extension for vs-code
After installing, I opened a markdown file and tested all 3 formats
I wasnt able to get any of them to work!
Is there a setting that I am missing?
Please let me know
Thanks,
David
The text was updated successfully, but these errors were encountered: