Skip to content

Commit

Permalink
[docs] Remove draft status of setting-up-your-editor blog-entry to fi…
Browse files Browse the repository at this point in the history
…x broken link (#7310)

* site: add missing word

* comment out link to setting up your editor blog post

Co-authored-by: tanhauhau <lhtan93@gmail.com>
  • Loading branch information
Jan-Koll and tanhauhau committed Apr 16, 2022
1 parent 3a238fe commit 09b5afc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/content/blog/2019-04-15-setting-up-your-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ draft: true

*__Coming soon__*

This post will walk you through setting up your editor so that recognises Svelte files:
This post will walk you through setting up your editor so that it recognises Svelte files:

* eslint-plugin-svelte3
* svelte-vscode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ First, you'll need to integrate Svelte with a build tool. There are officially m

Don't worry if you're relatively new to web development and haven't used these tools before. We've prepared a simple step-by-step guide, [Svelte for new developers](/blog/svelte-for-new-developers), which walks you through the process.

You'll also want to configure your text editor. There are [plugins](https://sveltesociety.dev/tools#editor-support) for many popular editors as well as an official [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode). If your editor does not have a Svelte plugin then you can follow [this guide](/blog/setting-up-your-editor) to configure your text editor to treat `.svelte` files the same as `.html` for the sake of syntax highlighting.
You'll also want to configure your text editor. There are [plugins](https://sveltesociety.dev/tools#editor-support) for many popular editors as well as an official [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode).

<!--
NOTE: Removed until we have better place for setting-up-your-editor guide. See https://github.com/sveltejs/svelte/pull/7310#issuecomment-1049923609
If your editor does not have a Svelte plugin then you can follow [this guide](/blog/setting-up-your-editor) to configure your text editor to treat `.svelte` files the same as `.html` for the sake of syntax highlighting. -->

Then, once you've got your project set up, using Svelte components is easy. The compiler turns each component into a regular JavaScript class — just import it and instantiate with `new`:

Expand Down

0 comments on commit 09b5afc

Please sign in to comment.