{"id":13495664,"url":"https://github.com/hackmdio/vscode-hackmd","last_synced_at":"2025-08-22T05:32:26.918Z","repository":{"id":40714939,"uuid":"198773877","full_name":"hackmdio/vscode-hackmd","owner":"hackmdio","description":"The official HackMD VScode extension!","archived":false,"fork":false,"pushed_at":"2023-03-15T09:30:02.000Z","size":3627,"stargazers_count":137,"open_issues_count":27,"forks_count":14,"subscribers_count":7,"default_branch":"develop","last_synced_at":"2024-12-11T13:15:35.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=HackMD.vscode-hackmd","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/hackmdio.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}},"created_at":"2019-07-25T06:46:39.000Z","updated_at":"2024-11-18T18:49:07.000Z","dependencies_parsed_at":"2023-02-09T02:01:25.517Z","dependency_job_id":null,"html_url":"https://github.com/hackmdio/vscode-hackmd","commit_stats":{"total_commits":166,"total_committers":5,"mean_commits":33.2,"dds":"0.43975903614457834","last_synced_commit":"1a43bfd4bebb33218290487783d1de978b29bc9d"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackmdio%2Fvscode-hackmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackmdio%2Fvscode-hackmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackmdio%2Fvscode-hackmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackmdio%2Fvscode-hackmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackmdio","download_url":"https://codeload.github.com/hackmdio/vscode-hackmd/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230271489,"owners_count":18200347,"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","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-07-31T19:01:36.885Z","updated_at":"2024-12-20T09:07:29.561Z","avatar_url":"https://github.com/hackmdio.png","language":"TypeScript","readme":"# The official HackMD Markdown VSCode extension\n\nUse the same [HackMD](https://hackmd.io) markdown right in VSCode!\n\n![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/HackMD.vscode-hackmd)\n![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/HackMD.vscode-hackmd)\n\n## Features\n\n- **New**: Edit your notes right in VSCode!\n- **New**: Browse your team notes in the HackMD explorer view\n- Preview your HackMD notes in VSCode\n- Create the note from editor's content\n- HackMD-compatible markdown rendering preview\n  - We bring most HackMD markdown syntax into VSCode :tada:\n\n### HackMD notes explorer\n\n![sidebar](./docs/media/notes_explorer.png)\n\n### Render code block with line numbers\n\n![line-numbers](https://i.imgur.com/X31HZqm.png)\n\n### MathJax, Diagrams\n\n![mathjax](https://i.imgur.com/6vpxBbo.png)\n![Sequence-diagram](https://i.imgur.com/pinXrf6.png)\n![mermaid](https://i.imgur.com/M15g6It.png)\n\n## Release Notes\n\n[Read the full Release Note on HackMD.][release-notes]\n\n[release-notes]: https://bit.ly/2VXRTrq\n\n### 2.1.0\n\n#### Added\n\n- You can now edit notes in your workspace\n- Support deleting files from the notes explorer\n- Add an API limit status bar item. When you're reaching your limit, we'll let you know\n\n#### Improvements\n\n- New iconography to match Visual Studio Code style\n- Update `@hackmd/api` to 2.4.0\n\n#### Fixes\n\n- Update `react-vsc-treeview` to our own maintained fork, fixing bugs when refreshing the tree view\n\n### 2.0.0\n\n#### Added\n\n- Adopt access token-based API client. You need to create an access token on the HackMD [settings page](https://hackmd.io/settings#api)\n- Add two more tree views: History and Team Notes.\n\n#### Improvements\n\n- Upgrade highlight.js\n- Upgrade mermaid\n- Upgrade more dependencies\n- Adopt `react-vsc-treeview` package for implementing the new tree views. It's now easier to add features and fix bugs for the tree view.\n- Reduce bundle size. We accidentally include `node_modules` in our past builds, which is not necessary.\n\n### 1.1.1\n\n#### Added\n\n- HackMD Snippets command\n  - Use the command: `HackMD: Create a code snippet` to create a code snippet on HackMD from the selected text range\n\n#### Fixed\n\n- Activity icon is not shown ([#23](https://github.com/hackmdio/vscode-hackmd/issues/23))\n\n### 1.1.0\n\n#### Added\n\n- HackMD Note explorer\n  - Preview your notes on HackMD\n  - Create a note from editor content in VSCode\n\n### 1.0.0\n\nInitial Release!\n\n#### Added\n\n- markdown-it plugins\n  - markdown-it-abbr\n  - markdown-it-container\n  - markdown-it-deflist\n  - markdown-it-ins\n  - markdown-it-mark\n  - markdown-it-mathjax\n  - markdown-it-sub\n  - markdown-it-sup\n  - checkbox (As extension dependency)\n  - markdown-it-emoji\n  - markdown-it-footnote\n  - markdown-it-imsize\n- External Graph Renderer\n  - Mermaid\n  - Sequence Diagram\n  - Flowchart\n  - Graphviz\n  - abc.js\n  - Mathjax\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackmdio%2Fvscode-hackmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackmdio%2Fvscode-hackmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackmdio%2Fvscode-hackmd/lists"}