{"id":28818415,"url":"https://github.com/holooooo/vsc-quarkdown-preview","last_synced_at":"2026-05-08T10:36:05.278Z","repository":{"id":298649407,"uuid":"1000125406","full_name":"holooooo/vsc-quarkdown-preview","owner":"holooooo","description":"Preview quarkdown in vs code","archived":false,"fork":false,"pushed_at":"2025-07-01T16:19:12.000Z","size":1280,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-24T13:53:39.349Z","etag":null,"topics":["markdown","previewer","quarkdown","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","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/holooooo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-06-11T09:52:52.000Z","updated_at":"2025-08-09T19:56:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"87fad1c9-c0a2-400a-a5cf-2f05173376de","html_url":"https://github.com/holooooo/vsc-quarkdown-preview","commit_stats":null,"previous_names":["holooooo/vsc-quarkdown-preview"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/holooooo/vsc-quarkdown-preview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holooooo%2Fvsc-quarkdown-preview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holooooo%2Fvsc-quarkdown-preview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holooooo%2Fvsc-quarkdown-preview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holooooo%2Fvsc-quarkdown-preview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holooooo","download_url":"https://codeload.github.com/holooooo/vsc-quarkdown-preview/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holooooo%2Fvsc-quarkdown-preview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32776933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["markdown","previewer","quarkdown","vscode","vscode-extension"],"created_at":"2025-06-18T19:05:14.924Z","updated_at":"2026-05-08T10:36:05.263Z","avatar_url":"https://github.com/holooooo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quarkdown Preview\n\nPreview your `.qmd` file in VSCode, like markdown.\n\n![Preview](imgs/preview.png)\n\n## Features\n\n- **Live Preview**: Open a live preview of your `.qmd` file side by side with the editor. Any changes you make in the editor will be reflected instantly in the preview.\n- **Create New Project**: Easily create a new Quarkdown project.\n- **Compile to HTML**: Compile your Quarkdown document to an HTML file.\n- **Compile to PDF**: Compile your Quarkdown document to a PDF file.\n\n## Commands\n\nYou can access these commands from the VS Code Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P`):\n\n- `Quarkdown: Open Preview to the Side`: Opens a preview panel for the current `.qmd` file.\n- `Quarkdown: Create New Project`: Initiates the process to create a new Quarkdown project.\n- `Quarkdown: Compile Document to HTML`: Compiles the active `.qmd` document to an HTML file.\n- `Quarkdown: Compile Document to PDF`: Compiles the active `.qmd` document to a PDF file.\n\n## Configuration\n\nYou can configure the following settings in VS Code's settings (`File \u003e Preferences \u003e Settings`):\n\n- `quarkdownPreview.quarkdownPath`: Specifies the path to the Quarkdown executable. If Quarkdown is in your system's PATH, you can simply use `quarkdown`. Default is `quarkdown`.\n- `quarkdownPreview.outputDirectory`: Sets the compilation output directory. An empty value means using the system's temporary directory. Default is empty.\n\n## Usage\n\n1.  **Open a `.qmd` file**: Open any file with the `.qmd` extension in VS Code.\n2.  **Open Preview**: Use the command `Quarkdown: Open Preview to the Side` from the Command Palette, or click the \"Open Preview\" icon in the editor's title bar when a `.qmd` file is open.\n3.  **Compile**: Use the \"Compile Document to HTML\" or \"Compile Document to PDF\" commands to generate output files.\n\n\n\n# Quarkdown Preview\n\n在VS Code中预览您的`.qmd`文件，就像预览Markdown文件一样。\n\n## 功能\n\n- **实时预览**: 在编辑器旁边打开`.qmd`文件的实时预览。您在编辑器中所做的任何更改都将立即反映在预览中。\n- **创建新项目**: 轻松创建新的Quarkdown项目。\n- **编译为HTML**: 将您的Quarkdown文档编译为HTML文件。\n- **编译为PDF**: 将您的Quarkdown文档编译为PDF文件。\n\n## 命令\n\n您可以通过VS Code命令面板（`Ctrl+Shift+P` 或 `Cmd+Shift+P`）访问以下命令：\n\n- `Quarkdown: Open Preview to the Side`: 为当前`.qmd`文件打开一个预览面板。\n- `Quarkdown: Create New Project`: 启动创建新Quarkdown项目的过程。\n- `Quarkdown: Compile Document to HTML`: 将当前活动的`.qmd`文档编译为HTML文件。\n- `Quarkdown: Compile Document to PDF`: 将当前活动的`.qmd`文档编译为PDF文件。\n\n## 配置\n\n您可以在VS Code的设置中（`文件 \u003e 首选项 \u003e 设置`）配置以下内容：\n\n- `quarkdownPreview.quarkdownPath`: 指定Quarkdown可执行文件的路径。如果Quarkdown已添加到系统PATH中，则可以直接使用`quarkdown`。默认为`quarkdown`。\n- `quarkdownPreview.outputDirectory`: 设置编译输出目录。空值表示使用系统临时目录。默认为空。\n\n## 使用方法\n\n1.  **打开`.qmd`文件**: 在VS Code中打开任何以`.qmd`为扩展名的文件。\n2.  **预览**: 从命令面板使用`Quarkdown: Open Preview to the Side`命令，或者在打开`.qmd`文件时点击编辑器标题栏中的\"Open Preview to the Side\"图标。\n3.  **编译**: 使用\"Compile Document to HTML\"或\"Compile Document to PDF\"命令生成输出文件。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholooooo%2Fvsc-quarkdown-preview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholooooo%2Fvsc-quarkdown-preview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholooooo%2Fvsc-quarkdown-preview/lists"}