{"id":16717845,"url":"https://github.com/xoolive/autopandoc","last_synced_at":"2025-09-09T06:46:31.362Z","repository":{"id":244520934,"uuid":"804954209","full_name":"xoolive/autopandoc","owner":"xoolive","description":"Visual Studio Code extension to run pandoc based on yaml header options","archived":false,"fork":false,"pushed_at":"2024-06-15T09:37:26.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T10:12:40.466Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xoolive.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-23T15:39:10.000Z","updated_at":"2025-02-07T08:45:37.000Z","dependencies_parsed_at":"2024-06-15T10:41:29.569Z","dependency_job_id":"7aca8bd9-6b6c-4843-bdf0-03e02c65516d","html_url":"https://github.com/xoolive/autopandoc","commit_stats":null,"previous_names":["xoolive/autopandoc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xoolive/autopandoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoolive%2Fautopandoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoolive%2Fautopandoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoolive%2Fautopandoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoolive%2Fautopandoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xoolive","download_url":"https://codeload.github.com/xoolive/autopandoc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoolive%2Fautopandoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274255831,"owners_count":25250778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T21:34:10.367Z","updated_at":"2025-09-09T06:46:31.306Z","avatar_url":"https://github.com/xoolive.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# autopandoc\n\n[![version](https://img.shields.io/visual-studio-marketplace/v/xoolive.autopandoc)](https://marketplace.visualstudio.com/items?itemName=xoolive.autopandoc)\n![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)\n\nThis is a very basic and preliminary extension for Visual Code which is activated for any open Markdown file.\n\nThe extension parses the `autopandoc` entry in the YAML header and runs it on the `autopandoc: Run Pandoc` command, or with the `Ctrl+P P` (`⌘+P P` on Mac OS) shortcut\n\nExample:\n\n```yaml\n---\nautopandoc: pandoc readme.md -o readme.pdf\n---\n```\n\nor for slides, with beamer:\n\n```yaml\n---\nautopandoc: pandoc slides.md -o slides.pdf -t beamer --pdf-engine=xelatex\n---\n```\n\nNote: The command is executed from the folder containing the current file.\n\n## Installation\n\nYou need to have [pandoc](https://pandoc.org) installed, with, if need be, the proper LaTeX compilers.\n\nThen, look for extension `xoolive.autopandoc` (or run `ext install xoolive.autopandoc`)\n\n## Development\n\nGenerate the template for VSCode extensions ([instructions](https://code.visualstudio.com/api/get-started/your-first-extension))\n\n```sh\nnpm install --global yo generator-code\n```\n\nCompile locally:\n\n```sh\nnpm run compile\n```\n\nPublish the extension ([instructions](https://code.visualstudio.com/api/working-with-extensions/publishing-extension))\n\n```sh\nnpm install -g @vscode/vsce\nvsce publish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxoolive%2Fautopandoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxoolive%2Fautopandoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxoolive%2Fautopandoc/lists"}