{"id":25941818,"url":"https://github.com/zmievsa/vscode-mdx-include","last_synced_at":"2026-05-05T17:31:25.367Z","repository":{"id":280530821,"uuid":"942312612","full_name":"zmievsa/vscode-mdx-include","owner":"zmievsa","description":"A VS Code extension that lints and provides navigation for mdx file references in markdown","archived":false,"fork":false,"pushed_at":"2025-03-03T23:04:53.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T00:19:40.338Z","etag":null,"topics":["markdown","mdx"],"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/zmievsa.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2025-03-03T23:03:27.000Z","updated_at":"2025-03-03T23:04:57.000Z","dependencies_parsed_at":"2025-03-04T00:30:03.215Z","dependency_job_id":null,"html_url":"https://github.com/zmievsa/vscode-mdx-include","commit_stats":null,"previous_names":["zmievsa/vscode-mdx-include"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zmievsa/vscode-mdx-include","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmievsa%2Fvscode-mdx-include","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmievsa%2Fvscode-mdx-include/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmievsa%2Fvscode-mdx-include/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmievsa%2Fvscode-mdx-include/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmievsa","download_url":"https://codeload.github.com/zmievsa/vscode-mdx-include/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmievsa%2Fvscode-mdx-include/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32660143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","mdx"],"created_at":"2025-03-04T06:15:41.232Z","updated_at":"2026-05-05T17:31:25.352Z","avatar_url":"https://github.com/zmievsa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VSCode Mdx Include\n\nA VS Code extension that lints and provides navigation for mdx file references in markdown\n\n## Features\n\nThis extension helps you work with mdx file references in markdown files by:\n\n1. **Linting references**: Shows errors when referenced files don't exist\n2. **Navigation**: Allows you to Ctrl+click on file references to navigate to the referenced file\n3. **File Path Autocomplete**: Provides intelligent file path suggestions when editing file references\n\n## Supported Syntax\n\nThe extension recognizes file references in markdown with the following syntax:\n\n```shell\n{* ../../path/to/file.py hl[2] *}\n```\n\n```shell\n{* ../../path/to/file.py hl[5:9] *}\n```\n\n```shell\n{* ../../path/to/file.py ln[3:6,8,10:11] hl[3,5:6,10] *}\n```\n\nWhere:\n\n- The path is relative to the current markdown file\n- `hl[n]` specifies a highlighted line number (optional)\n- `hl[n:m]` specifies a range of highlighted lines (optional)\n- `ln[n:m,p,q:r]` specifies which lines to include in the snippet (optional)\n  - Can contain single line numbers (`8`)\n  - Can contain line ranges (`3:6`)\n  - Can contain multiple ranges and single lines separated by commas (`3:6,8,10:11`)\n- Both `ln` and `hl` parameters can be used together\n\n## Usage\n\n1. Open a markdown file with MkDocs-style file references\n2. The extension will automatically lint references, showing errors for non-existent files in the Problems panel\n3. Hover over a file reference to see a tooltip, or Ctrl+click (or Cmd+click on macOS) on a file reference to navigate to the referenced file\n   - The entire file reference is clickable, including the surrounding `{* ... *}` pattern\n4. When editing a file reference between `{* ... *}`, you'll get automatic path suggestions:\n   - Type `/` to navigate into directories\n   - Type `.` to get file extension suggestions\n   - Folders will have a trailing slash and will trigger new suggestions when selected\n\n## Extension Settings\n\n- `mdxIncludeFile.rootDirectory`: The root directory from which all file paths will be resolved. If empty, paths are resolved relative to the markdown file. Can be absolute or relative to the workspace folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmievsa%2Fvscode-mdx-include","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmievsa%2Fvscode-mdx-include","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmievsa%2Fvscode-mdx-include/lists"}