Skip to content
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

Add further output options #42

Closed
wants to merge 21 commits into from

Conversation

ChrisChinchilla
Copy link

Hey @dfinke as mentioned in #41 , I've added a few new output options to the extension. I basically just copied what you had so far, I will likely make some more changes over time, and add a little more polish to the output options. I'd also like to add the ability to export from something else to markdown, but that needs a bit more work.

My code editor (VSC of course) formatted some code too, let me know if you'd rather I removed those changes.

ChrisChinchilla and others added 9 commits April 22, 2020 14:11
Add Property to disable extension to allways open docuement after rendering
1. Add `pandoc.executable` option for pandoc executable
2. Add function `getPandocExecutablePath` that checks `pandoc.executable`
option
3. Update `README.md` for new option
ajay-mk and others added 6 commits June 21, 2023 14:18
* Add support for running pandoc in a container using the latest official pandoc/latex container https://hub.docker.com/r/pandoc/latex. This includes a new configuration property, pandoc.useDocker, which defaults to false so that the original behavior is preserved.

* version bump
* Add docker.options support

When using this extension with a linux docker image, the file permissions
are not always correct. So there is a need to specify the docker options
to set the user-id and group-id.

This change adds the following configuration options:
* `pandoc.docker.enabled`: Replaces the existing `pandoc.useDocker`. Any
  existing configurations using the old value will be migrated over and
  the old value is deprecated. Warning will be shown when migrating.
* `pandoc.docker.options`: Set this to provide options to the `docker run`
  command. As an example you can use `--user $(id -u):$(id -g)` to set
  the correct user-id and group-id.
* `pandoc.docker.image`: Can be used to override the default docker image
  to a specified value.

* vscode added this setting incorrectly. reverting change

* Fix TS errors

* Update to check for each config location

---------

Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com>
@ChrisChinchilla ChrisChinchilla deleted the branch dfinke:master April 7, 2024 16:54
@ChrisChinchilla ChrisChinchilla deleted the master branch April 7, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants