-
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
Ability to create additional custom Pandoc outputs #17
Comments
Fantastic! The recent upgrades to vscode broke the ability to publish the extension to the gallery. This will push getting it resolved higher on my the list. I was planning more features for the extension. This is a great road map. Would love the PR. Let me get the ducks in order so I can publish and then we can figure it out. Thanks for reaching out. |
Glad the publishing issue is resolved. The new approach will solve #14 in the sense that a user can create however many custom pandoc outputs they desire by defining them in the user settings. This is my first time writing a Code extension and using TypeScript. I'll fork the repo and start tinkering, but things will go faster with some help. Peter |
Awesome. Fork the code, do a PR and then we can collaborate there. Get Outlook for Android On Sat, Aug 20, 2016 at 1:06 PM -0400, "Peter Yates" [email protected] wrote: Glad the publishing issue is resolved. The new approach will solve #14 in the sense that a user can create however many custom pandoc outputs they desire by defining them in the user settings. This is my first time writing a Code extension and using TypeScript. I'll fork the repo and start tinkering, but things will go faster with some help. Peter You are receiving this because you commented. |
Has this feature been developed? |
Under consideration. Too much on my plate. @szmingyao if you'd like to move forward with it, let me know. Doug |
I have not started yet - feel free to take the lead. On Mon, Sep 19, 2016 at 8:57 AM, MYaoooo [email protected] wrote:
|
Great extension. I've been a longtime user of a similar package for SublimeText. We created the ability for the user to create an unlimited number of custom Pandoc outputs beyond the default set via the package preferences file.
See https://github.com/tbfisher/sublimetext-Pandoc/blob/master/Pandoc.sublime-settings#L90 for examples.
Is this something you're planning to do for this extension? If not, I'll fork and create a pull request.
The text was updated successfully, but these errors were encountered: