-
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
[question] Can it support exporting? #16
Comments
Actually vscode-markdown-preview-enhanced doesn't provide a command to export pandoc, but you can right click on the webview then select pandoc. |
I see. It is a upstream's problem which should be reported to upstream. Thanks. |
If we just add some commands, we don't need report to upstream. But according to the upstream design, we need to start a markdown engine when calling some export command, similar to the execute openPreviewBackground |
Later I'll think about how many export actions need to be added to coc command list |
I just concern if upstream also want to add some commands, should we let them know to keep same command names? |
Your concern is also right, for some users who use coc.nvim and vscode-markdown-preivew-enhanced at the same time, the same command should be better |
markdown-preview-enhanced support export by pandoc https://shd101wyy.github.io/markdown-preview-enhanced/#/pandoc-pdf. However, I have not found any command about it in coc-markdown-preivew-enhanced. Is it not supported yet? Thanks.
The text was updated successfully, but these errors were encountered: