You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can install plugin directly from IntelliJ IDEA or Android Studio:
41
+
1. Open _Preferences_
42
+
2. Choose _Plugins_
43
+
3. Select the _Marketplace_ tab
44
+
4. Search for **HtmlToComposeWebConverter**
45
+
5. Click on _install_
46
+
47
+
Alternativly you can download the plugin from the release archive https://github.com/Foso/HtmlToComposeWebConverter/releases. To learn how to install it, read the [Install plugin from disk](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk) section in the IntelliJ docs.
48
+
49
+
## :card_file_box: How can I contribute to this plugin?
50
+
51
+
* Create a [bug report](https://github.com/Foso/HtmlToComposeWebConverter/issues/new?assignees=&labels=bug&template=i-encountered-a-bug-while-using-the-plugin.md&title=) when accounting a bug
52
+
* Create a [feature request](https://github.com/Foso/HtmlToComposeWebConverter/issues/new?assignees=&labels=enhancement&template=i-d-like-to-request-a-feature.md&title=)
53
+
* Open up a [pull request](https://github.com/Foso/HtmlToComposeWebConverter/pulls)
16
54
55
+
## :fire: What's new?
17
56
57
+
### 1.0.0
58
+
<ul>
59
+
<li>initial release</li>
60
+
</ul>
18
61
19
62
# 🏠 Architecture
20
63
@@ -26,7 +69,7 @@ Intellij Idea Plugin that can convert HTML to Compose for Web code.
26
69
27
70
28
71
### Project Structure
29
-
* <kbd>converter/main</kbd> - Module with the converter
72
+
* <kbd>converter</kbd> - Module with the converter
30
73
* <kbd>ideaplugin</kbd> - Module with the Idea Plugin that is using the converter
0 commit comments