Skip to content

Commit 2cdceda

Browse files
committed
Updated description in plugin.xml
### What's done: * Updated description in plugin.xml
1 parent 37da67e commit 2cdceda

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,25 @@
33
<id>com.sanyavertolet.kotlinjspreview</id>
44
<name>Kotlin Js Preview</name>
55
<description>
6-
Kotlin JS Preview is an IntelliJ IDEA plugin that offers a mechanism to preview Kotlin/JS React functional components.
7-
8-
Features:
9-
* Live Preview: Display a live preview of the Kotlin/JS React functional component as it's being developed.
10-
* Theme Toggle: Switch between different themes or styles seamlessly to see how the component appears under various themes.
11-
* No Source Code Corruption: Ensures that your source code remains unaltered.
12-
* Settings: Configure the plugin by navigating to Settings -> Tools -> Kotlin JS Preview.
6+
<![CDATA[
7+
Kotlin JS Preview is an IntelliJ IDEA plugin that offers a mechanism to preview Kotlin/JS React functional components.
8+
<br>
9+
Features:
10+
<ul>
11+
<li> * Live Preview: Display a live preview of the Kotlin/JS React functional component as it's being developed. </li>
12+
<li> * Theme Toggle: Switch between different themes or styles seamlessly to see how the component appears under various themes. </li>
13+
<li> * No Source Code Corruption: Ensures that your source code remains unaltered. </li>
14+
<li> * Settings: Configure the plugin by navigating to Settings -> Tools -> Kotlin JS Preview. </li>
15+
</ul>
16+
]]>
1317
</description>
1418
<change-notes>
15-
* Added a simple preview window
16-
* Added @JsPreview annotation support
19+
<![CDATA[
20+
<ul>
21+
<li> * Added a simple preview window</li>
22+
<li> * Added @JsPreview annotation support</li>
23+
</ul>
24+
]]>
1725
</change-notes>
1826
<vendor email="lxnfrolov@gmail.com" url="https://www.github.com/sanyavertolet">sanyavertolet</vendor>
1927

0 commit comments

Comments
 (0)