{"id":28940535,"url":"https://github.com/yhotta240/paste-as-markdown-codeblock","last_synced_at":"2025-08-31T17:40:53.727Z","repository":{"id":296737375,"uuid":"994268514","full_name":"yhotta240/paste-as-markdown-codeblock","owner":"yhotta240","description":"VS Code extension that pastes copied code into the editor as a Markdown-formatted code block.","archived":false,"fork":false,"pushed_at":"2025-06-11T18:26:33.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-11T19:56:38.491Z","etag":null,"topics":["code-block","copy-paste","javascript","markdown","paste","typescript","vsc","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=yhotta240.paste-as-markdown-codeblock","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/yhotta240.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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-01T15:29:14.000Z","updated_at":"2025-06-11T18:09:41.000Z","dependencies_parsed_at":"2025-06-02T03:19:22.579Z","dependency_job_id":"3857727a-b2fa-4f0e-8d9a-e74265410da3","html_url":"https://github.com/yhotta240/paste-as-markdown-codeblock","commit_stats":null,"previous_names":["yhotta240/paste-as-markdown-codeblock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yhotta240/paste-as-markdown-codeblock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yhotta240%2Fpaste-as-markdown-codeblock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yhotta240%2Fpaste-as-markdown-codeblock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yhotta240%2Fpaste-as-markdown-codeblock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yhotta240%2Fpaste-as-markdown-codeblock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yhotta240","download_url":"https://codeload.github.com/yhotta240/paste-as-markdown-codeblock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yhotta240%2Fpaste-as-markdown-codeblock/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261394875,"owners_count":23152301,"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":["code-block","copy-paste","javascript","markdown","paste","typescript","vsc","vscode-extension"],"created_at":"2025-06-23T01:30:33.578Z","updated_at":"2025-08-31T17:40:53.717Z","avatar_url":"https://github.com/yhotta240.png","language":"TypeScript","readme":"# Paste as Markdown Codeblock\n\n`paste-as-markdown-codeblock` is a Visual Studio Code extension that allows you to paste selected code or text as a Markdown code block.\n\n## Features\n\n- Paste the copied code as a Markdown code block using `Ctrl+Alt+V`\n\n- Press `Ctrl+Space` to enter a language identifier (e.g., `JavaScript`, `Python`, `TypeScript`).\n\n- Right-click in the editor and select \"Paste as Markdown CodeBlock\" to use the command from the context menu.\n\n\u003cbr\u003e\n\u003cimg src=\"https://lh3.googleusercontent.com/d/146nlX5-7UHnvCKRrJeIbUoIePaCgSC9I\" width=\"600\" \u003e\n\n\u003cbr\u003e\n⚠️ Note: This extension does not support automatic language detection. You must specify the language manually after pasting.\n\n## Requirements\n\nNo special requirements or dependencies are needed.\n\n- Visual Studio Code version 1.xx or later\n\n## Extension Settings\n\nThis extension provides the following settings:\n\n- `pasteAsMarkdownCodeblock.defaultLanguage`\u003cbr\u003e\nSpecifies the default language identifier used when pasting a code block.\u003cbr\u003e\nDefault: `\"plaintext\"`\n\n- `pasteAsMarkdownCodeblock.languages`\u003cbr\u003e\nDefines a list of language identifiers available for selection.\nYou can customize this list to include only the languages you frequently use.\n\nDefault:\n\n```json\n[\n  \"plaintext\",\n  \"javascript\",\n  \"typescript\",\n  \"python\",\n  \"cpp\",\n  \"java\",\n  \"bash\",\n  \"html\",\n  \"css\",\n  \"json\"\n]\n```\n\nThese settings can be configured from the Settings UI or by editing your `settings.json` file directly.\n\n### Keyboard Shortcut\nPress `Ctrl+Alt+V` to paste the copied code as a Markdown code block (only when the editor is focused).\n\n## Known Issues\n\n- The language name may not always be correctly inserted, depending on the input.\n\n- The command requires selected or copied text. If nothing is provided, no output will be generated.\n\n## Release Notes\n\n### 1.0.0\n\n- Initial release\n- Added functionality to paste selected text as a Markdown code block\n\n## Following extension guidelines\n\nThis extension follows the official VS Code extension development guidelines.\n\n- [Extension Guidelines](https://code.visualstudio.com/api/references/extension-guidelines)\n\n## License\n\nThis extension is licensed under the [MIT License](./LICENSE).\n\nThanks for using this extension! \u003cbr\u003e\nFeel free to report bugs or request features via the Issues page.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyhotta240%2Fpaste-as-markdown-codeblock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyhotta240%2Fpaste-as-markdown-codeblock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyhotta240%2Fpaste-as-markdown-codeblock/lists"}