From f010b0e7472f5a56c56a4ce4c51b587744a0f80b Mon Sep 17 00:00:00 2001 From: dev-singh12 Date: Tue, 2 Dec 2025 15:05:31 +0530 Subject: [PATCH 1/4] docs: update Editor Support link in Getting Started page Updated editor tooling section for clarity and added link to the Editor Support collection. --- documentation/docs/01-introduction/02-getting-started.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/documentation/docs/01-introduction/02-getting-started.md b/documentation/docs/01-introduction/02-getting-started.md index 2ad22c846945..18e6dff29afe 100644 --- a/documentation/docs/01-introduction/02-getting-started.md +++ b/documentation/docs/01-introduction/02-getting-started.md @@ -23,9 +23,13 @@ There are also [plugins for other bundlers](/packages#bundler-plugins), but we r ## Editor tooling -The Svelte team maintains a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), and there are integrations with various other [editors](https://sveltesociety.dev/resources#editor-support) and tools as well. +The Svelte team maintains a VS Code extension, and there are integrations with various other editors and tools as well. +For other editors, see the Editor Support collection: +https://sveltesociety.dev/collection/editor-support-c85c080efc292a34 + +You can also check your code from the command line using `sv check`(https://github.com/sveltejs/cli). +. -You can also check your code from the command line using [sv check](https://github.com/sveltejs/cli). ## Getting help From 3ee549d14f7e62c79c0ea103cc29c84c506e526d Mon Sep 17 00:00:00 2001 From: dev-singh12 Date: Wed, 3 Dec 2025 00:54:23 +0530 Subject: [PATCH 2/4] Revert text to original format and update only the URL as requested Fix: Update support link URL in Getting Started documentation Updates the support URL in 'documentation/docs/01-introduction/02-getting-started.md' to the correct location. All content surrounding the link has been verified and restored to its original state. --- documentation/docs/01-introduction/02-getting-started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/docs/01-introduction/02-getting-started.md b/documentation/docs/01-introduction/02-getting-started.md index 18e6dff29afe..f9e4c430ee7a 100644 --- a/documentation/docs/01-introduction/02-getting-started.md +++ b/documentation/docs/01-introduction/02-getting-started.md @@ -23,12 +23,11 @@ There are also [plugins for other bundlers](/packages#bundler-plugins), but we r ## Editor tooling -The Svelte team maintains a VS Code extension, and there are integrations with various other editors and tools as well. +The Svelte team maintains a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), and there are integrations with various other [editors](https://sveltesociety.dev/resources#editor-support) and tools as well. For other editors, see the Editor Support collection: https://sveltesociety.dev/collection/editor-support-c85c080efc292a34 You can also check your code from the command line using `sv check`(https://github.com/sveltejs/cli). -. ## Getting help From 6cb7733691726ed76ce28ee5360edbe5ef935faa Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 3 Dec 2025 08:57:26 -0800 Subject: [PATCH 3/4] Update documentation/docs/01-introduction/02-getting-started.md --- documentation/docs/01-introduction/02-getting-started.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/documentation/docs/01-introduction/02-getting-started.md b/documentation/docs/01-introduction/02-getting-started.md index f9e4c430ee7a..1dd6d4a01e7a 100644 --- a/documentation/docs/01-introduction/02-getting-started.md +++ b/documentation/docs/01-introduction/02-getting-started.md @@ -23,9 +23,7 @@ There are also [plugins for other bundlers](/packages#bundler-plugins), but we r ## Editor tooling -The Svelte team maintains a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), and there are integrations with various other [editors](https://sveltesociety.dev/resources#editor-support) and tools as well. -For other editors, see the Editor Support collection: -https://sveltesociety.dev/collection/editor-support-c85c080efc292a34 +The Svelte team maintains a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), and there are integrations with various other [editors](https://sveltesociety.dev/collection/editor-support-c85c080efc292a34) and tools as well. You can also check your code from the command line using `sv check`(https://github.com/sveltejs/cli). From d90e42a58a2784dd653c44b733eb16e4419077e8 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 3 Dec 2025 08:57:32 -0800 Subject: [PATCH 4/4] Update documentation/docs/01-introduction/02-getting-started.md --- documentation/docs/01-introduction/02-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/01-introduction/02-getting-started.md b/documentation/docs/01-introduction/02-getting-started.md index 1dd6d4a01e7a..519959a0b165 100644 --- a/documentation/docs/01-introduction/02-getting-started.md +++ b/documentation/docs/01-introduction/02-getting-started.md @@ -25,7 +25,7 @@ There are also [plugins for other bundlers](/packages#bundler-plugins), but we r The Svelte team maintains a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), and there are integrations with various other [editors](https://sveltesociety.dev/collection/editor-support-c85c080efc292a34) and tools as well. -You can also check your code from the command line using `sv check`(https://github.com/sveltejs/cli). +You can also check your code from the command line using [`sv check`](https://github.com/sveltejs/cli). ## Getting help