-
Notifications
You must be signed in to change notification settings - Fork 105
:Pandoc command does nothing in nvim #439
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
Comments
Same problem here. Nvim v0.8.3 on Ubuntu. Installed with packer |
#152 seems to be the solution. |
I think I have a variant of this problem. Nvim 0.9.0 on MacOS 13.4. Concretely, given a markdown file:
By "does nothing," I mean there is no error, nothing shows up in This is the command I use on the command line, which works fine:
The markdown file is simply: ---
title: Lecture 07
date: 13 June 2023
---
Hello. |
I'm still not sure why the command worked with the examples like In https://github.com/benbrastmckie/.config, @benbrastmckie mentions installing ![]() |
I can confirm that I can reproduce: pandoc 07.md --pdf-engine=xelatex --metadata-file=metadata.yml --template=math-lecture-notes.tex -o out.pdf with
in nvim. It seems like the Now to get fancy with vim-pandoc templates! |
I'm new to
vim-pandoc
andvim-pandoc-syntax
. I'm using nvim version v0.8.2 on Arch Linux and have installed only those two plugins withvim-plug
. Python3 version is 3.10.9, pandoc version 2.19.2. I can runpandoc
in the command line with no problem to create pdf or html files from markdown source files.When I run
:Pandoc html
or:Pandoc pdf
while editing a markdown file nothing happens, no warning or error messages appear and no pdf or html files are created in the directory where the markdown file is located.I'd appreciate any help to figure out why it does not work.
Leo
The text was updated successfully, but these errors were encountered: