{"id":26758748,"url":"https://github.com/1natsu172/vscode-insert-linebreak-tag","last_synced_at":"2025-10-13T05:45:54.094Z","repository":{"id":80552476,"uuid":"105980094","full_name":"1natsu172/vscode-insert-linebreak-tag","owner":"1natsu172","description":"insert linebreak tag in vscode","archived":false,"fork":false,"pushed_at":"2023-12-15T05:26:52.000Z","size":518,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-13T05:45:52.829Z","etag":null,"topics":["insert-tags","keybind","keymap","shortcut","vscode"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=1natsu.insert-br-tag","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/1natsu172.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}},"created_at":"2017-10-06T07:53:15.000Z","updated_at":"2019-05-12T15:28:12.000Z","dependencies_parsed_at":"2023-12-15T06:44:04.764Z","dependency_job_id":null,"html_url":"https://github.com/1natsu172/vscode-insert-linebreak-tag","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/1natsu172/vscode-insert-linebreak-tag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1natsu172%2Fvscode-insert-linebreak-tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1natsu172%2Fvscode-insert-linebreak-tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1natsu172%2Fvscode-insert-linebreak-tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1natsu172%2Fvscode-insert-linebreak-tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1natsu172","download_url":"https://codeload.github.com/1natsu172/vscode-insert-linebreak-tag/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1natsu172%2Fvscode-insert-linebreak-tag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013708,"owners_count":26085394,"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-10-13T02:00:06.723Z","response_time":61,"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":["insert-tags","keybind","keymap","shortcut","vscode"],"created_at":"2025-03-28T16:32:37.106Z","updated_at":"2025-10-13T05:45:54.070Z","avatar_url":"https://github.com/1natsu172.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/1natsu172/vscode-insert-linebreak-tag/master/images/plugin-icon@2x.png\" height=\"128\"\u003e\u003cbr\u003eInsert \u0026lt;br\u0026gt; Tag\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cstrong\u003ewith Dreamweaver's keybinding style.\u003c/strong\u003e\u003c/p\u003e\n\n\u003chr\u003e\n\n# Quick insert \u0026lt;br\u0026gt; tag = [Shift+Enter]\n\nVery easy to insert `\u003cbr\u003e` HTML tag keybind, with Dreamweaver's keybinding style.\n\n* simple keybinding\n  * `shift+enter`\n\n![](https://raw.githubusercontent.com/1natsu172/vscode-insert-linebreak-tag/master/images/insert-br-demo.gif)\n\n## Features\n\nQuick insert `\u003cbr\u003e` tag with keybind.\n\n### Support multi cursor\n\nSingle or Multiple selections ok.\n\n### Support JSX language\n\nTags are inserted in the form of `\u003cbr /\u003e` in jsx language file.\n\n\n## Usage\n\n### Push `shift+enter` keys.\n\nThen insert `\u003cbr\u003e` tag. Easy.\n\n## Options\n\nCan set options in your `settings.json`.\n\n### \"insert-br-tag.enableOnLanguage\"\n\nSetting of language in which br-tag is inserted.\n\nExample(This notation is the default setting):\n\n```json\n\"insert-br-tag.enableOnLanguage\": [\n  \"javascript\",\n  \"javascriptreact\",\n  \"typescript\",\n  \"typescriptreact\",\n  \"markdown\",\n  \"html\"\n]\n```\n\n### \"insert-br-tag.trailingSlashLanguage\"\n\nSetting of language to use trailing slash format(`\u003cbr /\u003e`).\n\nExample(This notation is the default setting):\n\n```json\n\"insert-br-tag.trailingSlashLanguage\": [\n  \"javascript\",\n  \"javascriptreact\",\n  \"typescript\",\n  \"typescriptreact\"\n]\n```\n\n## Requirements\n\n```\n\"vscode\": \"^1.16.0\"\n```\n\n---\n\n## CHANGELOG\n\nSee https://github.com/1natsu172/vscode-insert-linebreak-tag/blob/master/CHANGELOG.md\n\n## Author\n\n1natsu\n\nGitHub: https://github.com/1natsu172  \nTwitter: [@1natsu172](https://twitter.com/1natsu172)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1natsu172%2Fvscode-insert-linebreak-tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1natsu172%2Fvscode-insert-linebreak-tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1natsu172%2Fvscode-insert-linebreak-tag/lists"}