```\r\n\r\nIt doesn't seem to be correct:\r\n\r\n\r\n\r\nHow to make it look correct, just like on the homepage?:\r\n\r\n\r\n\r\n",[2910],{"name":2860,"color":2861},4273,"How to use default Vue components elsewhere","2024-12-03T17:27:39Z","https://github.com/vuejs/vitepress/issues/4273",0.71483827,{"description":2917,"labels":2918,"number":2920,"owner":2863,"repository":2864,"state":2865,"title":2921,"updated_at":2922,"url":2923,"score":2924},"### Is your feature request related to a problem? Please describe.\n\nI am always frustrated when searching for related content across the site.\n\n### Describe the solution you'd like\n\nIt might be a great idea to have some kind of tag system very much like the way a hashtag works, where you can set the tags in the frontmatter and the vitepress tool would automatically inject those tags at the top of the page or the bottom of the page. These tags would then become searchable via the built-in search tool or you could have a list of tags in the sidebar appear, so when you click on a tag it will display or the related content that is associated to that tag.\n\n### Describe alternatives you've considered\n\nI have not tried any alternatives, I believe that Vitepress does not provide an alternative solution.\n\n### Additional context\n\nI am building a resource for making the law more approachable and accessible to the everyday South African called lawforidiots.org, I have realized that the way that i intend for the content to be laid out would require some kind of tagging system because there will eventually be a lot of content that is related overtime. Therefore, a tagging system would be the best way to go. I see there is another ticket https://github.com/vuejs/vitepress/issues/3029 but I thought I would create a duplicate just for more context on the matter\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[2919],{"name":2860,"color":2861},3254,"Searchable tags","2025-03-02T18:10:16Z","https://github.com/vuejs/vitepress/issues/3254",0.7298331,{"description":2926,"labels":2927,"number":2931,"owner":2863,"repository":2864,"state":2932,"title":2933,"updated_at":2934,"url":2935,"score":2936},"### Describe the bug\n\nWhen the vertical scroll bar appears in some long content pages, the page width changes, which results in a bad user experience.\r\n\r\nMaybe add placeholder space for the scrollbar?\r\n\r\n\r\nhttps://github.com/user-attachments/assets/e43a537c-6e7c-4880-99bb-5c8ac7d39f2e\r\n\r\n\n\n### Reproduction\n\nhttps://vitepress.dev/reference/default-theme-carbon-ads\r\n\r\ncompare to \r\n\r\nhttps://vitepress.dev/reference/default-theme-search\r\n\n\n### Expected behavior\n\nthe content width don't be changed, which means the toc's and nav bar's position will not change.\n\n### System Info\n\n```Text\nall\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2928],{"name":2929,"color":2930},"bug: pending triage","e99695",4215,"closed","The page width be changed when y scrollbar appears cause bad ux","2024-09-27T04:43:38Z","https://github.com/vuejs/vitepress/issues/4215",0.6132276,{"description":2938,"labels":2939,"number":2941,"owner":2863,"repository":2864,"state":2932,"title":2942,"updated_at":2943,"url":2944,"score":2945},"### Is your feature request related to a problem? Please describe.\r\n\r\nI use internationalization on my VitePress website and I'd like to be able to translate the \"Skip to Content\" button label as well.\r\n\r\n### Describe the solution you'd like\r\n\r\nAn extra Default Theme config setting `skipToContentLabel`\r\n\r\n### Describe alternatives you've considered\r\n\r\n_No response_\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\r\n- [X] Read the [docs](https://vitepress.dev).\r\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\r\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[2940],{"name":2860,"color":2861},4288,"Overwrite \"Skip to Content\" button label","2024-12-14T04:43:57Z","https://github.com/vuejs/vitepress/issues/4288",0.6218265,{"description":2947,"labels":2948,"number":2950,"owner":2863,"repository":2864,"state":2932,"title":2951,"updated_at":2952,"url":2953,"score":2954},"### Describe the bug\n\nhttps://github.com/vuejs/vitepress/blob/3eb4374af286362d7f4257b288fd2d5b9173dcba/src/client/theme-default/styles/vars.css#L177\r\n\r\nIncorrectly output as:\r\n```\r\n --vp-c-text-1: rgba(60, 60, 67);\r\n```\n\n### Reproduction\n\nThis can be found easily from the npm repo: https://www.npmjs.com/package/vitepress?activeTab=code\r\n\r\nThen go to `dist/client/theme-default/styles/vars.css`, line 177.\n\n### Expected behavior\n\nShould be\r\n```\r\n --vp-c-text-1: rgba(60, 60, 67, 1);\r\n```\n\n### System Info\n\n```Text\nNot relevant\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2949],{"name":2929,"color":2930},4439,"Variable \"--vp-c-text-1\" is incorrect in the bundle ouput","2024-12-29T04:43:46Z","https://github.com/vuejs/vitepress/issues/4439",0.6972867,{"description":2956,"labels":2957,"number":2959,"owner":2863,"repository":2864,"state":2932,"title":2960,"updated_at":2961,"url":2962,"score":2963},"### Describe the bug\r\n\r\nUnencoded header links (with CJK characters) do not work.\r\n\r\nI remember it worked fine in VuePress, but it doesn't work in VitePress.\r\n\r\n### Reproduction\r\n\r\n```markdown\r\n# Header\r\n\r\nThis link [한글](#한글-한글) is not work!\r\n\r\nThis link [한글](#%E1%84%92%E1%85%A1%E1%86%AB%E1%84%80%E1%85%B3%E1%86%AF-%E1%84%92%E1%85%A1%E1%86%AB%E1%84%80%E1%85%B3%E1%86%AF) is work.\r\n\r\n...\r\n\r\n## 한글 한글\r\n\r\n...\r\n```\r\n\r\n### Expected behavior\r\n\r\nCreating links with native headers should also work.\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: Windows 10 10.0.22621\r\n CPU: (12) x64 AMD Ryzen 5 3600X 6-Core Processor\r\n Memory: 46.05 GB / 63.92 GB\r\nBinaries:\r\n Node: 19.3.0 - C:\\Program Files\\nodejs\\node.EXE\r\n npm: 9.2.0 - C:\\Program Files\\nodejs\\npm.CMD\r\nBrowsers:\r\n Edge: Spartan (44.22621.963.0), Chromium (108.0.1462.54)\r\n Internet Explorer: 11.0.22621.1\r\nnpmPackages:\r\n vitepress: 1.0.0-alpha.34 => 1.0.0-alpha.34\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\r\n- [X] Read the [docs](https://vitepress.vuejs.org).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2958],{"name":2886,"color":2887},1749,"Unencoded header links didn't work.","2023-03-18T00:04:22Z","https://github.com/vuejs/vitepress/issues/1749",0.70500755,["Reactive",2965],{},["Set"],["ShallowReactive",2968],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fOfdWQrwBfTgxvW-JQCPXBnGBe5dpXE90y7JWmiAg3ko":-1},"/vuejs/vitepress/4039"]