diff --git a/site/src/jsMain/resources/markdown/docs/getting-started/Ide.md b/site/src/jsMain/resources/markdown/docs/getting-started/Ide.md index 4ffe540..04f7c70 100644 --- a/site/src/jsMain/resources/markdown/docs/getting-started/Ide.md +++ b/site/src/jsMain/resources/markdown/docs/getting-started/Ide.md @@ -7,15 +7,12 @@ follows: WhatIsKobweb While you can use any Kotlin-aware IDE to develop a Kobweb project, we strongly encourage using IntelliJ IDEA. -Our team will always have at least one person using the free Community Edition to make sure that Kobweb never -accidentally becomes reliant on any paid-only features, but of course, if you have an Ultimate license, you can use -that. +Our team will always have at least one person using the free IntelliJ IDEA Community Edition to make sure that Kobweb +never accidentally becomes reliant on any paid-only features, but of course, if you have an Ultimate license, you can +use that. -But if you're new to Kotlin development and aren't sure where to start, we officially recommend using IntelliJ IDEA -Community Edition. - -We suggest you get it using the [JetBrains Toolbox App](https://www.jetbrains.com/toolbox-app/), as this approach makes -it easy to download, update, and otherwise manage your IntelliJ IDEA installations. +If you're new to Kotlin development, we suggest installing the [JetBrains Toolbox App](https://www.jetbrains.com/toolbox-app/), as it is a program that +makes it easy to download, update, and otherwise manage your IntelliJ IDEA installations. ## Kobweb IntelliJ Plugin @@ -25,10 +22,12 @@ inspections, actions, settings, templates, and IDE integrations for Kobweb-speci > [!IMPORTANT] > At the time of writing this note (in early 2025), the plugin is still relatively minimal, so please set -> expectations accordingly. Hopefully this will be remedied by the end of 2025. You -> can [review our changelog here](https://github.com/varabyte/kobweb-intellij-plugin/blob/main/CHANGELOG.md) for -> the most up-to-date list of current features. +> expectations accordingly. Hopefully this will be remedied by the end of 2025. +> +> In case this note becomes stale, you +> can [review our changelog here](https://github.com/varabyte/kobweb-intellij-plugin/blob/main/CHANGELOG.md) for the most +> up-to-date list of current features. > > If you would like to help us accelerate the development of this plugin, > consider [checking out the project](https://github.com/varabyte/kobweb-intellij-plugin) and let us know if you would -> like to try contributing. +> be interested in contributing.